Hello community,

here is the log from the commit of package python-oslo.utils for 
openSUSE:Factory checked in at 2016-05-04 08:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2015-12-21 12:03:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.utils.new/python-oslo.utils.changes 
2016-05-04 08:19:07.000000000 +0200
@@ -1,0 +2,46 @@
+Thu Mar  3 07:35:09 UTC 2016 - [email protected]
+
+- Switch to .spec from rpm-packaging upstream project
+
+-------------------------------------------------------------------
+Wed Feb 17 11:55:37 UTC 2016 - [email protected]
+
+- update to 3.6.0:
+  * remove bandit.conf
+
+-------------------------------------------------------------------
+Thu Feb 11 07:29:12 UTC 2016 - [email protected]
+
+- update to 3.5.0:
+  * Updated from global requirements
+  * Narrow mock for getfilesystemencoding
+  * Update translation setup
+  * Add excutils.save_and_reraise_exception force_reraise + capture
+  * Add encodeutils.to_utf8() function
+  * Create secretutils and include 'constant_time_compare' function
+  * Fix coverage
+  * Add a mechanism to mask passwords in dictionaries
+  * Add "configdrive" to the list of keys used by mask_password()
+  * fix fnmatch.filter in non-posix system
+  * fix fileutils ut code random failure
+  * Add missing doc index for imageutils and fnmatch
+  * re-implement thread safe fnmatch
+  * Fix the bug of can't get the desired image info
+
+-------------------------------------------------------------------
+Wed Dec 16 07:00:11 UTC 2015 - [email protected]
+
+- Update to version 3.2.0
+  * Remove Babel from requirements
+  * Remove duplicated profiles section from bandit.yaml
+  * Allow get_class_name to accept bound method and class method
+  * deprecate timeutils.total_seconds()
+  * Move imageutils from oslo-incubator to oslo.utils
+  * networkutils: drop python 2.6 support
+  * Remove python 2.6 classifier
+  * Fix wrong bug tracking link
+  * Refactor Port number validation
+  * Add useful 'time_it' decorator
+
+2.8.0
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.utils.spec ++++++
--- /var/tmp/diff_new_pack.p7RCjO/_old  2016-05-04 08:19:08.000000000 +0200
+++ /var/tmp/diff_new_pack.p7RCjO/_new  2016-05-04 08:19:08.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.utils
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,61 +16,55 @@
 #
 
 
+%global sname oslo.utils
+
 Name:           python-oslo.utils
-Version:        2.8.0
+Version:        3.6.0
 Release:        0
-Summary:        Oslo utils library
+Summary:        OpenStack utils library
 License:        Apache-2.0
-Group:          Development/Languages/Python
-Url:            http://launchpad.net/oslo
-Source:         
https://pypi.python.org/packages/source/o/oslo.utils/oslo.utils-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
+Url:            https://launchpad.net/%{sname}
+Source0:        
https://pypi.python.org/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-setuptools
+BuildRequires:  python-testrepository
+BuildRequires:  python-testtools
+BuildRequires:  python-wrapt
 Requires:       python-Babel >= 1.3
-Requires:       python-debtcollector >= 0.3.0
+Requires:       python-debtcollector >= 1.2.0
+Requires:       python-funcsigs >= 0.4
 Requires:       python-iso8601 >= 0.1.9
-Requires:       python-monotonic >= 0.3
+Requires:       python-monotonic >= 0.6
 Requires:       python-netaddr >= 0.7.12
 Requires:       python-netifaces >= 0.10.4
-Requires:       python-oslo.i18n >= 1.5.0
+Requires:       python-oslo.i18n >= 2.1.0
 Requires:       python-pytz >= 2013.6
 Requires:       python-six >= 1.9.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:      noarch
-%endif
 
 %description
-The oslo.utils library contain utilities like
- - importutils
- - timeutils
- - netutils
- - encodeutils
- - strutils
- - excutils
+The oslo.utils library provides support for common utility type functions,
+such as encoding, exception handling, string manipulation, and time handling.
 
 %package doc
-Summary:        Documentation for OpenStack oslo utils library
-Group:          Development/Languages/Python
+Summary:        Documentation for OpenStack utils library
 BuildRequires:  python-Sphinx
-BuildRequires:  python-debtcollector
-BuildRequires:  python-fixtures
-BuildRequires:  python-iso8601
-BuildRequires:  python-monotonic
-BuildRequires:  python-netaddr
-BuildRequires:  python-netifaces
-BuildRequires:  python-oslo.i18n
 BuildRequires:  python-oslosphinx
 
 %description doc
-Documentation for OpenStack oslo utils library
+Documentation for OpenStack utils library.
 
 %prep
-%setup -q -n oslo.utils-%{version}
+%setup -q -n %{sname}-%{version}
 
 %build
 %{__python2} setup.py build
@@ -79,17 +73,21 @@
 %{__python2} setup.py install --skip-build --root %{buildroot}
 
 # generate html docs
-sphinx-build doc/source html
+%{__python2} setup.py build_sphinx
 # remove the sphinx-build leftovers
-rm -rf html/.{doctrees,buildinfo}
+rm -rf doc/build/html/.{doctrees,buildinfo}
+
+%check
+%{__python2} setup.py test
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS LICENSE README.rst ChangeLog
-%{python2_sitelib}/*
+%license LICENSE
+%doc AUTHORS ChangeLog README.rst
+%{python2_sitelib}/oslo_utils
+%{python2_sitelib}/*.egg-info
 
 %files doc
-%doc html
-%doc LICENSE
+%doc doc/build/html
+%license LICENSE
 
 %changelog

++++++ oslo.utils-2.8.0.tar.gz -> oslo.utils-3.6.0.tar.gz ++++++
++++ 3321 lines of diff (skipped)


Reply via email to