Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-rstcheck-6.2.4-1.3 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-rstcheck Distribution: openSUSE Tumbleweed
Version: 6.2.4 Vendor: openSUSE
Release: 1.3 Build date: Sun Sep 8 15:10:42 2024
Group: Unspecified Build host: reproducible
Size: 40030 Source RPM: python-rstcheck-6.2.4-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/myint/rstcheck
Summary: Python module to check syntax of reStructuredText
A Python module to check the syntax of reStructuredText and code
blocks nested within it.

Provides

Requires

License

MIT

Changelog

* Sun Sep 08 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.2.4:
    * Add note on how to disable pretty exception output
    * Fix typer dependency by removing the `[standard]` extra which
      is only used on typer-slim.
    * Typer by default has the extras included.
    * Bump min. version of typer and fix dependency group name
    * Update configs for dev tooling
    * Bump default python version to 3.12
* Sat Apr 06 2024 Dirk Müller <dmueller@suse.com>
  - update to 6.2.1:
    * Remove unused pre python 3.8 compatibility code
    * Drop support for sphinx v4
    * Added `__main__.py` to enable command-line execution via
      python -m rstcheck
* Thu Mar 07 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 6.2.0:
    * Fix bug where variable in log string was not substituted
    * Drop support for Sphinx v2 and v3
    * Switch from poetry to setuptools
    * Set tomli extra dependency to python < 3.11 like rstcheck-core
    * Drop python 3.7
    * **MOVED THE CORE LIBRARY INTO IT'S OWN REPOSITORY**
    * `rstcheck.config.load_config_file_from_path` now raises an
      FileNotFoundError if the given path is neither a file nor a directory
    * Add `NONE` as a special config file path, to disable config file loading
    * Catch SyntaxWarnings in python code-blocks and handle them like
      SyntaxErrors
    * Add additional inline configuration and flow control options
    * `find_ignored_languages` no longer throws exception but logs warning
    * Add `--log-level` option to CLI
    * Add `--warn-unknown-settings` flag to CLI
    * String lists for `ignore_*` configs are white-space cleaned at string
      start and end.
    * Add support for INI multi-line string back
    * Full restructuring of the code base
    * Rewrite of CLI with `typer`
    * Renamed config `report` to `report_level`
    * Renamed config `ignore_language` to `ignore_languages`
    * Renamed CLI option `--report` to `--report-level`
    * Renamed CLI option `--ignore-language` to `--ignore-languages`
    * Drop CLI option `--ignore` as alias to `--ignore-languages`
    * Drop CLI option `--debug`
    * Drop default values for directives and roles for sphinx
    * CLI options now take precedence over config file options
    * Add section with `Known limitations / FAQ` to the README
    * Accumulate all errors in rst source instead of only one
    * Allow errors in code blocks to be ignored via ignore_messages
    * Add support for TOML config files
    * Fix inability to ignore `code`, `code-block` and `sourcecode` directives
    * Fix `code-block` options recognition
    * Fix Malformed tables because of substitutions
    * Fix: remove `include` directive from ignore list when sphinx is active
    * Add examples/ to sdist
    * Rewrite old test suite in pytest and AAA style
    * Fix shebangs and scripts to use `python3` instead of `python`
    * Improve the gcc checker functions by removing restrictions and
      using environment variable flags
    * Drop support for python versions prior 3.7
    * Add `--config` option to change the location of the config file.
  - No longer download the tarball from GitHub, the tests are shipped.
  - Switch to pyproject, autosetup and pytest macros.
  - Drop patch test-path.patch, no longer needed.
  - No more greedy globs in %files.
* Wed Feb 10 2021 Markéta Machová <mmachova@suse.com>
  - Get rid of %ifpython3
* Tue May 19 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Tue Mar 10 2020 Tomáš Chvátal <tchvatal@suse.com>
  - Disable testing in this package:
    * The tests deadlock in 2 out of 10 builds
    * Upstream needs to provide proper testing before we can enable
      it here
* Fri Mar 08 2019 John Vandenberg <jayvdb@gmail.com>
  - Add LANG=en_US.UTF-8 to %check to fix Leap test failures
* Thu Feb 28 2019 Tomáš Chvátal <tchvatal@suse.com>
  - Provide/Obsolete the rstcheck which was python3 named version
    only already present in TW
* Thu Feb 14 2019 Jan Engelhardt <jengelh@inai.de>
  - Use noun phrase in descriptions.
* Wed Feb 13 2019 John Vandenberg <jayvdb@gmail.com>
  - Remove bcond_with test

Files

/etc/alternatives/rstcheck
/usr/bin/rstcheck
/usr/bin/rstcheck-3.12
/usr/lib/python3.12/site-packages/rstcheck
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/AUTHORS.rst
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/LICENSE
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/METADATA
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/RECORD
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/WHEEL
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/entry_points.txt
/usr/lib/python3.12/site-packages/rstcheck-6.2.4.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/rstcheck/__init__.py
/usr/lib/python3.12/site-packages/rstcheck/__main__.py
/usr/lib/python3.12/site-packages/rstcheck/__pycache__
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/__main__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/__main__.cpython-312.pyc
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/__version__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/__version__.cpython-312.pyc
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/_cli.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rstcheck/__pycache__/_cli.cpython-312.pyc
/usr/lib/python3.12/site-packages/rstcheck/__version__.py
/usr/lib/python3.12/site-packages/rstcheck/_cli.py
/usr/lib/python3.12/site-packages/rstcheck/py.typed
/usr/share/doc/packages/python312-rstcheck
/usr/share/doc/packages/python312-rstcheck/AUTHORS.rst
/usr/share/doc/packages/python312-rstcheck/README.rst
/usr/share/licenses/python312-rstcheck
/usr/share/licenses/python312-rstcheck/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Feb 6 01:15:21 2025