update to 0.33.0
(cherry picked from commit 57635c553cba13bea279151b319b899f41af5d7b)
This commit is contained in:
parent
97bf537c1b
commit
e7af202251
BIN
.python-eventlet.spec.swp
Normal file
BIN
.python-eventlet.spec.swp
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-eventlet
|
Name: python-eventlet
|
||||||
Version: 0.30.2
|
Version: 0.33.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Highly concurrent networking library
|
Summary: Highly concurrent networking library
|
||||||
License: MIT License
|
License: MIT License
|
||||||
URL: http://eventlet.net
|
URL: http://eventlet.net
|
||||||
Source0: https://files.pythonhosted.org/packages/23/db/8ff5a9dec5ff016d5836254b676d507c2180d8838d7e545277d938896913/eventlet-0.30.2.tar.gz
|
Source0: https://github.com/eventlet/eventlet/archive/refs/tags/v0.33.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,7 +40,7 @@ Provides: python3-eventlet-doc
|
|||||||
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
|
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n eventlet-0.30.2 -S git
|
%autosetup -n eventlet-0.33.0 -S git
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 2 2022 xigaoxinyan <xigaoxinyan@huawei.com> - 0.33.0-1
|
||||||
|
- update to 0.33.0
|
||||||
|
|
||||||
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 0.30.2-1
|
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 0.30.2-1
|
||||||
- update to 0.30.2
|
- update to 0.30.2
|
||||||
|
|
||||||
|
|||||||
BIN
v0.33.0.tar.gz
Normal file
BIN
v0.33.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user