forked from pool/python-gevent
Accepting request 671192 from home:alarrosa:branches:devel:languages:python
- Add patches to fix building the package:
* remove-testCongestion.patch to remove a test that is failing
due to a timeout
* fix-tests.patch to fix some tests
- ssl.OP_NO_COMPRESSION is set by default by ssl.
- thread_ident can be represented as a negative hex number now,
so replace the negative sign with the regex too, and not just the number.
* use-libev-cffi.patch, libev-cext seems to be broken on i586, so
use libev-cffi by default (also, the gevent documentation mentions
that upstream will make libev-cffi the default soon).
OBS-URL: https://build.opensuse.org/request/show/671192
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=52
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 11:37:48 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
- Add patches to fix building the package:
|
||||
* remove-testCongestion.patch to remove a test that is failing
|
||||
due to a timeout
|
||||
* fix-tests.patch to fix some tests
|
||||
- ssl.OP_NO_COMPRESSION is set by default by ssl.
|
||||
- thread_ident can be represented as a negative hex number now,
|
||||
so replace the negative sign with the regex too, and not just the number.
|
||||
* use-libev-cffi.patch, libev-cext seems to be broken on i586, so
|
||||
use libev-cffi by default (also, the gevent documentation mentions
|
||||
that upstream will make libev-cffi the default soon).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 1 10:35:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user