Hello community,

here is the log from the commit of package python-decorator for 
openSUSE:Factory checked in at 2019-03-29 20:36:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-decorator (Old)
 and      /work/SRC/openSUSE:Factory/.python-decorator.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-decorator"

Fri Mar 29 20:36:01 2019 rev:20 rq:686454 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-decorator/python-decorator.changes        
2019-02-25 17:44:36.298926051 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-decorator.new.25356/python-decorator.changes 
    2019-03-29 20:36:02.698543212 +0100
@@ -1,0 +2,7 @@
+Tue Mar 19 15:15:40 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 4.4.0:
+  * Fixed a regression with decorator factories breaking the case with no
+    arguments by going back to the syntax used in version 4.2.
+
+-------------------------------------------------------------------

Old:
----
  decorator-4.3.2.tar.gz

New:
----
  decorator-4.4.0.tar.gz

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

Other differences:
------------------
++++++ python-decorator.spec ++++++
--- /var/tmp/diff_new_pack.m3Mye4/_old  2019-03-29 20:36:03.310544095 +0100
+++ /var/tmp/diff_new_pack.m3Mye4/_new  2019-03-29 20:36:03.310544095 +0100
@@ -20,14 +20,15 @@
 #
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-decorator
-Version:        4.3.2
+Version:        4.4.0
 Release:        0
 Summary:        Non-nested signature-retaining Python decorators
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-URL:            http://pypi.python.org/pypi/decorator
+URL:            https://github.com/micheles/decorator
 Source:         
https://files.pythonhosted.org/packages/source/d/decorator/decorator-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -44,7 +45,6 @@
 
 %prep
 %setup -q -n decorator-%{version}
-sed -i 's/\r//' README.rst # Fix EOL encoding
 
 %build
 %python_build
@@ -53,9 +53,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python 
src/tests/test.py -v
+
 %files %{python_files}
 %license LICENSE.txt
-%doc CHANGES.md README.rst
+%doc CHANGES.md README.md
 %{python_sitelib}/decorator.py*
 %pycache_only %{python_sitelib}/__pycache__/decorator.*.py*
 %{python_sitelib}/decorator-%{version}-py*.egg-info

++++++ decorator-4.3.2.tar.gz -> decorator-4.4.0.tar.gz ++++++
++++ 1816 lines of diff (skipped)


Reply via email to