Accepting request 627917 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/627917 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gevent?expand=0&rev=25
This commit is contained in:
commit
4515174319
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59465c7bce7671834f58b44ef62cd8626f1557a0e7e3de44a3b596056f8adc73
|
||||
size 4598764
|
3
gevent-1.3.5.tar.gz
Normal file
3
gevent-1.3.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7f15861f3cc92f49663ca88c4774d26d8044783a65fbc28071a2bd1c7bf36ff0
|
||||
size 4609085
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 7 15:22:15 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Update to 1.3.5
|
||||
* Update the bundled libuv from 1.20.1 to 1.22.0.
|
||||
* Test Python 3.7 on Appveyor. Fix the handling of Popen's
|
||||
``close_fds`` argument on 3.7.
|
||||
* Update Python versions tested on Travis, including PyPy to 6.0. See :issue:`1195`.
|
||||
* :mod:`gevent.queue` imports ``_PySimpleQueue`` instead of
|
||||
``SimpleQueue`` so that it doesn't block the event loop.
|
||||
:func:`gevent.monkey.patch_all` makes this same substitution in
|
||||
:mod:`queue`. This fixes issues with
|
||||
:class:`concurrent.futures.ThreadPoolExecutor` as well. Reported in
|
||||
:issue:`1248` by wwqgtxx and :issue:`1251` by pyld.
|
||||
* :meth:`gevent.socket.socket.connect` doesn't pass the port (service)
|
||||
to :func:`socket.getaddrinfo` when it resolves an ``AF_INET`` or
|
||||
``AF_INET6`` address. (The standard library doesn't either.) This
|
||||
fixes an issue on Solaris. Reported in :issue:`1252` by wiggin15.
|
||||
* :meth:`gevent.socket.socket.connect` works with more address
|
||||
families, notably AF_TIPC, AF_NETLINK, AF_BLUETOOTH, AF_ALG and AF_VSOCK.
|
||||
- Update to 1.3.4
|
||||
* Be more careful about issuing ``MonkeyPatchWarning`` for ssl
|
||||
imports. Now, we only issue it if we detect the one specific
|
||||
condition that is known to lead to RecursionError. This may produce
|
||||
false negatives, but should reduce or eliminate false positives.
|
||||
* Based on measurements and discussion in :issue:`1233`, adjust the
|
||||
way :mod:`gevent.pywsgi` generates HTTP chunks. This is intended to
|
||||
reduce network overhead, especially for smaller chunk sizes.
|
||||
* Additional slight performance improvements in :mod:`gevent.pywsgi`.
|
||||
See :pr:`1241`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 13 17:58:41 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-gevent
|
||||
Version: 1.3.3
|
||||
Version: 1.3.5
|
||||
Release: 0
|
||||
Summary: Python network library that uses greenlet and libevent
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user