1
0

- update to version 6.11.2

- Update .gitreview for stable/train
  - Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
  - Ensure option groups don't change during logging

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=79
This commit is contained in:
Dirk Mueller 2020-03-10 18:21:16 +00:00 committed by Git OBS Bridge
parent 1e68cbba17
commit f64e81ee96
4 changed files with 16 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 10 18:20:43 UTC 2020 - cloud-devel@suse.de
- update to version 6.11.2
- Update .gitreview for stable/train
- Update TOX/UPPER_CONSTRAINTS_FILE for stable/train
- Ensure option groups don't change during logging
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 9 12:25:30 UTC 2019 - cloud-devel@suse.de Wed Oct 9 12:25:30 UTC 2019 - cloud-devel@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-oslo.config # spec file for package python-oslo.config
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: python-oslo.config Name: python-oslo.config
Version: 6.11.1 Version: 6.11.2
Release: 0 Release: 0
Summary: OpenStack common configuration library Summary: OpenStack common configuration library
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://launchpad.net/oslo.config URL: https://launchpad.net/oslo.config
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.11.1.tar.gz Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.11.2.tar.gz
BuildRequires: openstack-macros BuildRequires: openstack-macros
BuildRequires: python2-PyYAML >= 3.12 BuildRequires: python2-PyYAML >= 3.12
BuildRequires: python2-debtcollector >= 1.2.0 BuildRequires: python2-debtcollector >= 1.2.0
@ -101,13 +101,13 @@ BuildRequires: python3-sphinxcontrib-apidoc
Documentation for the oslo-config library. Documentation for the oslo-config library.
%prep %prep
%autosetup -p1 -n oslo.config-6.11.1 %autosetup -p1 -n oslo.config-6.11.2
%py_req_cleanup %py_req_cleanup
%build %build
%{python_build} %{python_build}
PBR_VERSION=6.11.1 PYTHONPATH=. \ PBR_VERSION=6.11.2 PYTHONPATH=. \
%sphinx_build -b html doc/source doc/build/html %sphinx_build -b html doc/source doc/build/html
# remove the sphinx-build leftovers # remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo} rm -rf doc/build/html/.{doctrees,buildinfo}