14
0

Accepting request 527364 from home:seanmarlow:branches:devel:languages:python

Update to version 3.2.0. Pre-compiled shared libraries have been removed from sdist.

OBS-URL: https://build.opensuse.org/request/show/527364
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=4
This commit is contained in:
Thomas Bechtold
2017-09-20 05:43:40 +00:00
committed by Git OBS Bridge
parent a9da86db8a
commit 11dafc3118
4 changed files with 13 additions and 6 deletions

View File

@@ -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 @@ The code was extracted from the aiohttp library.
%build
export CFLAGS="%{optflags}"
# Package contains pre-compiled shared libraries
rm -f multidict/*.so
%python_build
%install