Package Release Info

python-radon-6.0.1-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-radon

Change Logs

* Fri Jan 23 2026 Steve Kowalik <steven.kowalik@suse.com>
- Use poetry-core for building.
* Fri Sep 01 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 2023 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Thu Aug 25 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 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 07 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 2020 Matej Cepl <mcepl@suse.com>
- Update to 4.1.0: Support Python 3.8
* Thu Dec 05 2019 Matej Cepl <mcepl@suse.com>
- Exclude some tests cases because of gh#rubik/radon#183
* Tue Oct 01 2019 Marketa Calabkova <mcalabkova@suse.com>
- Update to 4.0.0
  * Support file configuration overrides
  * Add support for analyzing Jupyter notebooks
* Fri May 24 2019 pgajdos@suse.com
- version update to 3.0.3
  * no upstream changelog
Version: 2.4.0-bp151.1.2
* Sat Jan 19 2019 Michael Ströder <michael@stroeder.com>
- Update to 2.4.0
  * No upstream changelog
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Thu May 24 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 2017 toddrme2178@gmail.com
- initial version