* Add official support for python 3.10 and 3.11. [gforcada] [michael-k]
* Update options handling. [gforcada]
* Mark support for python 3.9. [lovetoburnswhen]
* Drop python 2.7 and 3.6. [gforcada]
* Overhaul GitHub actions to test on actual supported python versions.
* New flake8 option `--builtins-ignorelist` to specify a list of builtins
to ignore. [gsingh93]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-builtins?expand=0&rev=9
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Dec 15 21:10:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.0.1:
|
|
* Add official support for python 3.10 and 3.11. [gforcada] [michael-k]
|
|
* Update options handling. [gforcada]
|
|
* Mark support for python 3.9. [lovetoburnswhen]
|
|
* Drop python 2.7 and 3.6. [gforcada]
|
|
* Overhaul GitHub actions to test on actual supported python versions.
|
|
* New flake8 option `--builtins-ignorelist` to specify a list of builtins
|
|
to ignore. [gsingh93]
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 17 11:10:13 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 1.5.3:
|
|
- Change messages to have shorter text
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 10:50:24 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.5.2:
|
|
* Add python3.8 support. [sobolevn]
|
|
* Add AnnAssign support. [soboelvn]
|
|
* Add NamedExpr or := support. [sobolevn]
|
|
* Adds kwonly and posonly args support. [sobolevn]
|
|
* Add DictComp, SetComp, and GeneratorExpr support. [sobolevn]
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 24 16:29:42 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Use proper full sentences in descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 15 18:13:13 UTC 2019 - Andreas Färber <afaerber@suse.de>
|
|
|
|
- Initial (v1.4.1)
|