Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2016-09-01 14:02:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.utils (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.utils/python-oslo.utils.changes      
2016-05-04 08:19:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2016-09-01 14:02:47.000000000 +0200
@@ -1,0 +2,63 @@
+Fri Jul 29 15:33:07 UTC 2016 - dmuel...@suse.com
+
+- update to 3.16.0:
+  * Fix mask_dict_password for non string/dict type key in dict
+  * More unit tests for specs matcher
+  * Imported Translations from Zanata
+  * Add Python 3.5 classifier and venv
+  * Use an actual well defined parser for spec matching
+  * Remove unused LOG to keep code clean
+  * Updated from global requirements
+
+-------------------------------------------------------------------
+Mon Jul 11 14:19:51 UTC 2016 - tbecht...@suse.com
+
+- update 3.15.0:
+  * Add basic docstrings to stopwatch has_started/stopped methods
+  * Make mask_dict_password consistent with mask_password
+  * Updated from global requirements
+  * improve tests for mask_password and mask_dict_password
+  * Simplify boolean expression in executils.py
+
+-------------------------------------------------------------------
+Mon Jul  4 14:22:17 UTC 2016 - tbecht...@suse.com
+
+- update to 3.14.0:
+  * Support json format output from qemu command
+  * Fix flake8 issues
+  * Use is_valid_ipv4 in get_ipv6_addr_by_EUI64
+  * Imported Translations from Zanata
+  * Allow assigning "0" to port
+  * Updated from global requirements
+  * Fix method split_path's docstring 'versionadded'
+  * Updated from global requirements
+  * Updated from global requirements
+  * Avoid catching generic exception
+  * Remove method total_seconds in timeuitls
+  * Fix is_valid_cidr raises TypeError
+
+-------------------------------------------------------------------
+Fri Jun  3 07:08:06 UTC 2016 - tbecht...@suse.com
+
+- update to 3.11.0:
+  * Trivial: ignore openstack/common in flake8 exclude list
+  * Move method split_path into oslo.utils
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Provide single step check if eventlet is monkey_patched
+  * Add method is_valid_cidr to netutils
+  * Updated from global requirements
+  * Updated from global requirements
+  * Add importutils.import_any method
+  * Add excutils.exception_filter
+  * Explicitly exclude tests from bandit scan
+  * Add CHAPPASSWORD to list of sanitize keys
+  * Enable bandit in gate
+  * Updated from global requirements
+  * Add method check_string_length
+  * Add missing versionchanged for configdrive
+- use renderspec source service
+- update spec from upstream
+
+-------------------------------------------------------------------

Old:
----
  oslo.utils-3.6.0.tar.gz

New:
----
  oslo.utils-3.16.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.utils.spec ++++++
--- /var/tmp/diff_new_pack.vRPnGm/_old  2016-09-01 14:02:48.000000000 +0200
+++ /var/tmp/diff_new_pack.vRPnGm/_new  2016-09-01 14:02:48.000000000 +0200
@@ -17,36 +17,40 @@
 
 
 %global sname oslo.utils
-
 Name:           python-oslo.utils
-Version:        3.6.0
+Version:        3.16.0
 Release:        0
-Summary:        OpenStack utils library
+Summary:        OpenStack Utils Library
 License:        Apache-2.0
+Group:          Development/Languages/Python
 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-Babel
-BuildRequires:  python-debtcollector
-BuildRequires:  python-fixtures
-BuildRequires:  python-iso8601
-BuildRequires:  python-monotonic
-BuildRequires:  python-netaddr
-BuildRequires:  python-netifaces
-BuildRequires:  python-oslo.i18n
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr
-BuildRequires:  python-testrepository
-BuildRequires:  python-testtools
-BuildRequires:  python-wrapt
-Requires:       python-Babel >= 1.3
+BuildRequires:  python-Babel >= 2.3.4
+BuildRequires:  python-debtcollector >= 1.2.0
+BuildRequires:  python-fixtures >= 3.0.0
+BuildRequires:  python-iso8601 >= 0.1.11
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-monotonic >= 0.6
+BuildRequires:  python-netaddr >= 0.7.12
+BuildRequires:  python-netifaces >= 0.10.4
+BuildRequires:  python-oslo.config
+BuildRequires:  python-oslo.i18n >= 2.1.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-pyparsing >= 2.0.1
+BuildRequires:  python-python-subunit >= 0.0.18
+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-funcsigs >= 0.4
-Requires:       python-iso8601 >= 0.1.9
+Requires:       python-iso8601 >= 0.1.11
 Requires:       python-monotonic >= 0.6
 Requires:       python-netaddr >= 0.7.12
 Requires:       python-netifaces >= 0.10.4
 Requires:       python-oslo.i18n >= 2.1.0
+Requires:       python-pyparsing >= 2.0.1
 Requires:       python-pytz >= 2013.6
 Requires:       python-six >= 1.9.0
 BuildArch:      noarch
@@ -57,8 +61,9 @@
 
 %package doc
 Summary:        Documentation for OpenStack utils library
+Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
 
 %description doc
 Documentation for OpenStack utils library.
@@ -67,10 +72,10 @@
 %setup -q -n %{sname}-%{version}
 
 %build
-%{__python2} setup.py build
+%{py2_build}
 
 %install
-%{__python2} setup.py install --skip-build --root %{buildroot}
+%{py2_install}
 
 # generate html docs
 %{__python2} setup.py build_sphinx

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vRPnGm/_old  2016-09-01 14:02:48.000000000 +0200
+++ /var/tmp/diff_new_pack.vRPnGm/_new  2016-09-01 14:02:48.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.utils/oslo.utils.spec.j2</param>
+    <param name="output-name">python-oslo.utils.spec</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/requirements/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.utils</param>
-  </service>
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="python_requires" mode="disabled">
-  </service>
 </services>

++++++ oslo.utils-3.6.0.tar.gz -> oslo.utils-3.16.0.tar.gz ++++++
++++ 2727 lines of diff (skipped)


Reply via email to