From 73d08d378ab706a9b6ce7c889de5ea0ae22af6e295c02471a843ddd2a17532c4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Sep 2016 07:28:49 +0000 Subject: [PATCH] Accepting request 424121 from home:tbechtold:branches:devel:languages:python update to version 1.10.8 * Increment version to 1.10.8. * Fix modulo operator on ObjectProxy * Increment version to 1.10.7. * Document mod operator bug in Python variant of object proxy. * Update copyright year. * Fix tests for floordiv and mod. * Remove reference to inspect.getargspec() as removed in Python 3.6. #64 - Use pypi.io as Source url OBS-URL: https://build.opensuse.org/request/show/424121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wrapt?expand=0&rev=7 --- python-wrapt.changes | 13 +++++++++++++ python-wrapt.spec | 11 ++++++----- wrapt-1.10.6.tar.gz | 3 --- wrapt-1.10.8.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 wrapt-1.10.6.tar.gz create mode 100644 wrapt-1.10.8.tar.gz diff --git a/python-wrapt.changes b/python-wrapt.changes index 3c0cde7..b743ecf 100644 --- a/python-wrapt.changes +++ b/python-wrapt.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 1 05:30:31 UTC 2016 - tbechtold@suse.com + +update to version 1.10.8 + * Increment version to 1.10.8. + * Fix modulo operator on ObjectProxy + * Increment version to 1.10.7. + * Document mod operator bug in Python variant of object proxy. + * Update copyright year. + * Fix tests for floordiv and mod. + * Remove reference to inspect.getargspec() as removed in Python 3.6. #64 +- Use pypi.io as Source url + ------------------------------------------------------------------- Tue Feb 16 08:25:35 UTC 2016 - michael@stroeder.com diff --git a/python-wrapt.spec b/python-wrapt.spec index d414029..fee85c0 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,7 +1,7 @@ # # spec file for package python-wrapt # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -14,16 +14,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-wrapt -Version: 1.10.6 +Version: 1.10.8 Release: 0 -License: BSD-2-Clause Summary: A Python module for decorators, wrappers and monkey patching -Url: https://github.com/GrahamDumpleton/wrapt +License: BSD-2-Clause Group: Development/Languages/Python -Source: https://pypi.python.org/packages/source/w/wrapt/wrapt-%{version}.tar.gz +Url: https://github.com/GrahamDumpleton/wrapt +Source: https://pypi.io/packages/source/w/wrapt/wrapt-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/wrapt-1.10.6.tar.gz b/wrapt-1.10.6.tar.gz deleted file mode 100644 index 2ec957b..0000000 --- a/wrapt-1.10.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9576869bb74a43cbb36ee39dc3584e6830b8e5c788e83edf0a397eba807734ab -size 25134 diff --git a/wrapt-1.10.8.tar.gz b/wrapt-1.10.8.tar.gz new file mode 100644 index 0000000..7432dad --- /dev/null +++ b/wrapt-1.10.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea17e814e39883c6cf1bb9b0835d316b2f69f0f0882ffe7dad1ede66ba82c73 +size 25183