Hello community,

here is the log from the commit of package python-oslo.i18n for 
openSUSE:Factory checked in at 2015-07-02 22:50:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oslo.i18n (Old)
 and      /work/SRC/openSUSE:Factory/.python-oslo.i18n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-oslo.i18n"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oslo.i18n/python-oslo.i18n.changes        
2014-09-28 19:54:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-oslo.i18n.new/python-oslo.i18n.changes   
2015-07-03 00:17:21.000000000 +0200
@@ -1,0 +2,56 @@
+Tue Mar 10 15:02:10 UTC 2015 - tbecht...@suse.com
+
+- update to 1.5.0:
+  * Updated from global requirements
+
+-------------------------------------------------------------------
+Tue Feb 24 08:34:56 UTC 2015 - tbecht...@suse.com
+
+- update to version 1.4.0:
+  * Add test fixture to prefix lazily translated messages
+
+-------------------------------------------------------------------
+Thu Jan 29 14:34:16 UTC 2015 - tbecht...@suse.com
+
+- update to version 1.3.1:
+  * Clear global cache in test_get_available_languages
+  * Make setup.cfg packages include oslo.i18n
+
+-------------------------------------------------------------------
+Thu Jan 15 09:08:25 UTC 2015 - tbecht...@suse.com
+
+- update to version 1.3.0:
+  * Add a fixture to let tests manage the lazy flag
+  * Fix the link to the bug tracker in the README
+- Add python_requires to _service
+
+-------------------------------------------------------------------
+Thu Jan  8 16:43:18 UTC 2015 - tbecht...@suse.com
+
+- update to version 1.2.0:
+  * Correct the translation domain for loading messages
+  * Move out of the oslo namespace package
+  * Workflow documentation is now in infra-manual
+  * Force code sample to be treated as python
+  * Imported Translations from Transifex
+  * Add note for integration modules in libraries
+  * Activate pep8 check that _ is imported
+  * Add pbr to installation requirements
+  * Updated from global requirements
+  * Updated from global requirements
+  * Remove extraneous vim editor configuration comments
+  * Make clear in docs to use _LE() when using LOG.exception()
+  * Support building wheels (PEP-427)
+  * Imported Translations from Transifex
+  * Fix coverage testing
+  * Imported Translations from Transifex
+  * Use same indentation in doc/source/usage
+  * Imported Translations from Transifex
+  * Imported Translations from Transifex
+  * Updated from global requirements
+  * Remove unused/mutable default args
+  * Fixes a small syntax error in the doc examples
+- Add BuildRequires python-oslotest and run testsuite during build
+- Remove BuildRequires python-setuptools
+
+-------------------------------------------------------------------

Old:
----
  oslo.i18n-1.0.0.tar.gz

New:
----
  oslo.i18n-1.5.0.tar.gz

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

Other differences:
------------------
++++++ python-oslo.i18n.spec ++++++
--- /var/tmp/diff_new_pack.bVqYIc/_old  2015-07-03 00:17:22.000000000 +0200
+++ /var/tmp/diff_new_pack.bVqYIc/_new  2015-07-03 00:17:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.i18n
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-oslo.i18n
-Version:        1.0.0
+Version:        1.5.0
 Release:        0
 Summary:        osloi18n library
 License:        Apache-2.0
@@ -25,10 +25,10 @@
 Url:            http://launchpad.net/oslo
 Source:         
https://pypi.python.org/packages/source/o/oslo.i18n/oslo.i18n-%{version}.tar.gz
 BuildRequires:  python-Babel
+BuildRequires:  python-oslotest
 BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
 Requires:       python-Babel >= 1.3
-Requires:       python-six >= 1.7.0
+Requires:       python-six >= 1.9
 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()")}
@@ -50,6 +50,11 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+export PYTHONPATH="%{python_sitelib}:%{buildroot}%{python_sitelib}"
+export PYTHON="python -S"
+testr init && testr run --parallel
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README.rst ChangeLog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.bVqYIc/_old  2015-07-03 00:17:22.000000000 +0200
+++ /var/tmp/diff_new_pack.bVqYIc/_new  2015-07-03 00:17:22.000000000 +0200
@@ -1,5 +1,5 @@
 <services>
-  <service mode="disabled" name="download_files"> 
+  <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
   <service mode="disabled" name="set_version">
@@ -8,4 +8,6 @@
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
+  <service name="python_requires" mode="disabled">
+  </service>
 </services>

++++++ oslo.i18n-1.0.0.tar.gz -> oslo.i18n-1.5.0.tar.gz ++++++
++++ 5000 lines of diff (skipped)


Reply via email to