Accepting request 850140 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/850140 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-multidict?expand=0&rev=15
This commit is contained in:
commit
a80e2208fd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbb77a75e529021e7c4a8d4e823d88ef4d23674a202be4f5addffc72cbb91430
|
||||
size 50958
|
3
multidict-5.0.2.tar.gz
Normal file
3
multidict-5.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5bf89fe57f702a046c7ec718fe330ed50efd4bcf74722940db2eb0919cddb1c
|
||||
size 53309
|
@ -1,9 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 21 10:47:36 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Update to v5.0.2
|
||||
* No runtime changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 11:34:02 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 4.7.6:
|
||||
- Fixed an issue with some versions of the ``wheel`` dist
|
||||
failing because of being unable to detect the license file.
|
||||
* Fixed an issue with some versions of the ``wheel`` dist
|
||||
failing because of being unable to detect the license file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 08:40:13 UTC 2020 - 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.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
|
||||
|
Loading…
Reference in New Issue
Block a user