diff --git a/python-2.6.x.diff b/python-2.6.x.diff deleted file mode 100644 index ec51214..0000000 --- a/python-2.6.x.diff +++ /dev/null @@ -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 diff --git a/python-stevedore.changes b/python-stevedore.changes index c596b8d..4849241 100644 --- a/python-stevedore.changes +++ b/python-stevedore.changes @@ -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 diff --git a/python-stevedore.spec b/python-stevedore.spec index acd54ff..8c0dc76 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -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 diff --git a/stevedore-0.10.tar.gz b/stevedore-0.10.tar.gz new file mode 100644 index 0000000..12efe6c --- /dev/null +++ b/stevedore-0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a6ffb669c6d84ef0f43f44816257101775f955590986c29a95ce07293fd6e8 +size 338510 diff --git a/stevedore-0.9.1.tar.gz b/stevedore-0.9.1.tar.gz deleted file mode 100644 index 2daff68..0000000 --- a/stevedore-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e8d2ea77b4f3f624059354966d9ba0b68b084d12e9a0e7e1856e2832b5426cc -size 338239