Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-multipledispatch for
openSUSE:Factory checked in at 2021-11-09 23:54:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-multipledispatch (Old)
and /work/SRC/openSUSE:Factory/.python-multipledispatch.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multipledispatch"
Tue Nov 9 23:54:41 2021 rev:5 rq:930188 version:0.6.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-multipledispatch/python-multipledispatch.changes
2019-05-06 13:25:23.445048348 +0200
+++
/work/SRC/openSUSE:Factory/.python-multipledispatch.new.1890/python-multipledispatch.changes
2021-11-09 23:55:03.999966573 +0100
@@ -1,0 +2,5 @@
+Mon Nov 8 14:01:40 UTC 2021 - Dirk M??ller <[email protected]>
+
+- add missing six dependency
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-multipledispatch.spec ++++++
--- /var/tmp/diff_new_pack.kYtuFW/_old 2021-11-09 23:55:04.579966868 +0100
+++ /var/tmp/diff_new_pack.kYtuFW/_new 2021-11-09 23:55:04.579966868 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-multipledispatch
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,13 +23,15 @@
Summary: Multiple dispatch in Python
License: BSD-3-Clause
Group: Development/Languages/Python
-Url: http://github.com/mrocklin/multipledispatch/
+URL: https://multiple-dispatch.readthedocs.io/
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: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: python-six
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages