15
0

- update to 0.13.2:

* Formally require Python 3.7 or later using ``python_requires``.
  * Fix warnings related to deprecated options syntax.
  * ``setUpModule`` and ``tearDownModule`` are now exempted by default.
- drop add-missing-option-for-testsuite.patch (obsolete)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pep8-naming?expand=0&rev=22
This commit is contained in:
2022-09-19 08:21:09 +00:00
committed by Git OBS Bridge
parent e197ca42eb
commit 86e34caa60
5 changed files with 14 additions and 27 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Sep 19 08:18:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.13.2:
* Formally require Python 3.7 or later using ``python_requires``.
* Fix warnings related to deprecated options syntax.
* ``setUpModule`` and ``tearDownModule`` are now exempted by default.
- drop add-missing-option-for-testsuite.patch (obsolete)
-------------------------------------------------------------------
Mon Feb 7 04:03:47 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>