1
0

- 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-oslo.config?expand=0&rev=64
This commit is contained in:
Dirk Mueller 2018-01-15 11:51:14 +00:00 committed by Git OBS Bridge
parent 876bcc1500
commit 498198916c
4 changed files with 18 additions and 7 deletions

View File

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

3
oslo.config-5.2.0.tar.gz Normal file
View File

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

View File

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

View File

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