diff --git a/.python-eventlet.spec.swp b/.python-eventlet.spec.swp new file mode 100644 index 0000000000000000000000000000000000000000..89d3e7cd85fc202e9ea067690b0bc2139771d940 Binary files /dev/null and b/.python-eventlet.spec.swp differ diff --git a/eventlet-0.30.2.tar.gz b/eventlet-0.30.2.tar.gz deleted file mode 100644 index e72688fa45fae4b42992e1d6d38be79633535a4a..0000000000000000000000000000000000000000 Binary files a/eventlet-0.30.2.tar.gz and /dev/null differ diff --git a/python-eventlet.spec b/python-eventlet.spec index cb5812909b084d493c1a4ecac01fc61d97b79398..67d0ccf4bfb52d06c77ffda883a238538c57fdf5 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -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 - 0.33.0-1 +- update to 0.33.0 + * Mon Jul 26 2021 OpenStack_SIG - 0.30.2-1 - update to 0.30.2 diff --git a/v0.33.0.tar.gz b/v0.33.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..45b741905a5cab329058c30928708b79471561c4 Binary files /dev/null and b/v0.33.0.tar.gz differ