Hello community,

here is the log from the commit of package python3-decorator for 
openSUSE:Factory checked in at 2015-08-11 08:26: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-03-25 10:00:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-decorator.new/python3-decorator.changes 
2015-08-11 08:26:31.000000000 +0200
@@ -1,0 +2,29 @@
+Mon Aug 10 00:09:25 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * removed 2to3 dependency
+  * updated location of README.rst
+  * added LICENSE.txt and CHANGES.txt
+
+- update to version 4.0.2:
+  * Fix: docs/README.rst was not included in MANIFEST.in by accident,
+    thus breaking the source installation (2015/07/28)
+
+- changes from version 4.0.1:
+  * Added docs directory and upload_docs command. Fixed bug with
+    `__qualname__`, reported by Lucian Petrut (2015/07/28)
+
+- changes from version 4.0.0:
+  * Removed the need for 2to3 by dropping the support for Python 2.5.
+  * Added a MANIFEST.in file and produced a proper wheel. Improved the
+    integration with setuptools so that `python setup.py test` works.
+  * Reworked the documentation and introduced `decorator.decorated`.
+  * Removed any dependence from `inspect.getargspec`, which is
+    deprecated in Python 3.5, as signaled by Ralf Gommers.
+  * Fixed `contextmanager` to work with Python 3.5.
+  * Copied the `__qualname__` attribute, as requested by Frazer
+    McLean.
+  * Added a `dispatch_on` facility to implement generic functions.
+                                                      (2015/07/24)
+
+-------------------------------------------------------------------

Old:
----
  decorator-3.4.2.tar.gz

New:
----
  decorator-4.0.2.tar.gz

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

Other differences:
------------------
++++++ python3-decorator.spec ++++++
--- /var/tmp/diff_new_pack.SrhRZu/_old  2015-08-11 08:26:32.000000000 +0200
+++ /var/tmp/diff_new_pack.SrhRZu/_new  2015-08-11 08:26:32.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-decorator
-Version:        3.4.2
+Version:        4.0.2
 Release:        0
 Url:            http://pypi.python.org/pypi/decorator
 Summary:        Better living through Python with decorators
@@ -25,7 +25,6 @@
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/d/decorator/decorator-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildArch:      noarch
@@ -44,7 +43,7 @@
 
 %prep
 %setup -q -n decorator-%{version}
-sed -i 's/\r//' README.rst # Fix EOL encoding
+sed -i 's/\r//' docs/README.rst # Fix EOL encoding
 
 %build
 python3 setup.py build
@@ -55,7 +54,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc README.rst
+%doc docs/README.rst LICENSE.txt CHANGES.txt
 %{python3_sitelib}/decorator.py*
 %{python3_sitelib}/decorator-%{version}-py%{py3_ver}.egg-info
 

++++++ decorator-3.4.2.tar.gz -> decorator-4.0.2.tar.gz ++++++
++++ 11359 lines of diff (skipped)


Reply via email to