!18 Update to 0.33.1

From: @lauk001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-08-08 10:52:25 +00:00 committed by Gitee
commit 873e8ea480
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
eventlet-0.33.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-eventlet
Version: 0.33.0
Version: 0.33.1
Release: 1
Summary: Highly concurrent networking library
License: MIT
URL: http://eventlet.net
Source0: https://files.pythonhosted.org/packages/12/c9/898ab514f82fb8f9a5a37a36c44a798c023fc42d6de863ad940861222ad4/eventlet-0.33.0.tar.gz
Source0: https://files.pythonhosted.org/packages/8a/13/f4bf4f795e229563df62dbe0afe3b9bcb8b97e16a6e6a0cbc8b6d8d9f957/eventlet-0.33.1.tar.gz
BuildArch: noarch
%description
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
@ -79,6 +79,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed Aug 03 2022 liukuo <liukuo@kylinos.cn> - 0.33.1-1
- Update to 0.33.1
* Wed May 18 2022 OpenStack_SIG <openstack@openeuler.org> - 0.33.0-1
- Upgrade package python3-eventlet to version 0.33.0