* 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
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- update to 2.0.1:
|
|
* Handle subscripts in method calls, thanks to @The-Compiler for the
|
|
report. [gforcada]
|
|
* Test the code in all python versions supported on GitHub actions.
|
|
[gforcada]
|
|
* Pin dependencies, to ensure reproducible builds. [gforcada]
|
|
* Drop python 2.7 and only support 3.7+. [gforcada]
|
|
* Ensure all deprecation aliases work. [gforcada]
|
|
* Check decorators as well. [gforcada]
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 19 07:00:15 UTC 2021 - pgajdos@suse.com
|
|
|
|
- use %pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 22:05:44 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
|
|
|
- Initial (v1.3)
|