diff --git a/python-stevedore.changes b/python-stevedore.changes index 53cd216..ecea096 100644 --- a/python-stevedore.changes +++ b/python-stevedore.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Feb 24 13:32:03 UTC 2015 - tbechtold@suse.com + +- update to 1.2.0: + * Use pkg_resources resolve( + * Fix the README.rst file format for pypi + * Workflow documentation is now in infra-manual + * Implement a __contains__ override for extension manager + * Update link to docs in README + * Bring doc build up to standard + ------------------------------------------------------------------- Tue Oct 28 09:09:50 UTC 2014 - dmueller@suse.com diff --git a/python-stevedore.spec b/python-stevedore.spec index 2f456f8..dcba61f 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -1,7 +1,7 @@ # # spec file for package python-stevedore # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-stevedore -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 @@ -29,6 +29,7 @@ BuildRequires: python-pbr BuildRequires: python-setuptools # Documentation requirements: BuildRequires: python-Sphinx +BuildRequires: python-oslosphinx # Test requirements: #BuildRequires: python-mock #BuildRequires: python-nose @@ -60,7 +61,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README.rst docs/build/html +%doc LICENSE README.rst doc/build/html %{python_sitelib}/* %changelog diff --git a/stevedore-1.1.0.tar.gz b/stevedore-1.1.0.tar.gz deleted file mode 100644 index d35670e..0000000 --- a/stevedore-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3 -size 352294 diff --git a/stevedore-1.2.0.tar.gz b/stevedore-1.2.0.tar.gz new file mode 100644 index 0000000..2fd7941 --- /dev/null +++ b/stevedore-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45 +size 352770