Accepting request 632133 from devel:languages:python

- Update to 4.3.1:
  * No obvious changelog

OBS-URL: https://build.opensuse.org/request/show/632133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-multidict?expand=0&rev=8
This commit is contained in:
2018-08-31 08:45:46 +00:00
committed by Git OBS Bridge
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24052724195e46872739faa10c611957bbaceae28eec92e1ce49150b115ec5ed
size 137359

3
multidict-4.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ba766433c30d703f6b2c17eb0b6826c6f898e5f58d89373e235f07764952314
size 137402

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 29 10:48:21 UTC 2018 - tchvatal@suse.com
- Update to 4.3.1:
* No obvious changelog
-------------------------------------------------------------------
Tue Apr 17 08:09:34 UTC 2018 - tchvatal@suse.com

View File

@@ -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 @@ 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 devel >= 3.4.1}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}