Hello community,

here is the log from the commit of package python-decorator for 
openSUSE:Factory checked in at 2015-05-05 00:55:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-decorator (Old)
 and      /work/SRC/openSUSE:Factory/.python-decorator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-decorator"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-decorator/python-decorator.changes        
2013-10-25 11:13:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-decorator.new/python-decorator.changes   
2015-05-05 00:55:59.000000000 +0200
@@ -1,0 +2,16 @@
+Sat May  2 18:01:29 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 3.4.2:
+  * Same as 3.4.1, re-uploaded to PyPI
+- additional changes from version 3.4.1:
+  * Ported the repository from GoogleCode to GitHub and added
+    Travis CI support
+  * Tests are executed with the new command `python test.py -v`
+  * setuptools is now mandatory in Python 3
+  * The suggested installation tool is `pip`, not `easy_install`
+  * Supported IronPython and other Python implementations without
+    sys._getframe, as requested by Doug Blank
+- remove python-nose from BuildRequires, unneeded
+- replace README.txt with README.rst: changed upstream
+
+-------------------------------------------------------------------

Old:
----
  decorator-3.4.0.tar.gz

New:
----
  decorator-3.4.2.tar.gz

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

Other differences:
------------------
++++++ python-decorator.spec ++++++
--- /var/tmp/diff_new_pack.Ncqd1R/_old  2015-05-05 00:56:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Ncqd1R/_new  2015-05-05 00:56:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-decorator
 #
-# Copyright (c) 2013 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-decorator
-Version:        3.4.0
+Version:        3.4.2
 Release:        0
 Url:            http://pypi.python.org/pypi/decorator
 Summary:        Better living through Python with decorators
@@ -26,7 +26,6 @@
 Source:         
http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-nose
 BuildRequires:  python-setuptools
 %if 0%{?suse_version}
 %py_requires
@@ -50,7 +49,7 @@
 
 %prep
 %setup -q -n decorator-%{version}
-sed -i 's/\r//' README.txt # Fix EOL encoding
+sed -i 's/\r//' README.rst # Fix EOL encoding
 
 %build
 python setup.py build
@@ -60,7 +59,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc README.rst
 %{python_sitelib}/decorator.py
 %{python_sitelib}/decorator.pyc
 %{python_sitelib}/decorator-%{version}-py%{py_ver}.egg-info

++++++ decorator-3.4.0.tar.gz -> decorator-3.4.2.tar.gz ++++++
++++ 2975 lines of diff (skipped)


Reply via email to