diff --git a/_service b/_service index d88520c..30ba7fe 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/stevedore/stevedore.spec.j2 + https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/stevedore/stevedore.spec.j2 python-stevedore.spec - https://opendev.org/openstack/stevedore/raw/branch/stable/ussuri/requirements.txt + https://opendev.org/openstack/stevedore/raw/branch/stable/victoria/requirements.txt cloud-devel@suse.de gh,openstack,stevedore diff --git a/python-stevedore.changes b/python-stevedore.changes index 3f4e54c..48a7209 100644 --- a/python-stevedore.changes +++ b/python-stevedore.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Oct 9 19:19:31 UTC 2020 - cloud-devel@suse.de + +- update to version 3.2.2 + - Drop Python 2.7 support + - sphinxext: fix warning message for detailed list + - Switch to newer openstackdocstheme and reno versions + - Replace external mock with built-in unittest.mock + - Remove Travis CI config + - switch to importlib.metadata package + - fix supported python versions in documentation + - Add Python3 victoria unit tests + - add release note before major version update + - add property methods to extension for more entry point values + - Stop to use the __future__ module. + - Remove dead files + - Mark sphinx extensions thread safe + - Update master for stable/ussuri + - Fix the bug 1892610. There're some syntax errors in the comment of stevedore code. + ------------------------------------------------------------------- Tue May 12 10:04:04 UTC 2020 - cloud-devel@suse.de diff --git a/python-stevedore.spec b/python-stevedore.spec index 44ff595..b6583f7 100644 --- a/python-stevedore.spec +++ b/python-stevedore.spec @@ -17,19 +17,18 @@ Name: python-stevedore -Version: 1.32.0 +Version: 3.2.2 Release: 0 Summary: Manage dynamic plugins for Python applications License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/developer/stevedore/ -Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-1.32.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/s/stevedore/stevedore-3.2.2.tar.gz BuildRequires: openstack-macros BuildRequires: python3-docutils BuildRequires: python3-mock BuildRequires: python3-pbr >= 2.0.0 BuildRequires: python3-pytest -BuildRequires: python3-setuptools BuildRequires: python3-testtools BuildArch: noarch @@ -47,8 +46,9 @@ dynamically loaded extensions. %package -n python3-stevedore Summary: Manage dynamic plugins for Python applications Group: Development/Languages/Python +Requires: python3-importlib_metadata >= 1.7.0 Requires: python3-pbr >= 2.0.0 -Requires: python3-six >= 1.10.0 +Requires: python3-six %description -n python3-stevedore Python makes loading code dynamically easy, allowing you to configure @@ -90,7 +90,7 @@ This package contains documentation in HTML format. %py3_build # generate html docs -PBR_VERSION=1.32.0 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=3.2.2 PYTHONPATH=. %sphinx_build -b html doc/source doc/build/html # remove the Sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} diff --git a/stevedore-1.32.0.tar.gz b/stevedore-1.32.0.tar.gz deleted file mode 100644 index 053f3e8..0000000 --- a/stevedore-1.32.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18afaf1d623af5950cc0f7e75e70f917784c73b652a34a12d90b309451b5500b -size 510344 diff --git a/stevedore-3.2.2.tar.gz b/stevedore-3.2.2.tar.gz new file mode 100644 index 0000000..6914ac2 --- /dev/null +++ b/stevedore-3.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f845868b3a3a77a2489d226568abe7328b5c2d4f6a011cc759dfa99144a521f0 +size 512174