15
0

- update to 2.2.1:

* Use `pyproject.toml` rather than `setup.py`.
  * Switch from `setuptools` to `hatchling`.
  * Drop python 3.7 support.
  * Fix error message.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-deprecated?expand=0&rev=7
This commit is contained in:
2023-12-05 17:41:47 +00:00
committed by Git OBS Bridge
parent 709e18e149
commit b69f5406c4
4 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 17:41:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.2.1:
* Use `pyproject.toml` rather than `setup.py`.
* Switch from `setuptools` to `hatchling`.
* Drop python 3.7 support.
* Fix error message.
-------------------------------------------------------------------
Thu Dec 15 21:07:44 UTC 2022 - Dirk Müller <dmueller@suse.com>