15
0

- update to 0.18.2 (bsc#1206225):

* Add ``zoneinfo`` to list of standard library modules
  * Fix registering of options with Flake8 >= 6.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-deprecated?expand=0&rev=5
This commit is contained in:
2022-12-15 21:10:22 +00:00
committed by Git OBS Bridge
parent 83f64b7f79
commit 709e18e149
4 changed files with 22 additions and 8 deletions

View File

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