Hello community,

here is the log from the commit of package python3-decorator for 
openSUSE:Factory checked in at 2015-03-25 10:00:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-decorator (Old)
 and      /work/SRC/openSUSE:Factory/.python3-decorator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-decorator"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-decorator/python3-decorator.changes      
2015-01-23 15:46:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-decorator.new/python3-decorator.changes 
2015-03-25 10:00:30.000000000 +0100
@@ -1,0 +2,21 @@
+Sun Mar 22 19:51:55 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * changed to setuptools
+  * removed python dependency (automated by build process)
+  * removed nose
+  * README.txt -> REAMDE.rst
+
+- update to version 3.4.2:
+  * no changelog available
+  
+- 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
+    (2015/03/16)
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python3-decorator.spec ++++++
--- /var/tmp/diff_new_pack.6QS0SV/_old  2015-03-25 10:00:31.000000000 +0100
+++ /var/tmp/diff_new_pack.6QS0SV/_new  2015-03-25 10:00:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-decorator
 #
-# Copyright (c) 2015 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:           python3-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
@@ -25,11 +25,9 @@
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
-BuildRequires:  python3-nose
+BuildRequires:  python3-setuptools
 BuildArch:      noarch
 
 %description
@@ -46,7 +44,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
 python3 setup.py build
@@ -57,7 +55,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc README.rst
 %{python3_sitelib}/decorator.py*
 %{python3_sitelib}/decorator-%{version}-py%{py3_ver}.egg-info
 

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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to