Accepting request 706294 from home:mcalabkova:branches:devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/706294 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=24
This commit is contained in:
parent
13da2042c5
commit
0095b9fd3e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ba766433c30d703f6b2c17eb0b6826c6f898e5f58d89373e235f07764952314
|
||||
size 137402
|
3
multidict-4.5.2.tar.gz
Normal file
3
multidict-4.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:024b8129695a952ebd93373e45b5d341dbb87c17ce49637b34000093f243dd4f
|
||||
size 105996
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 12:28:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 11:26:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -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 @@ 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}
|
||||
|
Loading…
Reference in New Issue
Block a user