Hello community,
here is the log from the commit of package python-multipledispatch for
openSUSE:Factory checked in at 2019-05-06 13:25:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-multipledispatch (Old)
and /work/SRC/openSUSE:Factory/.python-multipledispatch.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multipledispatch"
Mon May 6 13:25:21 2019 rev:4 rq:694224 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-multipledispatch/python-multipledispatch.changes
2018-12-24 11:39:59.309526830 +0100
+++
/work/SRC/openSUSE:Factory/.python-multipledispatch.new.5148/python-multipledispatch.changes
2019-05-06 13:25:23.445048348 +0200
@@ -1,0 +2,9 @@
+Fri Apr 12 14:24:40 UTC 2019 - [email protected]
+
+- version update to 0.6.0
+ * no upstream changelog
+- turn testsuite on
+- deleted sources
+ - LICENSE.txt (not needed)
+
+-------------------------------------------------------------------
Old:
----
LICENSE.txt
multipledispatch-0.5.0.tar.gz
New:
----
0.6.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-multipledispatch.spec ++++++
--- /var/tmp/diff_new_pack.MyHX8S/_old 2019-05-06 13:25:24.769051078 +0200
+++ /var/tmp/diff_new_pack.MyHX8S/_new 2019-05-06 13:25:24.797051135 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-multipledispatch
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,14 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-multipledispatch
-Version: 0.5.0
+Version: 0.6.0
Release: 0
Summary: Multiple dispatch in Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/mrocklin/multipledispatch/
-Source:
https://files.pythonhosted.org/packages/source/m/multipledispatch/multipledispatch-%{version}.tar.gz
-Source10:
https://raw.githubusercontent.com/mrocklin/multipledispatch/%{version}/LICENSE.txt
+Source:
https://github.com/mrocklin/multipledispatch/archive/0.6.0.tar.gz
+BuildRequires: %{python_module pytest-benchmark}
+BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -42,7 +43,7 @@
%prep
%setup -q -n multipledispatch-%{version}
-cp %{SOURCE10} .
+rm multipledispatch/tests/test_dispatcher_3only.py
%build
%python_build
@@ -51,6 +52,9 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%check
+%pytest
+
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst
++++++ multipledispatch-0.5.0.tar.gz -> 0.6.0.tar.gz ++++++
++++ 3118 lines of diff (skipped)