Compare commits

..

No commits in common. "42b097fc6ae25471b7e237e15410aecdaed1e609" and "9836f95c7fb6461a12d1e60a236d049e3015fe18" have entirely different histories.

3 changed files with 5 additions and 19 deletions

BIN
multidict-4.7.6.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-multidict
Version: 6.0.4
Version: 4.7.6
Release: 1
Summary: multidict implementation
License: Apache-2.0
License: Apache 2
URL: https://github.com/aio-libs/multidict
Source0: https://github.com/aio-libs/multidict/archive/refs/tags/v%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/65/d4/fabdcc5ee4451c8a8e177e27ddfd131a53a82ecc5a3b68468b7e9f8d70b4/multidict-4.7.6.tar.gz
%description
@ -18,6 +18,7 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-cffi
BuildRequires: gcc
BuildRequires: gdb
%description -n python3-multidict
Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.
@ -30,7 +31,7 @@ Multidict is dict-like collection of key-value pairs where key might be occurred
%prep
%autosetup -n multidict-%{version}
%autosetup -n multidict-4.7.6
%build
%py3_build
@ -70,20 +71,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Apr 07 2023 xu_ping <707078654@qq.com> - 6.0.4-1
- update to version 6.0.4
* Thu Dec 15 2022 fushanqing <fushanqing@kylinos.cn> - 6.0.3-1
- update to version 6.0.3
* Thu Jun 23 2022 SimpleUpdate Robot <tc@openeuler.org> - 6.0.2-1
- Upgrade to version 6.0.2
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 4.7.6-3
- License compliance rectification
* Wed Aug 04 2021 chenyanpanHW <chenyanpan@huawei.com> - 4.7.6-2
- DESC: delete BuildRequires gdb
* Wed Jul 29 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated

Binary file not shown.