Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
eventlet: Autospec creation for update from version 0.27.0 to version…
Browse files Browse the repository at this point in the history
… 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 eventlet/eventlet#645
  • Loading branch information
fenrus75 authored and clrpackages committed Sep 25, 2020
1 parent 63e0d88 commit 9290604
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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
4 changes: 4 additions & 0 deletions 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
Expand Down
16 changes: 8 additions & 8 deletions eventlet.spec
Expand Up @@ -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
Expand Down Expand Up @@ -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 "
Expand All @@ -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 || :
Expand Down
2 changes: 1 addition & 1 deletion 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 =
Expand Down
2 changes: 1 addition & 1 deletion release
@@ -1 +1 @@
55
56
2 changes: 1 addition & 1 deletion upstream
@@ -1 +1 @@
d4a5a99b5e4afc48cb8cbc496831e59dbda4a905/eventlet-0.27.0.tar.gz
c0abd773ab41fb9ba6b1dc6eb6394b23d0eaea0b/eventlet-0.28.0.tar.gz
2 changes: 1 addition & 1 deletion versions
@@ -1 +1 @@
0.27.0
0.28.0

0 comments on commit 9290604

Please sign in to comment.