14
0
forked from pool/python-wrapt

- update to version 1.10.10:

* Added back missing description and categorisations when releasing
  to PyPi.
  * Code for inspect.getargspec() when using Python 2.6 was missing 
  import of sys module.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wrapt?expand=0&rev=13
This commit is contained in:
2017-09-20 20:04:23 +00:00
committed by Git OBS Bridge
parent 92750aa542
commit c94da7a2f8

View File

@@ -1,7 +1,11 @@
-------------------------------------------------------------------
Sun Jul 9 10:26:29 UTC 2017 - adrian@suse.de
- update to version 1.10.10
- update to version 1.10.10:
* Added back missing description and categorisations when releasing
to PyPi.
* Code for inspect.getargspec() when using Python 2.6 was missing
import of sys module.
-------------------------------------------------------------------
Mon Feb 27 13:54:07 UTC 2017 - jmatejek@suse.com