forked from pool/python-eventlet
Accepting request 556955 from devel:languages:python
- fix enum-compat removal - go back to a working version: downgrade to 0.20.0 OBS-URL: https://build.opensuse.org/request/show/556955 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-eventlet?expand=0&rev=26
This commit is contained in:
3
eventlet-0.20.0.tar.gz
Normal file
3
eventlet-0.20.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e17cda85f2003796f13de0e6c59a5253c0afd1f45dfc97bb9b6bfb8962f7895
|
||||||
|
size 466828
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ad581b8645a54acf436e62a4d8cbf229a1ec7bfa3287c160f0258826b297838
|
|
||||||
size 469509
|
|
@@ -1,7 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 10 20:33:20 UTC 2017 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix enum-compat removal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 26 16:02:38 UTC 2017 - dmueller@suse.com
|
Sun Nov 26 16:02:38 UTC 2017 - dmueller@suse.com
|
||||||
|
|
||||||
- go back to a working version: downgrade to 0.20.1
|
- go back to a working version: downgrade to 0.20.0
|
||||||
- add 0001-Fix-SSL-connection-reset-errors.patch to fix
|
- add 0001-Fix-SSL-connection-reset-errors.patch to fix
|
||||||
hangs on SSL connections
|
hangs on SSL connections
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-eventlet
|
Name: python-eventlet
|
||||||
Version: 0.20.1
|
Version: 0.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Concurrent networking library for Python
|
Summary: Concurrent networking library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -62,7 +62,7 @@ for Python that allows changing how code is run.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n eventlet-%{version}
|
%setup -q -n eventlet-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
sed -i '/enum_compat/d' setup.py # crude way to drop the strange "enum-compat" requirement
|
sed -i '/enum.compat/d' setup.py # crude way to drop the strange "enum-compat" requirement
|
||||||
sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script
|
sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Reference in New Issue
Block a user