forked from pool/python-oslo.config
- update to version 6.4.1
- Update UPPER_CONSTRAINTS_FILE for stable/rocky - python3: Ensure ConfigOpts __iter__ uses list(d.keys()) - Update .gitreview for stable/rocky - import zuul job settings from project-config OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=73
This commit is contained in:
parent
2a84fcec19
commit
5ed07a88c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:483f43fa7b0e54cb1000d56b4e56fb23169816e65061e7600ca8ccd4cafa45e3
|
||||
size 145057
|
3
oslo.config-6.4.1.tar.gz
Normal file
3
oslo.config-6.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:814d74a0a7a0cfd68e4665627af85bfc803b644213a7fcf67cd018c01706e54b
|
||||
size 144762
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 6 14:57:47 UTC 2019 - cloud-devel@suse.de
|
||||
|
||||
- update to version 6.4.1
|
||||
- Update UPPER_CONSTRAINTS_FILE for stable/rocky
|
||||
- python3: Ensure ConfigOpts __iter__ uses list(d.keys())
|
||||
- Update .gitreview for stable/rocky
|
||||
- import zuul job settings from project-config
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 12:09:19 UTC 2019 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-oslo.config
|
||||
Version: 6.4.0
|
||||
Version: 6.4.1
|
||||
Release: 0
|
||||
Summary: OpenStack common configuration library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://launchpad.net/oslo.config
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.4.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.4.1.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python2-PyYAML >= 3.12
|
||||
@ -103,14 +103,14 @@ BuildRequires: python-openstackdocstheme
|
||||
Documentation for the oslo-config library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n oslo.config-6.4.0
|
||||
%autosetup -p1 -n oslo.config-6.4.1
|
||||
%py_req_cleanup
|
||||
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
|
||||
|
||||
%build
|
||||
%{python_build}
|
||||
|
||||
PBR_VERSION=6.4.0 PYTHONPATH=. \
|
||||
PBR_VERSION=6.4.1 PYTHONPATH=. \
|
||||
sphinx-build -b html doc/source doc/build/html
|
||||
# remove the sphinx-build leftovers
|
||||
rm -rf doc/build/html/.{doctrees,buildinfo}
|
||||
|
Loading…
x
Reference in New Issue
Block a user