Hello community,
here is the log from the commit of package python-multidict for
openSUSE:Factory checked in at 2020-03-09 18:34:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
and /work/SRC/openSUSE:Factory/.python-multidict.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multidict"
Mon Mar 9 18:34:24 2020 rev:12 rq:783026 version:4.7.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2019-06-01 09:52:26.883263893 +0200
+++
/work/SRC/openSUSE:Factory/.python-multidict.new.26092/python-multidict.changes
2020-03-09 18:34:24.914027657 +0100
@@ -1,0 +2,6 @@
+Mon Mar 9 16:35:10 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Update to 4.7.5:
+ * various fixes for python 3.8 support
+
+-------------------------------------------------------------------
Old:
----
multidict-4.5.2.tar.gz
New:
----
multidict-4.7.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-multidict.spec ++++++
--- /var/tmp/diff_new_pack.7G8R5M/_old 2020-03-09 18:34:25.454027950 +0100
+++ /var/tmp/diff_new_pack.7G8R5M/_new 2020-03-09 18:34:25.458027953 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-multidict
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-multidict
-Version: 4.5.2
+Version: 4.7.5
Release: 0
Summary: Multidict implementation
License: Apache-2.0
-Group: Development/Languages/Python
URL: https://github.com/aio-libs/multidict
Source:
https://files.pythonhosted.org/packages/source/m/multidict/multidict-%{version}.tar.gz
-BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
-BuildRequires: %{python_module pytest-cov}
-BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
BuildRequires: python-rpm-macros
%python_subpackages
@@ -50,10 +47,13 @@
%install
%python_install
-%python_expand rm -f %{buildroot}%{$python_sitearch}/multidict/*.c
+%python_expand rm %{buildroot}%{$python_sitearch}/multidict/*.c
+%python_expand fdupes %{buildroot}%{$python_sitearch}
%check
-%python_exec setup.py test
+# remove the extra pytest opts
+rm setup.cfg
+%pytest_arch
%files %{python_files}
%license LICENSE
++++++ multidict-4.5.2.tar.gz -> multidict-4.7.5.tar.gz ++++++
++++ 23109 lines of diff (skipped)