From 9290604192a34908bc13c1d649f93f716f10249a Mon Sep 17 00:00:00 2001 From: Arjan van de Ven Date: Thu, 24 Sep 2020 01:20:45 +0000 Subject: [PATCH] eventlet: Autospec creation for update from version 0.27.0 to version 0.28.0 Clay Gerrard (1): Make remove more explicit Samuel Merritt (1): Always remove the right listener from the hub Sergey Shepelev (1): v0.28.0 release 0.28.0 ====== * Always remove the right listener from the hub https://github.com/eventlet/eventlet/pull/645 --- Makefile | 2 +- NEWS | 4 ++++ eventlet.spec | 16 ++++++++-------- options.conf | 2 +- release | 2 +- upstream | 2 +- versions | 2 +- 7 files changed, 17 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 441cf6e..74a805e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := eventlet -URL = https://files.pythonhosted.org/packages/1d/74/f9ef9f572dfe09cbfe0f8c15403568a1f4a14ed0b2325694ff194d934765/eventlet-0.27.0.tar.gz +URL = https://files.pythonhosted.org/packages/9a/92/24fd4d542526f3d2109fe4bb7b65eb980e228f0d6097fc07711ae69b4e48/eventlet-0.28.0.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/NEWS b/NEWS index 52f1f3b..2dc361b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.28.0 +====== +* Always remove the right listener from the hub https://github.com/eventlet/eventlet/pull/645 + 0.27.0 ====== * patcher: Clean up threading book-keeping at fork when monkey-patched diff --git a/eventlet.spec b/eventlet.spec index caec3dd..b25fcce 100644 --- a/eventlet.spec +++ b/eventlet.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : eventlet -Version : 0.27.0 -Release : 55 -URL : https://files.pythonhosted.org/packages/1d/74/f9ef9f572dfe09cbfe0f8c15403568a1f4a14ed0b2325694ff194d934765/eventlet-0.27.0.tar.gz -Source0 : https://files.pythonhosted.org/packages/1d/74/f9ef9f572dfe09cbfe0f8c15403568a1f4a14ed0b2325694ff194d934765/eventlet-0.27.0.tar.gz +Version : 0.28.0 +Release : 56 +URL : https://files.pythonhosted.org/packages/9a/92/24fd4d542526f3d2109fe4bb7b65eb980e228f0d6097fc07711ae69b4e48/eventlet-0.28.0.tar.gz +Source0 : https://files.pythonhosted.org/packages/9a/92/24fd4d542526f3d2109fe4bb7b65eb980e228f0d6097fc07711ae69b4e48/eventlet-0.28.0.tar.gz Summary : Highly concurrent networking library Group : Development/Tools License : MIT @@ -65,15 +65,15 @@ python3 components for the eventlet package. %prep -%setup -q -n eventlet-0.27.0 -cd %{_builddir}/eventlet-0.27.0 +%setup -q -n eventlet-0.28.0 +cd %{_builddir}/eventlet-0.28.0 %build export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1599157052 +export SOURCE_DATE_EPOCH=1600910440 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fno-lto " export FCFLAGS="$FFLAGS -fno-lto " @@ -86,7 +86,7 @@ python3 setup.py build export MAKEFLAGS=%{?_smp_mflags} rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/eventlet -cp %{_builddir}/eventlet-0.27.0/LICENSE %{buildroot}/usr/share/package-licenses/eventlet/ad33faded4baaba18a31704973874c531e94d910 +cp %{_builddir}/eventlet-0.28.0/LICENSE %{buildroot}/usr/share/package-licenses/eventlet/ad33faded4baaba18a31704973874c531e94d910 python3 -tt setup.py build install --root=%{buildroot} echo ----[ mark ]---- cat %{buildroot}/usr/lib/python3*/site-packages/*/requires.txt || : diff --git a/options.conf b/options.conf index f0a5c76..245e073 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = eventlet -url = https://files.pythonhosted.org/packages/1d/74/f9ef9f572dfe09cbfe0f8c15403568a1f4a14ed0b2325694ff194d934765/eventlet-0.27.0.tar.gz +url = https://files.pythonhosted.org/packages/9a/92/24fd4d542526f3d2109fe4bb7b65eb980e228f0d6097fc07711ae69b4e48/eventlet-0.28.0.tar.gz archives = giturl = https://github.com/eventlet/eventlet.git domain = diff --git a/release b/release index c3f407c..f6b91e0 100644 --- a/release +++ b/release @@ -1 +1 @@ -55 +56 diff --git a/upstream b/upstream index 9c1ba6b..1aeb8e3 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -d4a5a99b5e4afc48cb8cbc496831e59dbda4a905/eventlet-0.27.0.tar.gz +c0abd773ab41fb9ba6b1dc6eb6394b23d0eaea0b/eventlet-0.28.0.tar.gz diff --git a/versions b/versions index 1b58cc1..697f087 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -0.27.0 +0.28.0