Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-multidict for openSUSE:Factory checked in at 2022-02-26 17:01:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-multidict (Old) and /work/SRC/openSUSE:Factory/.python-multidict.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-multidict" Sat Feb 26 17:01:56 2022 rev:17 rq:957326 version:6.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes 2020-12-23 14:19:11.917597402 +0100 +++ /work/SRC/openSUSE:Factory/.python-multidict.new.1958/python-multidict.changes 2022-02-26 17:02:20.543538376 +0100 @@ -1,0 +2,12 @@ +Thu Feb 24 08:14:48 UTC 2022 - Adrian Schr??ter <adr...@suse.de> + +- update to 6.0.2: + - Use ``METH_FASTCALL`` where it makes sense. + ``MultiDict.add()`` is 2.2 times faster now, ``CIMultiDict.add()`` is 1.5 times faster. + The same boost is applied to ``get*()``, ``setdefault()``, and ``pop*()`` methods. (:issue:`681`) + - Fixed type annotations for keys of multidict mapping classes. (:issue:`644`) + - Support Multidict[int] for pure-python version. + ``__class_getitem__`` is already provided by C Extension, making it work with the pure-extension too. (:issue:`678`) + - Dropped Python 3.6 support (:issue:`680`) + +------------------------------------------------------------------- Old: ---- multidict-5.1.0.tar.gz New: ---- multidict-6.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-multidict.spec ++++++ --- /var/tmp/diff_new_pack.6Cmaoa/_old 2022-02-26 17:02:21.171538476 +0100 +++ /var/tmp/diff_new_pack.6Cmaoa/_new 2022-02-26 17:02:21.175538477 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-multidict # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-multidict -Version: 5.1.0 +Version: 6.0.2 Release: 0 Summary: Multidict implementation License: Apache-2.0 @@ -47,7 +48,6 @@ %install %python_install -%python_expand rm %{buildroot}%{$python_sitearch}/multidict/*.c %{buildroot}%{$python_sitearch}/multidict/_multilib/*.h %python_expand %fdupes %{buildroot}%{$python_sitearch} %check ++++++ multidict-5.1.0.tar.gz -> multidict-6.0.2.tar.gz ++++++ ++++ 2781 lines of diff (skipped)