Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2017-02-21 13:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-10-10 16:20:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2017-02-21 13:39:16.797986073 +0100
@@ -1,0 +2,32 @@
+Fri Feb 10 14:18:13 UTC 2017 - [email protected]
+
+- update to version 3.22.0:
+  - Make method import_versioned_module work
+  - Add option to not truncate built-ins
+  - Add method is_valid_ipv6_cidr
+  - Add method is_valid_mac
+  - Show team and repo badges on README
+  - Extend specs matcher to support ">" and "<"
+  - Added the token 'encrypted_key' to mask_password list
+  - doc: Fix docstring of method bool_from_string
+  - Remove discover from test-requirements
+  - Remove references to Python 3.4
+  - Change assertTrue(isinstance()) by optimal assert
+  - Add __ne__ built-in function
+  - Restore <all-in> operator
+  - [TrivialFix] Replace 'assertEqual(None, ...)' with 'assertIsNone(...)'
+  - Trivial fixes to the usage doc
+  - Update homepage with developer documentation page
+  - Add missing specs_matcher documentation
+  - Allow 'get_all_class_names' to pass kwargs
+  - Improve eventlet check when selecting Event backend
+  - Add reno for release notes management
+  - Add Constraints support
+  - Add method is_valid_boolstr
+  - Add threading<->eventlet compatible Event
+  - Add utils for validating and splitting quotes
+  - Create dictutils and add 'flatten_dict_to_keypairs'
+  - Add toggle 'dashed' to 'generate_uuid' function
+  - Updated from global requirements
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.utils.spec ++++++
--- /var/tmp/diff_new_pack.hOcqF1/_old  2017-02-21 13:39:18.237782958 +0100
+++ /var/tmp/diff_new_pack.hOcqF1/_new  2017-02-21 13:39:18.241782394 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.utils
 #
-# 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,7 +18,7 @@
 
 %global sname oslo.utils
 Name:           python-oslo.utils
-Version:        3.16.0
+Version:        3.22.0
 Release:        0
 Summary:        OpenStack Utils Library
 License:        Apache-2.0
@@ -36,8 +36,8 @@
 BuildRequires:  python-netifaces >= 0.10.4
 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-pbr >= 1.8
+BuildRequires:  python-pyparsing >= 2.1.0
 BuildRequires:  python-python-subunit >= 0.0.18
 BuildRequires:  python-testrepository >= 0.0.18
 BuildRequires:  python-testscenarios >= 0.4
@@ -49,7 +49,7 @@
 Requires:       python-netaddr >= 0.7.13
 Requires:       python-netifaces >= 0.10.4
 Requires:       python-oslo.i18n >= 2.1.0
-Requires:       python-pyparsing >= 2.0.1
+Requires:       python-pyparsing >= 2.1.0
 Requires:       python-pytz >= 2013.6
 Requires:       python-six >= 1.9.0
 BuildArch:      noarch
@@ -62,13 +62,14 @@
 Summary:        Documentation for OpenStack utils library
 Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslosphinx >= 4.7.0
 
 %description doc
 Documentation for OpenStack utils library.
 
 %prep
-%setup -q -n %{sname}-%{version}
+%autosetup -n %{sname}-%{version}
+%py_req_cleanup
 
 %build
 %{py2_build}
@@ -86,7 +87,7 @@
 
 %files
 %license LICENSE
-%doc AUTHORS ChangeLog README.rst
+%doc ChangeLog README.rst
 %{python2_sitelib}/oslo_utils
 %{python2_sitelib}/*.egg-info
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hOcqF1/_old  2017-02-21 13:39:18.281776751 +0100
+++ /var/tmp/diff_new_pack.hOcqF1/_new  2017-02-21 13:39:18.281776751 +0100
@@ -1,8 +1,10 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/newton/openstack/oslo.utils/oslo.utils.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/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/stable/newton/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/requirements/stable/ocata/global-requirements.txt</param>
+    <param name="changelog-email">[email protected]</param>
+    <param name="changelog-provider">gh,openstack,oslo.utils</param>
   </service>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>

++++++ oslo.utils-3.16.0.tar.gz -> oslo.utils-3.22.0.tar.gz ++++++
++++ 1670 lines of diff (skipped)


Reply via email to