Hello community,

here is the log from the commit of package python-oslo.i18n for 
openSUSE:Factory checked in at 2016-09-30 15:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2015-10-30 13:42:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-oslo.i18n.new/python-oslo.i18n.changes   
2016-09-30 15:29:21.000000000 +0200
@@ -1,0 +2,62 @@
+Fri Sep  2 19:09:31 UTC 2016 - tbecht...@suse.com
+
+- update to version 3.9.0
+  * Fix parameters of assertEqual are misplaced
+  * Updated from global requirements
+
+-------------------------------------------------------------------
+Wed Aug 10 13:55:18 UTC 2016 - tbecht...@suse.com
+
+- - update to version 3.8.0
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Don't include openstack/common in flake8 exclude list
+
+-------------------------------------------------------------------
+Thu Jun  2 09:10:19 UTC 2016 - tbecht...@suse.com
+
+- use renderspec source service
+- update spec from upstream
+
+-------------------------------------------------------------------
+Tue Apr 26 15:20:12 UTC 2016 - rha...@suse.de
+
+- update to 3.6.0
+  * Updated from global requirements
+  * Better isolate tests and fixtures from environment
+  * Imported Translations from Zanata
+
+-------------------------------------------------------------------
+Thu Mar  3 07:11:51 UTC 2016 - tbecht...@suse.com
+
+- update to 3.3.0:
+  * Update translation setup
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Updated from global requirements
+  * Updated from global requirements
+  * add versionadded designations to newer functions
+  * doc: contextual/plural translation requires oslo.i18n >=2.1.0
+  * Trival: Remove 'MANIFEST.in'
+  * [doc] Update _i18n.py example to pass pep8
+  * Add missing blank in usage.rst
+  * Remove Python 2.6 workround for logging
+  * Drop python 2.6 support
+  * Updated from global requirements
+  * Remove python 2.6 classifier
+  * Remove python 2.6 and cleanup tox.ini
+  * Improved integration module documentation
+  * Updated from global requirements
+  * Imported Translations from Zanata
+  * Fix coverage configuration and execution
+  * No need for Oslo Incubator Sync
+  * Enhance the formatting error robustness patch
+  * Imported Translations from Zanata
+  * Move 'history' -> release notes section
+  * Add shields.io version/downloads links/badges into README.rst
+  * Change ignore-errors to ignore_errors
+  * Added the home-page value with Oslo wiki
+  * Updated from global requirements
+- Switch to .spec file from rpm-packaging upstream project
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-oslo.i18n.spec ++++++
--- /var/tmp/diff_new_pack.uB16lQ/_old  2016-09-30 15:29:22.000000000 +0200
+++ /var/tmp/diff_new_pack.uB16lQ/_new  2016-09-30 15:29:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-oslo.i18n
 #
-# 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
@@ -17,21 +17,20 @@
 
 
 %global sname oslo.i18n
-
 Name:           python-oslo.i18n
-Version:        2.6.0
+Version:        3.9.0
 Release:        0
 Summary:        OpenStack i18n 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-oslotest
-BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
-Requires:       python-Babel >= 1.3
+BuildRequires:  python-Babel >= 2.3.4
+BuildRequires:  python-mock >= 2.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+Requires:       python-Babel >= 2.3.4
 Requires:       python-six >= 1.9.0
 BuildArch:      noarch
 
@@ -44,7 +43,7 @@
 Summary:        Documentation for OpenStack i18n library
 Group:          Development/Languages/Python
 BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
 
 %description doc
 Documentation for the oslo.i18n library.
@@ -53,29 +52,27 @@
 %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
-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
-export PYTHONPATH="%{python2_sitelib}:%{buildroot}%{python2_sitelib}"
-export PYTHON="python -S"
-testr init && testr run --parallel
+%{__python2} setup.py test
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog CONTRIBUTING.rst HACKING.rst LICENSE PKG-INFO README.rst
+%doc AUTHORS ChangeLog CONTRIBUTING.rst README.rst
+%license LICENSE
 %{python2_sitelib}/oslo_i18n
 %{python2_sitelib}/*.egg-info
 
 %files doc
-%doc html
-%doc LICENSE
+%doc doc/build/html
+%license LICENSE
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.uB16lQ/_old  2016-09-30 15:29:22.000000000 +0200
+++ /var/tmp/diff_new_pack.uB16lQ/_new  2016-09-30 15:29:22.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.i18n/oslo.i18n.spec.j2</param>
+    <param name="output-name">python-oslo.i18n.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.i18n</param>
-  </service>
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="python_requires" mode="disabled">
-  </service>
 </services>

++++++ oslo.i18n-2.6.0.tar.gz -> oslo.i18n-3.9.0.tar.gz ++++++
++++ 1805 lines of diff (skipped)


Reply via email to