- 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
This commit is contained in:
Thomas Bechtold 2019-10-09 12:25:26 +00:00 committed by Git OBS Bridge
parent 0538638088
commit 519940c8bc
5 changed files with 24 additions and 11 deletions

View File

@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="output-name">python-oslo.concurrency.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/stein/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/oslo.concurrency/stable/train/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.concurrency</param>
</service>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5f5ccca934a7e736b934044e1a347da2e139db6e4df3a2ac5dedc15e5287c81
size 51785

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b4e680a11df54cf32656958f147a36bd50f4528477799d79084cfdbe41a7497
size 51068

View File

@ -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

View File

@ -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}