forked from pool/python-gevent
Accepting request 541091 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/541091 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=30
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3de300d0e32c31311e426e4d5d73b36777ed99c2bac3f8fbad939eeb2c29fa7c
|
||||
size 2808619
|
||||
3
gevent-1.2.2.tar.gz
Normal file
3
gevent-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4791c8ae9c57d6f153354736e1ccab1e2baf6c8d9ae5a77a9ac90f41e2966b2d
|
||||
size 3108671
|
||||
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 12 16:56:47 UTC 2017 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* added CHANGES.rst CONTRIBUTING.rst to %doc
|
||||
|
||||
- update to version 1.2.2:
|
||||
* Testing on Python 3.5 now uses Python 3.5.3 due to SSL
|
||||
changes. See :issue:`943`.
|
||||
* Linux CI has been updated from Ubuntu 12.04 to Ubuntu 14.04 since
|
||||
the former has reached EOL.
|
||||
* Linux CI now tests on PyPy2 5.7.1, updated from PyPy2 5.6.0.
|
||||
* Linux CI now tests on PyPy3 3.5-5.7.1-beta, updated from PyPy3
|
||||
3.3-5.5-alpha.
|
||||
* Python 2 sockets are compatible with the SOCK_CLOEXEC flag found
|
||||
on Linux. They no longer pass the socket type or protocol to
|
||||
getaddrinfo when connect is called. Reported in :issue:`944` by
|
||||
Bernie Hackett.
|
||||
* Replace optparse module with argparse. See :issue:`947`.
|
||||
* Update to version 1.3.1 of tblib to fix :issue:`954`, reported by
|
||||
ml31415.
|
||||
* Fix the name of the type parameter to
|
||||
:func:`gevent.socket.getaddrinfo` to be correct on Python 3. This
|
||||
would cause callers using keyword arguments to raise a
|
||||
:exc:`TypeError`. Reported in :issue:`960` by js6626069. Likewise,
|
||||
correct the argument names for fromfd and socketpair on Python 2,
|
||||
although they cannot be called with keyword arguments under
|
||||
CPython.
|
||||
Note:
|
||||
The gethost* functions take different argument names under CPython
|
||||
and PyPy. gevent follows the CPython convention, although these
|
||||
functions cannot be called with keyword arguments on CPython.
|
||||
* The previously-singleton exception objects FileObjectClosed and
|
||||
cancel_wait_ex were converted to classes. On Python 3, an
|
||||
exception object is stateful, including references to its context
|
||||
and possibly traceback, which could lead to objects remaining
|
||||
alive longer than intended.
|
||||
* Make sure that python -m gevent.monkey <script> runs code in the
|
||||
global scope, not the scope of the main function. Fixed in
|
||||
:pr:`975` by Shawn Bohrer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 19:30:52 UTC 2017 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-gevent
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Python network library that uses greenlet and libevent
|
||||
License: MIT
|
||||
@@ -94,7 +94,7 @@ popd
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS LICENSE* README.rst TODO
|
||||
%doc AUTHORS LICENSE* README.rst TODO CHANGES.rst CONTRIBUTING.rst
|
||||
%{python_sitearch}/gevent-%{version}-py*.egg-info
|
||||
%{python_sitearch}/gevent/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user