Hello community, here is the log from the commit of package python-gevent for openSUSE:Factory checked in at 2017-11-15 16:58:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gevent (Old) and /work/SRC/openSUSE:Factory/.python-gevent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gevent" Wed Nov 15 16:58:01 2017 rev:19 rq:541223 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes 2017-06-08 15:04:15.852344839 +0200 +++ /work/SRC/openSUSE:Factory/.python-gevent.new/python-gevent.changes 2017-11-15 16:58:03.659459988 +0100 @@ -1,0 +2,41 @@ +Sun Nov 12 16:56:47 UTC 2017 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- gevent-1.2.1.tar.gz New: ---- gevent-1.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gevent.spec ++++++ --- /var/tmp/diff_new_pack.YXm9JI/_old 2017-11-15 16:58:05.667386422 +0100 +++ /var/tmp/diff_new_pack.YXm9JI/_new 2017-11-15 16:58:05.667386422 +0100 @@ -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 @@ %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/ ++++++ gevent-1.2.1.tar.gz -> gevent-1.2.2.tar.gz ++++++ ++++ 44616 lines of diff (skipped)
