14
0
forked from pool/python-pbr

- update to 5.8.0:

* Add python2 testing back to PBR
  * Allow PEP517 without setup\_requires
  * Clarify the need for setup.py with PEP517

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=139
This commit is contained in:
2021-12-06 10:25:10 +00:00
committed by Git OBS Bridge
parent 6f1ef27a93
commit bd058be7c3
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 6 10:23:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 5.8.0:
* Add python2 testing back to PBR
* Allow PEP517 without setup\_requires
* Clarify the need for setup.py with PEP517
-------------------------------------------------------------------
Sat Nov 6 18:03:23 UTC 2021 - Dirk Müller <dmueller@suse.com>