From c94da7a2f87adf5d7c90170b6cbe404b896a20a5df3f762d70a10029b29df98f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 20 Sep 2017 20:04:23 +0000 Subject: [PATCH] - 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 --- python-wrapt.changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wrapt.changes b/python-wrapt.changes index abf3ba6..fde9e6f 100644 --- a/python-wrapt.changes +++ b/python-wrapt.changes @@ -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