Hello community,
here is the log from the commit of package python-multipledispatch for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-multipledispatch (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-multipledispatch.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multipledispatch"
Mon Mar 9 18:09:11 2020 rev:4 rq:776819 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-multipledispatch/python-multipledispatch.changes
2020-01-15 15:50:40.827502885 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-multipledispatch.new.26092/python-multipledispatch.changes
2020-03-09 18:09:12.217010646 +0100
@@ -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.tF2K92/_old 2020-03-09 18:09:12.529011093 +0100
+++ /var/tmp/diff_new_pack.tF2K92/_new 2020-03-09 18:09:12.533011099 +0100
@@ -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)