14
0

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:
Tomáš Chvátal
2019-05-29 12:47:14 +00:00
committed by Git OBS Bridge
parent 13da2042c5
commit 0095b9fd3e
4 changed files with 15 additions and 4 deletions

View File

@@ -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}