forked from pool/python-stevedore
Accepting request 182840 from devel:languages:python
- update to 0.10: - Adds ``propagate_map_exceptions`` parameter to all of the extension managers which specifies whether exceptions are propagated up through the map call or logged and then ignored. The default is to preserve the current behavior of logging and ignoring exceptions. - remove python-2.6.x.diff (forwarded request 182828 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/182840 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-stevedore?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
d07a8901bf
commit
efe2a2ded8
@@ -1,12 +0,0 @@
|
||||
--- docs/source/conf.py
|
||||
+++ docs/source/conf.py
|
||||
@@ -54,7 +54,8 @@
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
-version = subprocess.check_output(['sh', '-c', 'cd ../..; python setup.py --version'])
|
||||
+version = subprocess.Popen(['sh', '-c', 'cd ../..; python setup.py --version'],
|
||||
+ stdout=subprocess.PIPE).stdout.read()
|
||||
version = version.strip()
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 11 14:15:40 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.10:
|
||||
- Adds ``propagate_map_exceptions`` parameter to all of the extension
|
||||
managers which specifies whether exceptions are propagated up
|
||||
through the map call or logged and then ignored. The default is to
|
||||
preserve the current behavior of logging and ignoring exceptions.
|
||||
- remove python-2.6.x.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 21 07:52:49 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -17,14 +17,13 @@
|
||||
|
||||
|
||||
Name: python-stevedore
|
||||
Version: 0.9.1
|
||||
Version: 0.10
|
||||
Release: 0
|
||||
Summary: Manage dynamic plugins for Python applications
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/dreamhost/stevedore
|
||||
Source: http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz
|
||||
Patch0: python-2.6.x.diff
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
# Documentation requirements:
|
||||
@@ -44,7 +43,6 @@ Manage dynamic plugins for Python applications
|
||||
|
||||
%prep
|
||||
%setup -q -n stevedore-%{version}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
3
stevedore-0.10.tar.gz
Normal file
3
stevedore-0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71a6ffb669c6d84ef0f43f44816257101775f955590986c29a95ce07293fd6e8
|
||||
size 338510
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e8d2ea77b4f3f624059354966d9ba0b68b084d12e9a0e7e1856e2832b5426cc
|
||||
size 338239
|
||||
Reference in New Issue
Block a user