!19 [sync] PR-16: 解决22.03-LTS安装缺依赖

From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2022-08-18 07:25:56 +00:00 committed by Gitee
commit f1331ee7e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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.