14
0
forked from pool/python-pyroma

Accepting request 895922 from home:pgajdos:python

- version update to 3.1
  - Added correct detection of setup.py encoding
  - Code cleanup [CAM Gerlach]
  - Drop support for Python 2 [Florian Bruhin]
  - Add back official support for Python 3.6, I didn't realize it was still officially supported
  - Update to the current list of Trove classifiers.
  - Officially support Python 3.8 and 3.9
  - Drop official support for Python 3.5 and 3.6 (still works though).
- %check: use %pytestunit rpm macro

OBS-URL: https://build.opensuse.org/request/show/895922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyroma?expand=0&rev=10
This commit is contained in:
2021-05-28 09:41:06 +00:00
committed by Git OBS Bridge
parent 5b96da7d0f
commit 21462fda73
4 changed files with 21 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri May 28 08:31:34 UTC 2021 - pgajdos@suse.com
- version update to 3.1
- Added correct detection of setup.py encoding
- Code cleanup [CAM Gerlach]
- Drop support for Python 2 [Florian Bruhin]
- Add back official support for Python 3.6, I didn't realize it was still officially supported
- Update to the current list of Trove classifiers.
- Officially support Python 3.8 and 3.9
- Drop official support for Python 3.5 and 3.6 (still works though).
- %check: use %pytestunit rpm macro
-------------------------------------------------------------------
Wed May 20 07:26:41 UTC 2020 - Petr Gajdos <pgajdos@suse.com>