15
0
forked from pool/python-mccabe

- update to 0.7.0:

* Drop support for all versions of Python lower than 3.6
  * Add support for Python 3.8, 3.9, and 3.10
  * Fix option declaration for Flake8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mccabe?expand=0&rev=20
This commit is contained in:
2022-08-18 08:34:05 +00:00
committed by Git OBS Bridge
parent 2454bc7bf5
commit 668ef867c1
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 18 08:28:37 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.7.0:
* Drop support for all versions of Python lower than 3.6
* Add support for Python 3.8, 3.9, and 3.10
* Fix option declaration for Flake8
-------------------------------------------------------------------
Wed Jul 3 09:10:58 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>