diff --git a/oslo.config-6.4.0.tar.gz b/oslo.config-6.4.0.tar.gz deleted file mode 100644 index 91b6426..0000000 --- a/oslo.config-6.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:483f43fa7b0e54cb1000d56b4e56fb23169816e65061e7600ca8ccd4cafa45e3 -size 145057 diff --git a/oslo.config-6.4.1.tar.gz b/oslo.config-6.4.1.tar.gz new file mode 100644 index 0000000..9a35ce4 --- /dev/null +++ b/oslo.config-6.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:814d74a0a7a0cfd68e4665627af85bfc803b644213a7fcf67cd018c01706e54b +size 144762 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index f7efb00..711f07e 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -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 diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 12a85a3..00c0997 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -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}