update to 0.33.0

(cherry picked from commit 57635c553cba13bea279151b319b899f41af5d7b)
This commit is contained in:
xigaoxinyan 2022-03-02 15:14:41 +08:00 committed by openeuler-sync-bot
parent 97bf537c1b
commit e7af202251
4 changed files with 6 additions and 3 deletions

BIN
.python-eventlet.spec.swp Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-eventlet
Version: 0.30.2
Version: 0.33.0
Release: 1
Summary: Highly concurrent networking library
License: MIT License
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
%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.
%prep
%autosetup -n eventlet-0.30.2 -S git
%autosetup -n eventlet-0.33.0 -S git
%build
%py3_build
@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- update to 0.30.2

BIN
v0.33.0.tar.gz Normal file

Binary file not shown.