| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-rstcheck | Distribution: openSUSE Tumbleweed |
| Version: 6.2.5 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Jun 4 04:06:13 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 40268 | Source RPM: python-rstcheck-6.2.5-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/rstcheck/rstcheck | |
| Summary: Python module to check syntax of reStructuredText | |
A Python module to check the syntax of reStructuredText and code blocks nested within it.
MIT
* Wed Jun 04 2025 Steve Kowalik <steven.kowalik@suse.com>
- Update to 6.2.5:
* Dropped support for python 3.8
* Added python 3.13 to tox config.
* Dropped support for sphinx 5
* Add sphinx 8 to test pool for python version > 3.9
- Drop patch support-click-8.2.patch, included upstream.
- Update URL.
* Wed May 21 2025 Steve Kowalik <steven.kowalik@suse.com>
- Add patch support-click-8.2.patch:
* Support click 8.2 changes.
* 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
/etc/alternatives/rstcheck /usr/bin/rstcheck /usr/bin/rstcheck-3.13 /usr/lib/python3.13/site-packages/rstcheck /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/INSTALLER /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/METADATA /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/RECORD /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/REQUESTED /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/WHEEL /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/licenses /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/licenses/AUTHORS.rst /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/rstcheck-6.2.5.dist-info/top_level.txt /usr/lib/python3.13/site-packages/rstcheck/__init__.py /usr/lib/python3.13/site-packages/rstcheck/__main__.py /usr/lib/python3.13/site-packages/rstcheck/__pycache__ /usr/lib/python3.13/site-packages/rstcheck/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/rstcheck/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/rstcheck/__pycache__/__main__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/rstcheck/__pycache__/__main__.cpython-313.pyc /usr/lib/python3.13/site-packages/rstcheck/__pycache__/__version__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/rstcheck/__pycache__/__version__.cpython-313.pyc /usr/lib/python3.13/site-packages/rstcheck/__pycache__/_cli.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/rstcheck/__pycache__/_cli.cpython-313.pyc /usr/lib/python3.13/site-packages/rstcheck/__version__.py /usr/lib/python3.13/site-packages/rstcheck/_cli.py /usr/lib/python3.13/site-packages/rstcheck/py.typed /usr/share/doc/packages/python313-rstcheck /usr/share/doc/packages/python313-rstcheck/AUTHORS.rst /usr/share/doc/packages/python313-rstcheck/README.rst /usr/share/licenses/python313-rstcheck /usr/share/licenses/python313-rstcheck/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 23:03:09 2025