diff --git a/_service b/_service index 5a19ee5..0188bff 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.config/oslo.config.spec.j2 + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.config/oslo.config.spec.j2 python-oslo.config.spec - https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt + https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt cloud-devel@suse.de gh,openstack,oslo.config diff --git a/oslo.config-3.22.0.tar.gz b/oslo.config-3.22.0.tar.gz deleted file mode 100644 index 8e8170b..0000000 --- a/oslo.config-3.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b7d341d8bdce8026028485f8238ee7865edb123ffb5f916956ed52f37de3e47 -size 118255 diff --git a/oslo.config-4.11.0.tar.gz b/oslo.config-4.11.0.tar.gz new file mode 100644 index 0000000..a9e2eb9 --- /dev/null +++ b/oslo.config-4.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be8aaba466a3449fdb21ee8f7025b0d3d252c8c7568b8d5d05ceff58617cd05 +size 129139 diff --git a/python-oslo.config.changes b/python-oslo.config.changes index a18c38c..2f9d281 100644 --- a/python-oslo.config.changes +++ b/python-oslo.config.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Mon Aug 7 06:33:49 UTC 2017 - cloud-devel@suse.de + +- update to version 4.11.0 + - Enable some off-by-default checks + - Remove usage of enforce_type=True + - Don't set enforce_type if we are using the default + - update the documentation URL in the readme + - rearrange docs based on new standard layout + - [Fix gate]Update test requirement + - Update reno for stable/ocata + - Fix string interpolation in ValueError + - Handle both - and _ forms of deprecated opts + - Fix html_last_updated_fmt for Python3 + - add deprecation_reason to log message + - Handle getattrs to ConfigOpts for deprecated opts + - Optimize the link address + - fix an issue with looking up deprecated option names in code + - add rst output mode for config generator + - switch from oslosphinx to openstackdocstheme + - pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) + - Update URLs in documents according to document migration + - sphinxext: Log with 'str', not 'repr' + - Clarify info on a comment + - sphinxext: Handle unescaped percentage signs + - Fix typo in generator.rst + - Add PyYAML as a requirement + - Adjust removal_version for argument enforce_type + - Fix conversion to item_type on __call__ in List type(again) + - Machine Readable Sample Config + - Cast generator_options to dict + - import content from the configuration reference guide + - Remove dependency oslo.i18n from test-requirements.txt + - handle option defaults that are not strings + - sphinxext: Use lower logging level + - add to group data model to for generator + - Rework the 'oslo-config-generator' documentation + - Remove log translations + - Add HACKING.rst + - doc: Specify openstackdocs theme + - Fix python 3.6 escape char warnings in strings + - fix formatting of literal default values with spaces + - Add snap package paths to default config dirs + - Handle multi-line default values in olso-config-generator + - sphinxext: Add arguments for oslo.config:group directive + - Make set_override/set_default with enforce_type=True by default + - Updated from global requirements + - Use Sphinx 1.5 warning-is-error + - Fix up the option docs + ------------------------------------------------------------------- Mon Feb 13 09:05:51 UTC 2017 - cloud-devel@suse.de diff --git a/python-oslo.config.spec b/python-oslo.config.spec index 9fa3aaf..d857f59 100644 --- a/python-oslo.config.spec +++ b/python-oslo.config.spec @@ -18,7 +18,7 @@ %global sname oslo.config Name: python-oslo.config -Version: 3.22.0 +Version: 4.11.0 Release: 0 Summary: OpenStack common configuration library License: Apache-2.0 @@ -26,6 +26,7 @@ Group: Development/Languages/Python Url: https://launchpad.net/%{sname} Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros +BuildRequires: python-PyYAML >= 3.10.0 BuildRequires: python-debtcollector >= 1.2.0 BuildRequires: python-devel BuildRequires: python-fixtures >= 3.0.0 @@ -33,20 +34,21 @@ BuildRequires: python-mock >= 2.0 BuildRequires: python-netaddr >= 0.7.13 BuildRequires: python-oslo.i18n >= 2.1.0 BuildRequires: python-oslotest >= 1.10.0 -BuildRequires: python-pbr >= 1.8 +BuildRequires: python-pbr >= 2.0.0 BuildRequires: python-python-subunit >= 0.0.18 BuildRequires: python-rfc3986 >= 0.3.1 BuildRequires: python-six >= 1.9.0 -BuildRequires: python-stevedore >= 1.17.1 +BuildRequires: python-stevedore >= 1.20.0 BuildRequires: python-testrepository >= 0.0.18 BuildRequires: python-testscenarios >= 0.4 BuildRequires: python-testtools >= 1.4.0 +Requires: python-PyYAML >= 3.10.0 Requires: python-debtcollector >= 1.2.0 Requires: python-netaddr >= 0.7.13 Requires: python-oslo.i18n >= 2.1.0 Requires: python-rfc3986 >= 0.3.1 Requires: python-six >= 1.9.0 -Requires: python-stevedore >= 1.17.1 +Requires: python-stevedore >= 1.20.0 BuildArch: noarch %description @@ -62,7 +64,7 @@ parsing library from the Oslo project. Summary: Documentation for OpenStack common configuration library Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-oslosphinx >= 4.7.0 +BuildRequires: python-openstackdocstheme >= 1.11.0 %description doc Documentation for the oslo-config library. @@ -70,6 +72,7 @@ Documentation for the oslo-config library. %prep %autosetup -n %{sname}-%{version} %py_req_cleanup +sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build %{py2_build}