Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2016-09-30 15:29:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-04 08:19:28.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
    2016-09-30 15:29:15.000000000 +0200
@@ -1,0 +2,62 @@
+Tue Aug 30 16:22:59 UTC 2016 - tbecht...@suse.com
+
+- update to version 3.17.0
+  * Add set_override method test with ListOpt
+  * Fix: default value of prog should remove extension
+  * Updated from global requirements
+  * Add Port type to allow configuration of a list of tcp/ip ports
+  * Advanced Option
+
+-------------------------------------------------------------------
+Mon Aug  8 09:26:42 UTC 2016 - dmuel...@suse.com
+
+- update to 3.14.0:
+  * disable lazy translation in sphinx extension
+  * Trivial: adjust import order to fit the import order guideline
+  * Make error message more clear
+  * Add min and max values to Float type and Opt
+  * Fix parameters of assertEqual are misplaced
+  * Updated from global requirements
+  * Add max_length to URIOpt
+  * Remove discover from test-requirements
+  * update docs for sphinxconfiggen
+  * Add URIOpt to doced option types
+
+-------------------------------------------------------------------
+Fri Jul 29 15:42:13 UTC 2016 - dmuel...@suse.com
+
+- update to 3.13.0:
+  * Add Python 3.5 classifier and venv
+  * Enabling your project for mutable-config
+  * Add namespace to _list_opts() in test
+  * decode subprocess output so doc build works on python3
+  * Updated from global requirements
+
+-------------------------------------------------------------------
+Mon Jul  4 15:41:56 UTC 2016 - tbecht...@suse.com
+
+- update to 3.12.0:
+  * Add URIOpt
+  * Add support for a deprecated version
+  * Updated from global requirements
+  * Support template substitution of DictOpt
+  * fixture: Provide parameter enforce_type for method config
+  * Fix typo: 'olso' to 'oslo'
+  * Return [] for .config_dirs when config files are not parsed
+  * generator: format string default value for List type properly
+  * Updated from global requirements
+  * Required Option
+  * Updated from global requirements
+  * Make sure ConfigType is an abstract class
+  * Added i18n formatting to log messages
+  * Remove duplicated code in method test_equal of HostnameTypeTests
+  * Incorrect group name when deprecated_group is not specified
+  * Handle some native python types in config generation
+
+-------------------------------------------------------------------
+Thu Jun  2 08:59:14 UTC 2016 - tbecht...@suse.com
+
+- use renderspec source service
+- update spec from upstream
+
+-------------------------------------------------------------------

Old:
----
  oslo.config-3.9.0.tar.gz

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

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

Other differences:
------------------
++++++ python-oslo.config.spec ++++++
--- /var/tmp/diff_new_pack.i2BjKA/_old  2016-09-30 15:29:16.000000000 +0200
+++ /var/tmp/diff_new_pack.i2BjKA/_new  2016-09-30 15:29:16.000000000 +0200
@@ -17,33 +17,36 @@
 
 
 %global sname oslo.config
-
 Name:           python-oslo.config
-Version:        3.9.0
+Version:        3.17.0
 Release:        0
 Summary:        OpenStack common configuration library
 License:        Apache-2.0
 Group:          Development/Languages
 Url:            https://launchpad.net/%{sname}
-Source0:        
https://pypi.python.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+Source0:        
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-discover
-BuildRequires:  python-fixtures >= 1.3.1
-BuildRequires:  python-mock >= 1.2
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-netaddr >= 0.7.12
 BuildRequires:  python-oslo.i18n >= 2.1.0
 BuildRequires:  python-oslotest >= 1.10.0
 BuildRequires:  python-pbr >= 1.6
 BuildRequires:  python-python-subunit >= 0.0.18
-BuildRequires:  python-setuptools
+BuildRequires:  python-rfc3986 >= 0.2.0
+BuildRequires:  python-six >= 1.9.0
+BuildRequires:  python-stevedore >= 1.16.0
 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.12
+Requires:       python-oslo.i18n >= 2.1.0
+Requires:       python-rfc3986 >= 0.2.0
 Requires:       python-six >= 1.9.0
-Requires:       python-stevedore >= 1.5.0
+Requires:       python-stevedore >= 1.16.0
 BuildArch:      noarch
 
 %description
@@ -55,14 +58,11 @@
 The oslo-config library is a command line and configuration file
 parsing library from the Oslo project.
 
-
 %package doc
 Summary:        Documentation for OpenStack common configuration library
 Group:          Development/Languages
-BuildRequires:  python-Sphinx >= 1.1.2
-BuildRequires:  python-netaddr >= 0.7.12
+BuildRequires:  python-Sphinx
 BuildRequires:  python-oslosphinx >= 2.5.0
-BuildRequires:  python-stevedore >= 1.5.0
 
 %description doc
 Documentation for the oslo-config library.
@@ -71,16 +71,14 @@
 %setup -q -n %{sname}-%{version}
 
 %build
-%{__python2} setup.py build
-# disabling git call for last modification date from git repo
-sed '/^html_last_updated_fmt.*/,/.)/ s/^/#/' -i doc/source/conf.py
+%{py2_build}
 
 %{__python2} setup.py build_sphinx
 # remove the sphinx-build leftovers
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{__python2} setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%{py2_install}
 
 %check
 %{__python2} setup.py testr

++++++ _service ++++++
--- /var/tmp/diff_new_pack.i2BjKA/_old  2016-09-30 15:29:16.000000000 +0200
+++ /var/tmp/diff_new_pack.i2BjKA/_new  2016-09-30 15:29:16.000000000 +0200
@@ -1,13 +1,13 @@
 <services>
+  <service mode="disabled" name="renderspec">
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/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/master/global-requirements.txt</param>
+  </service>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
-  <service mode="disabled" name="set_version">
-    <param name="basename">oslo.config</param>
-  </service>
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="python_requires" mode="disabled">
-  </service>
 </services>

++++++ oslo.config-3.9.0.tar.gz -> oslo.config-3.17.0.tar.gz ++++++
++++ 5153 lines of diff (skipped)


Reply via email to