diff --git a/oslo.config-5.1.0.tar.gz b/oslo.config-5.1.0.tar.gz deleted file mode 100644 index 224881e..0000000 --- a/oslo.config-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e05c6eb428246387022ddc29f57782fee44396dd2d6218c1cae2332403673c30 -size 130695 diff --git a/oslo.config-5.2.0.tar.gz b/oslo.config-5.2.0.tar.gz new file mode 100644 index 0000000..5460f51 --- /dev/null +++ b/oslo.config-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df7fb5ac4d10fa7f8e75221debac3926e1cb48f0ef2b9bd8b2e09bcba3cae7a +size 130627 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index 705260e..dea8057 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 15 11:50:59 UTC 2018 - cloud-devel@suse.de + +- update to version 5.2.0 + - Clean up enforce_type related test method's name + - Remove -U from pip install + - Provide descriptions for choices + - Fix the invalid links for doc file in oslo.config + - Avoid tox_install.sh for constraints support + - sphinxext: Don't sometimes emit trailing newlines + ------------------------------------------------------------------- Thu Dec 7 20:33:05 UTC 2017 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 8a3a1da..35c41b4 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -1,7 +1,7 @@ # # spec file for package python-oslo.config # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-oslo.config -Version: 5.1.0 +Version: 5.2.0 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-5.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-5.2.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python2-PyYAML >= 3.10 @@ -94,7 +94,7 @@ BuildRequires: python-openstackdocstheme >= 1.17.0 Documentation for the oslo-config library. %prep -%autosetup -p1 -n oslo.config-5.1.0 +%autosetup -p1 -n oslo.config-5.2.0 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg