Hello community,
here is the log from the commit of package python-oslo.config for
openSUSE:Factory checked in at 2017-08-28 15:29:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.config"
Mon Aug 28 15:29:40 2017 rev:22 rq:514837 version:4.11.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2017-02-21 13:43:10.744982387 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes
2017-08-28 15:29:41.043156515 +0200
@@ -1,0 +2,50 @@
+Mon Aug 7 06:33:49 UTC 2017 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
oslo.config-3.22.0.tar.gz
New:
----
oslo.config-4.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.UExmAr/_old 2017-08-28 15:29:41.635073305 +0200
+++ /var/tmp/diff_new_pack.UExmAr/_new 2017-08-28 15:29:41.639072743 +0200
@@ -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 @@
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-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 @@
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 @@
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{py2_build}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.UExmAr/_old 2017-08-28 15:29:41.707063185 +0200
+++ /var/tmp/diff_new_pack.UExmAr/_new 2017-08-28 15:29:41.707063185 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslo.config/oslo.config.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/oslo.config/oslo.config.spec.j2</param>
<param name="output-name">python-oslo.config.spec</param>
- <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/global-requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.config</param>
</service>
++++++ oslo.config-3.22.0.tar.gz -> oslo.config-4.11.0.tar.gz ++++++
++++ 5470 lines of diff (skipped)