SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-rstcheck-6.2.4-lp160.2.4.noarch.rpm :

* Sun Sep 08 2024 Dirk Müller - 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 - 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 - 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á - Get rid of %ifpython3
* Tue May 19 2020 Petr Gajdos - %python3_only -> %python_alternative
* Tue Mar 10 2020 Tomáš Chvátal - 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 - Add LANG=en_US.UTF-8 to %check to fix Leap test failures
* Thu Feb 28 2019 Tomáš Chvátal - Provide/Obsolete the rstcheck which was python3 named version only already present in TW
* Thu Feb 14 2019 Jan Engelhardt - Use noun phrase in descriptions.
* Wed Feb 13 2019 John Vandenberg - Remove bcond_with test
* Mon Feb 11 2019 John Vandenberg - Add recommends for the checkers rstcheck supports- Remove unnecessary build dependency python-devel- Activate tests- Update to v3.3.1
* Make compatible with Sphinx >= 1.8.- from 3.3
* Parse more options from configuration file (thanks to Santos Gallegos).
* Allow ignoring specific (info/warning/error) messages via ``--ignore-messages`` (thanks to Santos Gallegos).- from 3.2
* Check for invalid Markdown-style links (thanks to biscuitsnake).
* Allow configuration to be stored in ``setup.cfg`` (thanks to Maël Pedretti).
* Add ``--recursive`` option to recursively drill down directories to check for all ``
*.rst`` files.- Use %license
* Thu Nov 16 2017 toddrme2178AATTgmail.com- Initial version
 
ICM