From 519940c8bcd6a764f18144cb2c23a7d5ee40a9c07cb23aef957ea440eb64c887 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 9 Oct 2019 12:25:26 +0000 Subject: [PATCH] - update to version 3.30.0 - Update master for stable/stein - Replace git.openstack.org URLs with opendev.org URLs - Dropping the py35 testing - Add Python 3 Train unit tests - Cap Bandit below 1.6.0 and update Sphinx requirement - OpenDev Migration Patch - Follow the new PTI for document build OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.concurrency?expand=0&rev=44 --- _service | 4 ++-- oslo.concurrency-3.29.1.tar.gz | 3 --- oslo.concurrency-3.30.0.tar.gz | 3 +++ python-oslo.concurrency.changes | 12 ++++++++++++ python-oslo.concurrency.spec | 13 +++++++------ 5 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 oslo.concurrency-3.29.1.tar.gz create mode 100644 oslo.concurrency-3.30.0.tar.gz diff --git a/_service b/_service index 428f52b..19481ed 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.concurrency/oslo.concurrency.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.concurrency/oslo.concurrency.spec.j2 python-oslo.concurrency.spec - https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/stein/requirements.txt + https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/train/requirements.txt cloud-devel@suse.de gh,openstack,oslo.concurrency diff --git a/oslo.concurrency-3.29.1.tar.gz b/oslo.concurrency-3.29.1.tar.gz deleted file mode 100644 index ebf04ad..0000000 --- a/oslo.concurrency-3.29.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5f5ccca934a7e736b934044e1a347da2e139db6e4df3a2ac5dedc15e5287c81 -size 51785 diff --git a/oslo.concurrency-3.30.0.tar.gz b/oslo.concurrency-3.30.0.tar.gz new file mode 100644 index 0000000..373b09e --- /dev/null +++ b/oslo.concurrency-3.30.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4e680a11df54cf32656958f147a36bd50f4528477799d79084cfdbe41a7497 +size 51068 diff --git a/python-oslo.concurrency.changes b/python-oslo.concurrency.changes index 7326fb8..d4d713f 100644 --- a/python-oslo.concurrency.changes +++ b/python-oslo.concurrency.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 9 12:25:01 UTC 2019 - cloud-devel@suse.de + +- update to version 3.30.0 + - Update master for stable/stein + - Replace git.openstack.org URLs with opendev.org URLs + - Dropping the py35 testing + - Add Python 3 Train unit tests + - Cap Bandit below 1.6.0 and update Sphinx requirement + - OpenDev Migration Patch + - Follow the new PTI for document build + ------------------------------------------------------------------- Mon Apr 8 11:44:31 UTC 2019 - cloud-devel@suse.de diff --git a/python-oslo.concurrency.spec b/python-oslo.concurrency.spec index 619776d..0e80e7a 100644 --- a/python-oslo.concurrency.spec +++ b/python-oslo.concurrency.spec @@ -17,13 +17,13 @@ Name: python-oslo.concurrency -Version: 3.29.1 +Version: 3.30.0 Release: 0 Summary: OpenStack oslo.concurrency library License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/oslo.concurrency -Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.29.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.concurrency/oslo.concurrency-3.30.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-enum34 >= 1.0.4 @@ -79,8 +79,9 @@ external processes. %package -n python-oslo.concurrency-doc Summary: Documentation for OpenStack concurrency library Group: Development/Languages/Python -BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme +BuildRequires: python3-Sphinx +BuildRequires: python3-openstackdocstheme +BuildRequires: python3-sphinxcontrib-apidoc %description -n python-oslo.concurrency-doc The oslo.concurrency library has utilities for safely running multi-thread, @@ -89,14 +90,14 @@ external processes. This package contains the documentation. %prep -%autosetup -p1 -n oslo.concurrency-3.29.1 +%autosetup -p1 -n oslo.concurrency-3.30.0 %py_req_cleanup %build %{python_build} # generate html docs -%{__python2} setup.py build_sphinx +PBR_VERSION=%{version} %sphinx_build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo}