commit python-multidict for openSUSE:Factory

2020-10-25 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2020-10-25 18:08:42

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new.3463 (New)


Package is "python-multidict"

Sun Oct 25 18:08:42 2020 rev:14 rq:835171 version:4.7.6

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2020-03-14 09:55:33.503119738 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-multidict.new.3463/python-multidict.changes  
2020-10-25 18:08:43.335464658 +0100
@@ -1,0 +2,7 @@
+Thu Sep 17 11:34:02 UTC 2020 - Dirk Mueller 
+
+- update to 4.7.6:
+ - Fixed an issue with some versions of the ``wheel`` dist
+   failing because of being unable to detect the license file.
+
+---

Old:

  multidict-4.7.5.tar.gz

New:

  multidict-4.7.6.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.UoIuWz/_old  2020-10-25 18:08:45.311466528 +0100
+++ /var/tmp/diff_new_pack.UoIuWz/_new  2020-10-25 18:08:45.311466528 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-multidict
-Version:4.7.5
+Version:4.7.6
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0

++ multidict-4.7.5.tar.gz -> multidict-4.7.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.7.5/CHANGES.rst 
new/multidict-4.7.6/CHANGES.rst
--- old/multidict-4.7.5/CHANGES.rst 2020-02-21 16:50:31.0 +0100
+++ new/multidict-4.7.6/CHANGES.rst 2020-05-15 01:00:24.0 +0200
@@ -14,6 +14,20 @@
 
 .. towncrier release notes start
 
+4.7.6 (2020-05-15)
+==
+
+Bugfixes
+
+
+- Fixed an issue with some versions of the ``wheel`` dist
+  failing because of being unable to detect the license file.
+  `#481 `_
+
+
+
+
+
 4.7.5 (2020-02-21)
 ==
 
@@ -22,9 +36,11 @@
 
 - Fixed creating and updating of MultiDict from a sequence of pairs and 
keyword arguments. Previously passing a list argument modified it inplace, and 
other sequences caused an error.
   `#457 `_
-- Fixed comparing with mapping: an exception raised in the `__len__` method 
caused raising a SyntaxError.
+- Fixed comparing with mapping: an exception raised in the
+  :py:func:`~object.__len__` method caused raising a SyntaxError.
   `#459 `_
-- Fixed comparing with mapping: all exceptions raised in the `__getitem__` 
method were silenced.
+- Fixed comparing with mapping: all exceptions raised in the
+  :py:func:`~object.__getitem__` method were silenced.
   `#460 `_
 
 
@@ -37,7 +53,8 @@
 Bugfixes
 
 
-- ``MultiDict.iter`` fix memory leak when used iterator over `multidict` 
instance.
+- ``MultiDict.iter`` fix memory leak when used iterator over
+  :py:mod:`multidict` instance.
   `#452 `_
 
 
@@ -81,7 +98,7 @@
 
 - Fix crashing when multidict is used pyinstaller
   `#432 `_
-- Fix typing for `CIMultiDict.copy`
+- Fix typing for :py:meth:`CIMultiDict.copy`
   `#434 `_
 - Fix memory leak in ``MultiDict.copy()``
   `#443 `_
@@ -96,13 +113,14 @@
 Bugfixes
 
 
-- `CIMultiDictProxy.copy` return object type `multidict._multidict.CIMultiDict`
+- :py:meth:`CIMultiDictProxy.copy` return object type
+  :py:class:`multidict._multidict.CIMultiDict`
   `#427 `_
-- Make `CIMultiDict` subclassable again
+- Make :py:class:`CIMultiDict` subclassable again
   `#416 `_
 - Fix regression, multidict can be constructed from arbitrary iterable of 
pairs again.
   `#418 `_
-- `CIMultiDict.add` may be called with keyword arguments
+- :py:meth:`CIMultiDict.add` may be called with keyword arguments
   `#421 `_
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.7.5/PKG-INFO new/multidict-4.7.6/PKG-INFO
--- old/multidict-4.7.5/PKG-INFO2020-02-21 16:50:38.0 +0100
+++ new/multidict-4.7.6/PKG-INFO

commit python-multidict for openSUSE:Factory

2020-03-14 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2020-03-14 09:55:18

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new.3160 (New)


Package is "python-multidict"

