Changelog for
python310-radon-6.0.1-30.14.noarch.rpm :
* Fri Sep 01 2023 Steve Kowalik
- Update to 6.0.1:
* Prevent tomllib error when the `toml` module is not available
* Add support for `match` pattern in Python 3.10+, by AATTDolajoCZ: #227
* Fix typo in Markdown export, reported by AATThuornlmj: #231
* Remove unnecessary \"future\" dependency, by AATTmgorny: #234
* Add `pyproject.toml` support, by AATTajslater: #236
* Allow Mando v0.7.1, by AATTajslater: #237
* Fix HCHarvester JSON results format, by AATTbenabel: #240- Use pyproject macros due to the switch to poetry.- Add patch add-scripts-to-pyproject.toml.patch, make sure the CLI tool is built.
* Tue Jun 13 2023 ecsos - Add %{?sle15_python_module_pythons}
* Thu Aug 25 2022 Ben Greiner - Update to 5.1.0
* Allow forcing colored output on/off, thanks AATTmsabramo: #218
* Synchronize trove classifiers with tested versions, thanks AATTD3X: #222- Release 5.0.1
* Drop support for flake8 < 3.x (removes `flake8-polyfill` dependency), by AATTjoxl: #219
* Mon May 31 2021 Ferdinand Thiessen - Update to version 4.5.2
* Fix CC calculation for try-except-else blocks with multiple statements
* Fix CC type field in Markdown output
* Fri May 07 2021 Ferdinand Thiessen - Update to version 4.5.0
* Add `--md` option to `cc` command to export results as Markdown
* Add async function support to Halstead visitor
* Use utf-8 as the default encoding on Python 3.0+
* Allow custom config file path through the RADONCFG env var
* Move `Flake8Checker` to separate, isolated module
* Separate `flake8-polyfill` to extra requirements
* Fix for Python 2.7
* Tue Jan 28 2020 Matej Cepl - Update to 4.1.0: Support Python 3.8
* Thu Dec 05 2019 Matej Cepl - Exclude some tests cases because of gh#rubik/radon#183
* Tue Oct 01 2019 Marketa Calabkova - Update to 4.0.0
* Support file configuration overrides
* Add support for analyzing Jupyter notebooks
* Fri May 24 2019 pgajdosAATTsuse.com- version update to 3.0.3
* no upstream changelog
* Tue Mar 05 2019 Hans-Peter Jansen - set environment encoding for checks in order to succeed test_encoding with Python < 3.7