12
0
forked from pool/python-apipkg

Accepting request 627536 from devel:languages:python

- update to 1.5
- fixed dependencies
  * switch to setuptools_scm
  * avoid dict iteration (fixes issue on python3)
  * preserve __package__ - ths gets us better pep 302 compliance (forwarded request 627535 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/627536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-apipkg?expand=0&rev=4
This commit is contained in:
2018-08-08 12:45:37 +00:00
committed by Git OBS Bridge
parent 19581898ae
commit c9991e6a73
4 changed files with 24 additions and 18 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Aug 5 17:06:32 UTC 2018 - mimi.vx@gmail.com
- update to 1.5
- fixed dependencies
* switch to setuptools_scm
* avoid dict iteration (fixes issue on python3)
* preserve __package__ - ths gets us better pep 302 compliance
-------------------------------------------------------------------
Thu Apr 27 10:37:20 UTC 2017 - aloisio@gmx.com