14
0

Accepting request 849821 from home:jayvdb:branches:devel:languages:python

- Update to v5.0.2

OBS-URL: https://build.opensuse.org/request/show/849821
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=32
This commit is contained in:
2020-11-23 09:43:30 +00:00
committed by Git OBS Bridge
parent 4ea092bdea
commit 6f5a37244e
4 changed files with 13 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-multidict
Version: 4.7.6
Version: 5.0.2
Release: 0
Summary: Multidict implementation
License: Apache-2.0
@@ -47,7 +47,7 @@ export CFLAGS="%{optflags}"
%install
%python_install
%python_expand rm %{buildroot}%{$python_sitearch}/multidict/*.c
%python_expand rm %{buildroot}%{$python_sitearch}/multidict/*.c %{buildroot}%{$python_sitearch}/multidict/_multilib/*.h
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check