Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2017-02-21 13:43:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.config"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes    
2016-12-02 16:43:38.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
    2017-02-21 13:43:10.744982387 +0100
@@ -1,0 +2,50 @@
+Mon Feb 13 09:05:51 UTC 2017 - cloud-de...@suse.de
+
+- update to version 3.22.0:
+  - Add missing exceptions to the documentation
+  - fix interpolation of None value
+  - List comprehensions
+  - standardize release note page ordering
+  - Add 'schemes' argument to URIOpt
+  - Add IPOpt and PortOpt names for sphinxext
+  - Enable release notes translation
+  - Normalize group sections
+  - Update reno for stable/newton
+  - Ensure test_config_dir_doesnt_exist() dir doesn't exist
+  - Add Constraints support
+  - Revert "Fix conversion to item_type on __call__ in List type"
+  - Add doc about config option name and comment in config file
+  - Show team and repo badges on README
+  - Correct nits in Iedf808
+  - Replace six.iteritems() with .items()
+  - Add defaults for config-dir
+  - Add some documentation about option deprecation
+  - [TrivialFix] Replace 'assertTrue(a in b)' with 'assertIn(a, b)'
+  - config: Pass description and epilog through
+  - Fix wrong usage of DuplicateOptError
+  - modify the home-page info with the developer documentation
+  - Fix missing option types to config doc
+  - doc: Fix Range type version
+  - Remove references to Python 3.4
+  - Add HostnameOpt and URIOpt types to sphinxext
+  - Warn user about enforce_type default change
+  - Fix conversion to item_type on __call__ in List type
+  - Fix filename in comment
+  - Fix broken links
+  - Fix repr for tuples in choices
+  - Disable warning for missing oslo.config.opts.defaults
+  - Fixing HostName and adding support for HostAddress
+  - Add 'summarize' option
+  - test: add enforce_type test
+  - Fixup list types handling tuples
+  - Add Range type
+  - Updated from global requirements
+- Remove 0001-Add-defaults-for-config-dir.patch . Applied upstream.
+
+-------------------------------------------------------------------
+Tue Jan 31 07:32:17 UTC 2017 - dmuel...@suse.com
+
+- update to 3.17.1:
+  * Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-defaults-for-config-dir.patch
  oslo.config-3.17.0.tar.gz

New:
----
  oslo.config-3.22.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.ggeqRF/_old  2017-02-21 13:43:11.196918630 +0100
+++ /var/tmp/diff_new_pack.ggeqRF/_new  2017-02-21 13:43:11.196918630 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.config
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,15 +18,13 @@
 
 %global sname oslo.config
 Name:           python-oslo.config
-Version:        3.17.0
+Version:        3.22.0
 Release:        0
 Summary:        OpenStack common configuration library
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Url:            https://launchpad.net/%{sname}
 Source0:        
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
-# 0001-Add-defaults-for-config-dir.patch -- backport for master to support 
default config dirs
-Patch1:         0001-Add-defaults-for-config-dir.patch
 BuildRequires:  openstack-macros
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
@@ -35,20 +33,20 @@
 BuildRequires:  python-netaddr >= 0.7.13
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pbr >= 1.8
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-rfc3986 >= 0.2.2
+BuildRequires:  python-rfc3986 >= 0.3.1
 BuildRequires:  python-six >= 1.9.0
-BuildRequires:  python-stevedore >= 1.16.0
+BuildRequires:  python-stevedore >= 1.17.1
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-debtcollector >= 1.2.0
 Requires:       python-netaddr >= 0.7.13
 Requires:       python-oslo.i18n >= 2.1.0
-Requires:       python-rfc3986 >= 0.2.2
+Requires:       python-rfc3986 >= 0.3.1
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.16.0
+Requires:       python-stevedore >= 1.17.1
 BuildArch:      noarch
 
 %description
@@ -64,14 +62,14 @@
 Summary:        Documentation for OpenStack common configuration library
 Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for the oslo-config library.
 
 %prep
-%setup -q -n %{sname}-%{version}
-%patch1 -p1
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %{py2_build}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ggeqRF/_old  2017-02-21 13:43:11.228914116 +0100
+++ /var/tmp/diff_new_pack.ggeqRF/_new  2017-02-21 13:43:11.228914116 +0100
@@ -1,14 +1,12 @@
- <services>
+<services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/oslo.config/oslo.config.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/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/newton/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">cloud-de...@suse.de</param>
+    <param name="changelog-provider">gh,openstack,oslo.config</param>
   </service>
   <service mode="disabled" name="download_files">
-    <param name="changesgenerate">enable</param>
-  </service>
-  <service name="refresh_patches" mode="disabled">
-    <param name="changesgenerate">enable</param>
   </service>
   <service name="format_spec_file" mode="disabled"/>
 </services>

++++++ oslo.config-3.17.0.tar.gz -> oslo.config-3.22.0.tar.gz ++++++
++++ 2413 lines of diff (skipped)


Reply via email to