Hello community,
here is the log from the commit of package python-oslo.config for
openSUSE:Factory checked in at 2018-09-07 15:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
and /work/SRC/openSUSE:Factory/.python-oslo.config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.config"
Fri Sep 7 15:38:46 2018 rev:27 rq:633097 version:6.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2018-03-19 23:35:42.659126449 +0100
+++
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes
2018-09-07 15:38:47.658575398 +0200
@@ -1,0 +2,54 @@
+Mon Sep 3 09:12:19 UTC 2018 - [email protected]
+
+- update to version 6.4.0
+ - add source filename to option locations set in code
+ - Fix typo 'importopt' to 'import_opt' adding the missing _
+ - Update reno for stable/queens
+ - add user documentation for get_location()
+ - sphinxext: Separate parsing of group and opts
+ - add detail to driver options in config generator
+ - Base class for a configuration driver
+ - sphinxext: Reporting correct lines for errors
+ - Add example group for the URI driver
+ - Support trailing commas in values of list type
+ - Add release notes link to README
+ - Remove boolean from StrOpt example
+ - fix URI type equality comparison
+ - New cache layer for external sources
+ - Add config_source option
+ - Properly initialize HostAddress
+ - trivial change to contributing instructions
+ - Fix HostAddress superclass.
+ - report the correct location for an option updated with set_defaults()
+ - Optionally use oslo.log for deprecated opt logging
+ - move configuration option list to the configuration guide
+ - ConfigurationSource base class
+ - sphinxext: Address nits from Ic6c2dcbe7823dd3fdc71db8dc5afab2d604559e3
+ - Remove stale pip-missing-reqs tox test
+ - Update links in README
+ - Add bindep.txt file to prevent fallback to generic list
+ - Trivial: Update pypi url to new url
+ - Make List option format bounds-sensitive
+ - disable stack inspection when setting option values
+ - sphinxext: Use 'sphinx.util.logging'
+ - set default python to python3
+ - User guide documentation for backend drivers for oslo.config
+ - use environment variable to control file location probing
+ - Clean old output before new doc builds
+ - Follow the new PTI for document build
+ - track config file and command line locations for user settings
+ - fix lower-constraints
+ - add a job to run unit tests against the lower bounds of our dependencies
+ - fix tox python3 overrides
+ - ensure we do not modify private data from drivers
+ - track the location where configuration options are set
+ - tox: Fix typo
+ - ignore location when comparing options for duplicate registration
+ - Switch pep8 job to python 3
+ - Remove MultiConfigParser
+ - improve the documentation for option location information
+ - sphinxext: Start parsing 'Opt.help' as rST
+ - Updated from global requirements
+ - Create INI file ConfigurationSourceDriver.
+
+-------------------------------------------------------------------
Old:
----
oslo.config-5.2.0.tar.gz
New:
----
oslo.config-6.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.nACQ9l/_old 2018-09-07 15:38:48.050574977 +0200
+++ /var/tmp/diff_new_pack.nACQ9l/_new 2018-09-07 15:38:48.054574973 +0200
@@ -17,54 +17,65 @@
Name: python-oslo.config
-Version: 5.2.0
+Version: 6.4.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.2.0.tar.gz
+URL: https://launchpad.net/oslo.config
+Source0:
https://files.pythonhosted.org/packages/source/o/oslo.config/oslo.config-6.4.0.tar.gz
BuildRequires: openstack-macros
BuildRequires: python-devel
-BuildRequires: python2-PyYAML >= 3.10
+BuildRequires: python2-PyYAML >= 3.12
BuildRequires: python2-debtcollector >= 1.2.0
-BuildRequires: python2-fixtures >= 3.0.0
-BuildRequires: python2-mock >= 2.0.0
+BuildRequires: python2-fixtures
+BuildRequires: python2-mock
BuildRequires: python2-netaddr >= 0.7.18
BuildRequires: python2-oslo.i18n >= 3.15.3
-BuildRequires: python2-oslotest >= 3.2.0
-BuildRequires: python2-pbr >= 2.0.0
-BuildRequires: python2-python-subunit >= 1.0.0
+BuildRequires: python2-oslo.log
+BuildRequires: python2-oslotest
+BuildRequires: python2-pbr
+BuildRequires: python2-python-subunit
+BuildRequires: python2-requests >= 2.18.0
+BuildRequires: python2-requests-mock
BuildRequires: python2-rfc3986 >= 0.3.1
BuildRequires: python2-six >= 1.10.0
BuildRequires: python2-stevedore >= 1.20.0
-BuildRequires: python2-testrepository >= 0.0.18
-BuildRequires: python2-testscenarios >= 0.4
-BuildRequires: python2-testtools >= 2.2.0
-BuildRequires: python3-PyYAML >= 3.10
+BuildRequires: python2-testrepository
+BuildRequires: python2-testscenarios
+BuildRequires: python2-testtools
+BuildRequires: python3-PyYAML >= 3.12
BuildRequires: python3-debtcollector >= 1.2.0
BuildRequires: python3-devel
-BuildRequires: python3-fixtures >= 3.0.0
-BuildRequires: python3-mock >= 2.0.0
+BuildRequires: python3-fixtures
+BuildRequires: python3-mock
BuildRequires: python3-netaddr >= 0.7.18
BuildRequires: python3-oslo.i18n >= 3.15.3
-BuildRequires: python3-oslotest >= 3.2.0
-BuildRequires: python3-pbr >= 2.0.0
-BuildRequires: python3-python-subunit >= 1.0.0
+BuildRequires: python3-oslo.log
+BuildRequires: python3-oslotest
+BuildRequires: python3-pbr
+BuildRequires: python3-python-subunit
+BuildRequires: python3-requests >= 2.18.0
+BuildRequires: python3-requests-mock
BuildRequires: python3-rfc3986 >= 0.3.1
BuildRequires: python3-six >= 1.10.0
BuildRequires: python3-stevedore >= 1.20.0
-BuildRequires: python3-testrepository >= 0.0.18
-BuildRequires: python3-testscenarios >= 0.4
-BuildRequires: python3-testtools >= 2.2.0
-Requires: python-PyYAML >= 3.10
+BuildRequires: python3-testrepository
+BuildRequires: python3-testscenarios
+BuildRequires: python3-testtools
+Requires: python-PyYAML >= 3.12
Requires: python-debtcollector >= 1.2.0
Requires: python-netaddr >= 0.7.18
Requires: python-oslo.i18n >= 3.15.3
+Requires: python-requests >= 2.18.0
Requires: python-rfc3986 >= 0.3.1
Requires: python-six >= 1.10.0
Requires: python-stevedore >= 1.20.0
BuildArch: noarch
+%ifpython2
+BuildRequires: python2-enum34 >= 1.0.4
+Requires: python-enum34 >= 1.0.4
+%endif
%if 0%{?suse_version}
Requires(post): update-alternatives
Requires(postun): update-alternatives
@@ -88,20 +99,20 @@
Summary: Documentation for OpenStack common configuration library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
-BuildRequires: python-openstackdocstheme >= 1.18.1
+BuildRequires: python-openstackdocstheme
%description -n python-oslo.config-doc
Documentation for the oslo-config library.
%prep
-%autosetup -p1 -n oslo.config-5.2.0
+%autosetup -p1 -n oslo.config-6.4.0
%py_req_cleanup
sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%{python_build}
-%{__python2} setup.py build_sphinx
+PBR_VERSION=6.4.0 sphinx-build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
++++++ _service ++++++
--- /var/tmp/diff_new_pack.nACQ9l/_old 2018-09-07 15:38:48.074574952 +0200
+++ /var/tmp/diff_new_pack.nACQ9l/_new 2018-09-07 15:38:48.074574952 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/oslo.config/oslo.config.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/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/queens/requirements.txt</param>
+ <param
name="requirements">https://raw.githubusercontent.com/openstack/oslo.config/stable/rocky/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,oslo.config</param>
</service>
++++++ oslo.config-5.2.0.tar.gz -> oslo.config-6.4.0.tar.gz ++++++
++++ 3895 lines of diff (skipped)