diff --git a/eventlet-0.33.1.tar.gz b/eventlet-0.33.1.tar.gz deleted file mode 100644 index bff9421..0000000 Binary files a/eventlet-0.33.1.tar.gz and /dev/null differ diff --git a/eventlet-0.33.3.tar.gz b/eventlet-0.33.3.tar.gz new file mode 100644 index 0000000..fc4b528 Binary files /dev/null and b/eventlet-0.33.3.tar.gz differ diff --git a/python-eventlet.spec b/python-eventlet.spec index 0dcb397..e28c3dc 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-eventlet -Version: 0.33.1 +Version: 0.33.3 Release: 1 Summary: Highly concurrent networking library License: MIT URL: http://eventlet.net -Source0: https://files.pythonhosted.org/packages/8a/13/f4bf4f795e229563df62dbe0afe3b9bcb8b97e16a6e6a0cbc8b6d8d9f957/eventlet-0.33.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/e/eventlet/eventlet-%{version}.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 +* Sat May 06 2023 xu_ping <707078654@qq.com> - 0.33.3-1 +- Update to 0.33.3 + * Wed Aug 03 2022 liukuo - 0.33.1-1 - Update to 0.33.1