diff --git a/python-stevedore.changes b/python-stevedore.changes index 54ebdbd..447b83d 100644 --- a/python-stevedore.changes +++ b/python-stevedore.changes @@ -1,4 +1,18 @@ ------------------------------------------------------------------- +Mon Dec 2 12:26:36 UTC 2013 - dmueller@suse.com + +- update to 0.13: + * Update documentation to refer to setuptools instead of distribute. + * Add pypy to the list of default test configurations. + * Include a work-around to avoid a cpython bug with atexit + * Deprecate TestExtensionManager and replace with make_test_instance() + class method to provide test classes that behave more like the + production class, while still allowing the extensions to be injected + for testing + * Fixes an exception when reporting on an error where multiple + drivers have the same name + * Switch packaging to use pbr. +------------------------------------------------------------------- Mon Sep 2 15:37:00 UTC 2013 - dmueller@suse.com - update to 0.11: diff --git a/python-stevedore.spec b/python-stevedore.spec index 4425432..23cd338 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -17,7 +17,7 @@ Name: python-stevedore -Version: 0.11 +Version: 0.13 Release: 0 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 @@ -25,6 +25,7 @@ Group: Development/Languages/Python Url: https://github.com/dreamhost/stevedore Source: http://pypi.python.org/packages/source/s/stevedore/stevedore-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-pbr BuildRequires: python-setuptools # Documentation requirements: BuildRequires: python-Sphinx @@ -46,6 +47,7 @@ Manage dynamic plugins for Python applications %build python setup.py build +rm -rf docs/build python setup.py build_sphinx %install @@ -56,7 +58,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README.rst build/sphinx/html +%doc LICENSE README.rst docs/build/html %{python_sitelib}/* %changelog diff --git a/stevedore-0.11.tar.gz b/stevedore-0.11.tar.gz deleted file mode 100644 index af989ac..0000000 --- a/stevedore-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d647df6522a7fd30152382a948b3983ea9aa6097966ccb09244954ef345f267 -size 338681 diff --git a/stevedore-0.13.tar.gz b/stevedore-0.13.tar.gz new file mode 100644 index 0000000..e9907bd --- /dev/null +++ b/stevedore-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab2ee6fbcca22f1867021269569d1657c5801efd8a425742d36a7414cc8d2ac +size 760179