Sat Mar 14 09:55:18 2020 rev:13 rq:784574 version:4.7.5

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2020-03-09 18:34:24.914027657 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-multidict.new.3160/python-multidict.changes  
2020-03-14 09:55:33.503119738 +0100
@@ -1,0 +2,5 @@
+Fri Mar 13 08:40:13 UTC 2020 - Tomáš Chvátal 
+
+- Fix fdupes call
+
+---



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.KDOT4Q/_old  2020-03-14 09:55:34.187120240 +0100
+++ /var/tmp/diff_new_pack.KDOT4Q/_new  2020-03-14 09:55:34.191120243 +0100
@@ -48,7 +48,7 @@
 %install
 %python_install
 %python_expand rm %{buildroot}%{$python_sitearch}/multidict/*.c
-%python_expand fdupes %{buildroot}%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
 # remove the extra pytest opts




commit python-multidict for openSUSE:Factory

2020-03-09 Thread root
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 
+
+- 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)




commit python-multidict for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2019-06-01 09:52:23

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new.5148 (New)


Package is "python-multidict"

Sat Jun  1 09:52:23 2019 rev:11 rq:706296 version:4.5.2

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2019-03-10 09:34:11.264193306 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-multidict.new.5148/python-multidict.changes  
2019-06-01 09:52:26.883263893 +0200
@@ -1,0 +2,10 @@
+Wed May 29 12:28:22 UTC 2019 - Marketa Calabkova 
+
+- update to 4.5.2
+  * Multidict views ported from Cython to C extension
+  4.4.*
+  * Restore Python 3.4 support
+  * Rewrite C implementation to use C pair list.
+  * Fix update order when both arg and kwargs are used.
+
+---

Old:

  multidict-4.3.1.tar.gz

New:

  multidict-4.5.2.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.c42ib4/_old  2019-06-01 09:52:28.031263501 +0200
+++ /var/tmp/diff_new_pack.c42ib4/_new  2019-06-01 09:52:28.031263501 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-multidict
-Version:4.3.1
+Version:4.5.2
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
@@ -28,6 +28,7 @@
 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}

++ multidict-4.3.1.tar.gz -> multidict-4.5.2.tar.gz ++
 28146 lines of diff (skipped)




commit python-multidict for openSUSE:Factory

2019-03-10 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2019-03-10 09:34:07

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new.28833 (New)


Package is "python-multidict"

Sun Mar 10 09:34:07 2019 rev:10 rq:682426 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2018-09-04 22:57:58.845371713 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-multidict.new.28833/python-multidict.changes 
2019-03-10 09:34:11.264193306 +0100
@@ -1,0 +2,5 @@
+Thu Mar  7 11:26:03 UTC 2019 - Tomáš Chvátal 
+
+- Fix fdupes macro expansion
+
+---



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.AmeH3G/_old  2019-03-10 09:34:11.924193147 +0100
+++ /var/tmp/diff_new_pack.AmeH3G/_new  2019-03-10 09:34:11.924193147 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-multidict
 #
-# 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
@@ -49,7 +49,7 @@
 
 %install
 %python_install
-%python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c
+%python_expand rm -f %{buildroot}%{$python_sitearch}/multidict/*.c
 
 %check
 %python_exec setup.py test




commit python-multidict for openSUSE:Factory

2018-09-04 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2018-09-04 22:57:29

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Tue Sep  4 22:57:29 2018 rev:9 rq:632906 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2018-08-31 10:45:56.035310231 +0200
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2018-09-04 22:57:58.845371713 +0200
@@ -1,0 +2,7 @@
+Mon Sep  3 17:09:12 UTC 2018 - Hans-Peter Jansen 
+
+- don't depend on a certain python devel package, avoids:
+nothing provides python2-devel >= 3.4.1
+  such a version will never exist!
+
+---



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.ZP6npv/_old  2018-09-04 22:57:59.269373160 +0200
+++ /var/tmp/diff_new_pack.ZP6npv/_new  2018-09-04 22:57:59.285373214 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,7 +27,7 @@
 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 >= 3.4.1}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}




commit python-multidict for openSUSE:Factory

2018-08-31 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2018-08-31 10:45:46

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Fri Aug 31 10:45:46 2018 rev:8 rq:632133 version:4.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2018-04-19 15:29:32.358930674 +0200
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2018-08-31 10:45:56.035310231 +0200
@@ -1,0 +2,6 @@
+Wed Aug 29 10:48:21 UTC 2018 - tchva...@suse.com
+
+- Update to 4.3.1:
+  * No obvious changelog
+
+---

Old:

  multidict-4.2.0.tar.gz

New:

  multidict-4.3.1.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.T4n34t/_old  2018-08-31 10:45:57.639312177 +0200
+++ /var/tmp/diff_new_pack.T4n34t/_new  2018-08-31 10:45:57.643312182 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-multidict
-Version:4.2.0
+Version:4.3.1
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
@@ -27,7 +27,7 @@
 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 devel >= 3.4.1}
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

++ multidict-4.2.0.tar.gz -> multidict-4.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.2.0/PKG-INFO new/multidict-4.3.1/PKG-INFO
--- old/multidict-4.2.0/PKG-INFO2018-04-15 12:09:13.0 +0200
+++ new/multidict-4.3.1/PKG-INFO2018-05-06 20:39:52.0 +0200
@@ -1,20 +1,20 @@
 Metadata-Version: 1.2
 Name: multidict
-Version: 4.2.0
+Version: 4.3.1
 Summary: multidict implementation
 Home-page: https://github.com/aio-libs/multidict
 Author: Andrew Svetlov
 Author-email: andrew.svet...@gmail.com
 License: Apache 2
+Project-URL: Coverage: codecov, https://codecov.io/github/aio-libs/multidict
+Project-URL: Chat: Gitter, https://gitter.im/aio-libs/Lobby
+Project-URL: GitHub: issues, https://github.com/aio-libs/multidict/issues
 Project-URL: CI: Circle, https://circleci.com/gh/aio-libs/multidict
-Project-URL: CI: Shippable, https://app.shippable.com/github/aio-libs/multidict
 Project-URL: GitHub: repo, https://github.com/aio-libs/multidict
-Project-URL: Coverage: codecov, https://codecov.io/github/aio-libs/multidict
 Project-URL: CI: AppVeyor, https://ci.appveyor.com/project/asvetlov/multidict
 Project-URL: CI: Travis, https://travis-ci.org/aio-libs/multidict
 Project-URL: Docs: RTD, https://multidict.readthedocs.io
-Project-URL: Chat: Gitter, https://gitter.im/aio-libs/Lobby
-Project-URL: GitHub: issues, https://github.com/aio-libs/multidict/issues
+Project-URL: CI: Shippable, https://app.shippable.com/github/aio-libs/multidict
 Description: =
 multidict
 =
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.2.0/docs/changes.rst 
new/multidict-4.3.1/docs/changes.rst
--- old/multidict-4.2.0/docs/changes.rst2018-04-15 12:08:28.0 
+0200
+++ new/multidict-4.3.1/docs/changes.rst2018-05-06 20:39:05.0 
+0200
@@ -1,6 +1,16 @@
 .. _changes:
 
-4.2.0 (2018-01-15)
+4.3.1 (2018-05-06)
+--
+
+* Fix a typo in multidict stub file.
+
+4.3.0 (2018-05-06)
+--
+
+* Polish type hints, make multidict type definitions generic.
+
+4.2.0 (2018-04-15)
 --
 
 * Publish ``py.typed`` flag for type hinting analyzers (``mypy`` etc).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.2.0/multidict/__init__.py 
new/multidict-4.3.1/multidict/__init__.py
--- old/multidict-4.2.0/multidict/__init__.py   2018-04-15 12:08:28.0 
+0200
+++ new/multidict-4.3.1/multidict/__init__.py   2018-05-06 20:39:05.0 
+0200
@@ -12,7 +12,7 @@
'MultiDictProxy', 'CIMultiDictProxy',
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
 
-__version__ = '4.2.0'
+__version__ = '4.3.1'
 
 
 from ._abc import MultiMapping, MutableMultiMapping
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-multidict for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2018-04-19 15:29:32

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Thu Apr 19 15:29:32 2018 rev:7 rq:597345 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2018-02-14 09:45:11.373880864 +0100
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2018-04-19 15:29:32.358930674 +0200
@@ -1,0 +2,11 @@
+Tue Apr 17 08:09:34 UTC 2018 - tchva...@suse.com
+
+- Enable testsuite
+
+---
+Tue Apr 17 01:52:51 UTC 2018 - a...@gmx.de
+
+- update to version 4.2.0:
+  * Publish py.typed flag for type hinting analyzers (mypy etc).
+
+---

Old:

  multidict-4.1.0.tar.gz

New:

  multidict-4.2.0.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.NXVr2V/_old  2018-04-19 15:29:33.910867120 +0200
+++ /var/tmp/diff_new_pack.NXVr2V/_new  2018-04-19 15:29:33.914866957 +0200
@@ -18,21 +18,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
-%bcond_without test
 Name:   python-multidict
-Version:4.1.0
+Version:4.2.0
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/aio-libs/multidict
+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-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 %python_subpackages
 
 %description
@@ -53,13 +52,11 @@
 %python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c
 
 %check
-%if %{with test}
-# Tests have import problems
-%endif
+%python_exec setup.py test
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc docs/changes.rst LICENSE README.rst
+%license LICENSE
+%doc docs/changes.rst README.rst
 %{python_sitearch}/*
 
 %changelog

++ multidict-4.1.0.tar.gz -> multidict-4.2.0.tar.gz ++
 4676 lines of diff (skipped)




commit python-multidict for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2018-02-14 09:44:49

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Wed Feb 14 09:44:49 2018 rev:6 rq:575267 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2018-01-20 11:26:50.731999219 +0100
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2018-02-14 09:45:11.373880864 +0100
@@ -1,0 +2,7 @@
+Sat Feb 10 17:43:52 UTC 2018 - a...@gmx.de
+
+- update to version 4.1.0:
+  * Fix key casing in Pure Python implementation of CIMultiDict (PR
+#202)
+
+---

Old:

  multidict-4.0.0.tar.gz

New:

  multidict-4.1.0.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.v43Do5/_old  2018-02-14 09:45:13.461804769 +0100
+++ /var/tmp/diff_new_pack.v43Do5/_new  2018-02-14 09:45:13.465804624 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_without test
 Name:   python-multidict
-Version:4.0.0
+Version:4.1.0
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0

++ multidict-4.0.0.tar.gz -> multidict-4.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/PKG-INFO new/multidict-4.1.0/PKG-INFO
--- old/multidict-4.0.0/PKG-INFO2018-01-14 22:10:59.0 +0100
+++ new/multidict-4.1.0/PKG-INFO2018-01-28 08:54:50.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: multidict
-Version: 4.0.0
+Version: 4.1.0
 Summary: multidict implementation
 Home-page: https://github.com/aio-libs/multidict/
 Author: Andrew Svetlov
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/docs/changes.rst 
new/multidict-4.1.0/docs/changes.rst
--- old/multidict-4.0.0/docs/changes.rst2018-01-14 22:10:20.0 
+0100
+++ new/multidict-4.1.0/docs/changes.rst2018-01-28 08:54:05.0 
+0100
@@ -1,5 +1,11 @@
 .. _changes:
 
+4.1.0 (2018-01-28)
+--
+
+* Fix key casing in Pure Python impmenetation of
+  :py:class:`CIMultiDict` (:pr:`202`)
+
 4.0.0 (2018-01-14)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/multidict/__init__.py 
new/multidict-4.1.0/multidict/__init__.py
--- old/multidict-4.0.0/multidict/__init__.py   2018-01-14 22:10:20.0 
+0100
+++ new/multidict-4.1.0/multidict/__init__.py   2018-01-28 08:54:05.0 
+0100
@@ -12,7 +12,7 @@
'MultiDictProxy', 'CIMultiDictProxy',
'MultiDict', 'CIMultiDict', 'upstr', 'istr')
 
-__version__ = '4.0.0'
+__version__ = '4.1.0'
 
 
 from ._abc import MultiMapping, MutableMultiMapping
Binary files old/multidict-4.0.0/multidict/_istr.pyd and 
new/multidict-4.1.0/multidict/_istr.pyd differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/multidict-4.0.0/multidict/_multidict_py.py 
new/multidict-4.1.0/multidict/_multidict_py.py
--- old/multidict-4.0.0/multidict/_multidict_py.py  2018-01-14 
22:10:20.0 +0100
+++ new/multidict-4.1.0/multidict/_multidict_py.py  2018-01-28 
08:54:05.0 +0100
@@ -243,7 +243,7 @@
 
 method(items)
 
-method([(self._title(key), key, value)
+method([(self._title(key), self._key(key), value)
for key, value in kwargs.items()])
 
 def _extend_items(self, items):
@@ -258,15 +258,14 @@
 # Mapping interface #
 
 def __setitem__(self, key, value):
-key = self._title(key)
 self._replace(key, value)
 
 def __delitem__(self, key):
-key = self._title(key)
+identity = self._title(key)
 items = self._impl._items
 found = False
 for i in range(len(items) - 1, -1, -1):
-if items[i][0] == key:
+if items[i][0] == identity:
 del items[i]
 found = True
 if not found:
@@ -276,9 +275,9 @@
 
 def setdefault(self, key, default=None):
 """Return value for key, set value to default if key is not present."""
-key = self._title(key)
+identity = self._title(key)
 for i, k, v in self._impl._items:
-if i == key:
+if i == identity:
 return v
 self.add(key, default)
 return default
@@ -290,9 +289,9 @@
 KeyError is raised.
 
 """
-

commit python-multidict for openSUSE:Factory

2018-01-20 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2018-01-20 11:26:48

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Sat Jan 20 11:26:48 2018 rev:5 rq:566983 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2017-11-09 14:06:03.561054062 +0100
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2018-01-20 11:26:50.731999219 +0100
@@ -1,0 +2,11 @@
+Wed Jan 17 03:54:21 UTC 2018 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * CHANGES.rst -> docs/changes.rst
+
+- update to version 4.0.0:
+  * Accept multiple keys in MultiDict.update() and
+CIMultiDict.update() (PR #199)
+
+---

Old:

  multidict-3.3.2.tar.gz

New:

  multidict-4.0.0.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.gNid7s/_old  2018-01-20 11:26:51.355970038 +0100
+++ /var/tmp/diff_new_pack.gNid7s/_new  2018-01-20 11:26:51.355970038 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-multidict
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_without test
 Name:   python-multidict
-Version:3.3.2
+Version:4.0.0
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
@@ -59,7 +59,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc CHANGES.rst LICENSE README.rst
+%doc docs/changes.rst LICENSE README.rst
 %{python_sitearch}/*
 
 %changelog

++ multidict-3.3.2.tar.gz -> multidict-4.0.0.tar.gz ++
 11156 lines of diff (skipped)




commit python-multidict for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2017-11-09 14:05:59

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Thu Nov  9 14:05:59 2017 rev:4 rq:539901 version:3.3.2

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2017-11-08 15:10:38.692928220 +0100
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2017-11-09 14:06:03.561054062 +0100
@@ -1,0 +2,12 @@
+Fri Nov  3 15:55:20 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * don't package .c files
+
+- update to version 3.3.2:
+  * Fix tarball (again)
+
+- changes from version 3.3.1:
+  * Include .c files in tarball (#181)
+
+---

Old:

  multidict-3.3.0.tar.gz

New:

  multidict-3.3.2.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.PtcYkc/_old  2017-11-09 14:06:07.128924050 +0100
+++ /var/tmp/diff_new_pack.PtcYkc/_new  2017-11-09 14:06:07.132923904 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_without test
 Name:   python-multidict
-Version:3.3.0
+Version:3.3.2
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
@@ -50,6 +50,7 @@
 
 %install
 %python_install
+%python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c
 
 %check
 %if %{with test}

++ multidict-3.3.0.tar.gz -> multidict-3.3.2.tar.gz ++
 25186 lines of diff (skipped)




commit python-multidict for openSUSE:Factory

2017-11-08 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2017-11-08 15:10:23

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Wed Nov  8 15:10:23 2017 rev:3 rq:538783 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2017-09-20 17:13:38.197567980 +0200
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2017-11-08 15:10:38.692928220 +0100
@@ -1,0 +2,7 @@
+Thu Nov  2 03:07:12 UTC 2017 - a...@gmx.de
+
+- update to version 3.3.0:
+  * Introduce abstract base classes (#102)
+  * Publish OSX binary wheels (#153)
+
+---

Old:

  multidict-3.2.0.tar.gz

New:

  multidict-3.3.0.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.MU6IEA/_old  2017-11-08 15:10:39.152911427 +0100
+++ /var/tmp/diff_new_pack.MU6IEA/_new  2017-11-08 15:10:39.152911427 +0100
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_without test
 Name:   python-multidict
-Version:3.2.0
+Version:3.3.0
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0

++ multidict-3.2.0.tar.gz -> multidict-3.3.0.tar.gz ++
 2535 lines of diff (skipped)




commit python-multidict for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2017-09-20 17:13:36

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Wed Sep 20 17:13:36 2017 rev:2 rq:527445 version:3.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-multidict/python-multidict.changes
2017-08-04 11:59:45.716393561 +0200
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2017-09-20 17:13:38.197567980 +0200
@@ -1,0 +2,9 @@
+Tue Sep 19 17:44:52 UTC 2017 - sean.mar...@suse.com
+
+- Update to version 3.2.0:
+  + Fix pickling
+  + Fix equality check when other contains more keys
+  + Fix CIMultiDict copy
+- Pre-compiled shared libraries have been removed from sdist.
+
+---

Old:

  multidict-3.1.1.tar.gz

New:

  multidict-3.2.0.tar.gz



Other differences:
--
++ python-multidict.spec ++
--- /var/tmp/diff_new_pack.D5ol19/_old  2017-09-20 17:13:38.829479027 +0200
+++ /var/tmp/diff_new_pack.D5ol19/_new  2017-09-20 17:13:38.833478464 +0200
@@ -20,7 +20,7 @@
 %define skip_python2 1
 %bcond_without test
 Name:   python-multidict
-Version:3.1.1
+Version:3.2.0
 Release:0
 Summary:Multidict implementation
 License:Apache-2.0
@@ -46,8 +46,6 @@
 
 %build
 export CFLAGS="%{optflags}"
-# Package contains pre-compiled shared libraries
-rm -f multidict/*.so
 %python_build
 
 %install

++ multidict-3.1.1.tar.gz -> multidict-3.2.0.tar.gz ++
 20449 lines of diff (skipped)




commit python-multidict for openSUSE:Factory

2017-08-04 Thread root
Hello community,

here is the log from the commit of package python-multidict for 
openSUSE:Factory checked in at 2017-08-04 11:59:40

Comparing /work/SRC/openSUSE:Factory/python-multidict (Old)
 and  /work/SRC/openSUSE:Factory/.python-multidict.new (New)


Package is "python-multidict"

Fri Aug  4 11:59:40 2017 rev:1 rq:511469 version:3.1.1

Changes:

New Changes file:

--- /dev/null   2017-07-20 07:30:00.335470106 +0200
+++ /work/SRC/openSUSE:Factory/.python-multidict.new/python-multidict.changes   
2017-08-04 11:59:45.716393561 +0200
@@ -0,0 +1,60 @@
+---
+Wed Jul 19 14:41:55 UTC 2017 - sean.mar...@suse.com
+
+- Use package from PyPi via py2pack instead of Github.
+  The packages are not the same.
+- Remove compiled shared libraries from package prior to build. 
+
+---
+Thu Jul 13 22:28:39 UTC 2017 - sean.mar...@suse.com
+
+- Update to version 3.1.1:
+  - Fix #105: Remove memory leak in istr implementation
+- Update to version 3.1.0:
+  - Fix #99: raise RuntimeError on dict iterations if the dict was changed
+  - Update __init__.pyi signatures
+- Update to version 3.0.0:
+  - Refactor internal data structures: main dict operations are about 100% 
faster now.
+  - Preserve order on multidict updates #68 Updates are md[key] = 
+val and md.update(…) calls. Now the last entry is replaced with
+new key/value pair, all previous occurrences are removed. If
+key is not present in dictionary the pair is added to the end
+  - Force keys to str instances #88
+  - Implement .popall(key[, default]) #84
+  - .pop() removes only first occurence, .popone() added #92
+  - Implement dict’s version #86
+  - Proxies are not pickable anymore #77
+- Update to version 2.1.7:
+  - Fix import warning on Python 3.6 #79
+- Update to version 2.1.6:
+  - Rebuild the library for fixning missing __spec__ attribute #79
+- Update to version 2.1.5:
+  - Build Python 3.6 binary wheels
+
+---
+Thu Jul 13 21:19:20 UTC 2017 - sean.mar...@suse.com
+
+- Move to single spec python3 only. 
+
+---
+Sat Feb 18 15:09:11 UTC 2017 - jeng...@inai.de
+
+- Description update
+
+---
+Mon Jan  9 05:20:13 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+
+- update to version 2.1.4:
+  * Remove LICENSE filename extension @ MANIFEST.in file #31
+
+- changes from version 2.1.3 :
+  * Add a fastpath for multidict extending by multidict
+
+---
+Sun Sep 25 16:48:26 UTC 2016 - a...@gmx.de
+
+- initial version
+

New:

  multidict-3.1.1.tar.gz
  python-multidict.changes
  python-multidict.spec



Other differences:
--
++ python-multidict.spec ++
#
# spec file for package python-multidict
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%bcond_without test
Name:   python-multidict
Version:3.1.1
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 setuptools}
BuildRequires:  python-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%python_subpackages

%description
Multidicts are useful for working with HTTP headers, URL query
arguments, etc.

The code was extracted from the aiohttp library.

%prep
%setup -q -n multidict-%{version}

%build
export CFLAGS="%{optflags}"
# Package contains pre-compiled shared libraries
rm -f multidict/*.so
%python_build

%install
%python_install

%check
%if %{with test}
# Tests have import