diff --git a/eventlet-0.23.0.tar.gz b/eventlet-0.23.0.tar.gz deleted file mode 100644 index 810af91075742c1a4b7134717acb542a06da806b..0000000000000000000000000000000000000000 Binary files a/eventlet-0.23.0.tar.gz and /dev/null differ diff --git a/eventlet-0.25.2.tar.gz b/eventlet-0.25.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ed3aa499aa7979c8d396509da53a58e2580711eb Binary files /dev/null and b/eventlet-0.25.2.tar.gz differ diff --git a/python-eventlet.spec b/python-eventlet.spec index 13d2693e10940a0cf2eaa1d84d1a557172b45f5b..86ad8fc728a8323381e90668dcaf3331919fe82c 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -1,12 +1,12 @@ %global modname eventlet Name: python-%{modname} -Version: 0.23.0 +Version: 0.25.2 Release: 1 Summary: Highly concurrent networking library License: MIT URL: http://eventlet.net -Source0: %pypi_source %{modname} +Source0: https://files.pythonhosted.org/packages/2a/df/943d5aa7029b47dd3eb41e1ea48f843d3441d24b7e0b76a0b3af4df35a83/eventlet-0.25.2.tar.gz BuildArch: noarch @@ -26,6 +26,9 @@ BuildRequires: python2-pyOpenSSL BuildRequires: python2-pbr Requires: python2-greenlet Requires: python2-enum34 +Requires: python2-dns +Requires: python2-monotonic +Requires: python2-six %{?python_provide:%python_provide python2-%{modname}} %description -n python2-%{modname} @@ -62,6 +65,8 @@ rm -rf %{buildroot}/%{python2_sitelib}/%{modname}/green/http/{cookiejar,client}. %{python2_sitelib}/%{modname}-*.egg-info/ %changelog +* Tue Jun 15 2021 wangxiyuan +- Bump version to 0.25.2 * Mon May 31 2021 openstack-sig - Package Spec generated