forked from pool/python-radon
* Prevent tomllib error when the `toml` module is not available * Add support for `match` pattern in Python 3.10+, by @DolajoCZ: #227 * Fix typo in Markdown export, reported by @huornlmj: #231 * Remove unnecessary "future" dependency, by @mgorny: #234 * Add `pyproject.toml` support, by @ajslater: #236 * Allow Mando v0.7.1, by @ajslater: #237 * Fix HCHarvester JSON results format, by @benabel: #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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-radon?expand=0&rev=28
118 lines
4.4 KiB
Plaintext
118 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Sep 1 04:45:39 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- 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 @DolajoCZ: #227
|
|
* Fix typo in Markdown export, reported by @huornlmj: #231
|
|
* Remove unnecessary "future" dependency, by @mgorny: #234
|
|
* Add `pyproject.toml` support, by @ajslater: #236
|
|
* Allow Mando v0.7.1, by @ajslater: #237
|
|
* Fix HCHarvester JSON results format, by @benabel: #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 09:07:23 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 25 09:53:13 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- Update to 5.1.0
|
|
* Allow forcing colored output on/off, thanks @msabramo: #218
|
|
* Synchronize trove classifiers with tested versions, thanks
|
|
@D3X: #222
|
|
- Release 5.0.1
|
|
* Drop support for flake8 < 3.x (removes `flake8-polyfill`
|
|
dependency), by @joxl: #219
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 31 14:49:52 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- 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 7 10:50:54 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- 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 15:05:19 CET 2020 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 4.1.0: Support Python 3.8
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 5 16:44:28 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Exclude some tests cases because of gh#rubik/radon#183
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 1 14:50:42 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- Update to 4.0.0
|
|
* Support file configuration overrides
|
|
* Add support for analyzing Jupyter notebooks
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 24 12:52:16 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 3.0.3
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 12:43:17 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
- set environment encoding for checks in order to succeed
|
|
test_encoding with Python < 3.7
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 14 04:42:27 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Fix tests which were erroring but the error was being ignored
|
|
- Remove tests from the package
|
|
- Use GitHub repository for the link, as it has links to other
|
|
resources
|
|
- Update to v3.0.1
|
|
* Automatically exclude binary files, instead of producing an error
|
|
- from 3.0.0
|
|
* Include files with no extension but a Python shebang
|
|
* Fix calculation of total complexity for classes
|
|
* Update Colorama dependency to avoid conflicts with pytest
|
|
* Fix raw metrics, which were completely broken
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 19 18:22:00 UTC 2019 - Michael Ströder <michael@stroeder.com>
|
|
|
|
- Update to 2.4.0
|
|
* No upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:53:31 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 17:41:18 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to 2.2.0
|
|
* Add an option to show closures when Radon is used from flake8: #135
|
|
- spec file cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 16:18:07 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- initial version
|