forked from pool/python-wrapt
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
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9576869bb74a43cbb36ee39dc3584e6830b8e5c788e83edf0a397eba807734ab
|
||||
size 25134
|
||||
3
wrapt-1.10.8.tar.gz
Normal file
3
wrapt-1.10.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ea17e814e39883c6cf1bb9b0835d316b2f69f0f0882ffe7dad1ede66ba82c73
|
||||
size 25183
|
||||
Reference in New Issue
Block a user