14
0
forked from pool/python-radon

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-radon?expand=0&rev=28
This commit is contained in:
2023-09-01 04:46:32 +00:00
committed by Git OBS Bridge
parent dfc0cdd3ba
commit a9c6246890
5 changed files with 54 additions and 14 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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>