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

python310-rstcheck-6.2.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python310-rstcheck Distribution: openSUSE Tumbleweed
Version: 6.2.1 Vendor: openSUSE
Release: 1.1 Build date: Sat Apr 6 14:24:34 2024
Group: Unspecified Build host: reproducible
Size: 37582 Source RPM: python-rstcheck-6.2.1-1.1.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

* 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
* Mon Feb 11 2019 John Vandenberg <jayvdb@gmail.com>
  - 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

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024