diff --git a/gevent-1.1.0.tar.gz b/gevent-1.1.0.tar.gz deleted file mode 100644 index 45855eb..0000000 --- a/gevent-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34f7a5eca1326affe149eaa5467220d89002facd338028d2340868015407ae75 -size 1968902 diff --git a/gevent-1.1.2.tar.gz b/gevent-1.1.2.tar.gz new file mode 100644 index 0000000..35d59f3 --- /dev/null +++ b/gevent-1.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb15cf73d69a2eeefed330858f09634e2c50bf46da9f9e7635730fcfb872c02c +size 2007938 diff --git a/python-gevent.changes b/python-gevent.changes index 76e40db..2d2fe9c 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Dec 13 14:46:50 UTC 2016 - dmueller@suse.com + +- update to 1.1.2: + * Python 2: ``sendall`` on a non-blocking socket could spuriously fail + with a timeout. + * If ``sys.stderr`` has been monkey-patched (not recommended), + exceptions that the hub reports aren't lost and can still be caught. + Reported in :issue:`825` by Jelle Smet. + * :class:`selectors.SelectSelector` is properly monkey-patched + regardless of the order of imports. Reported in :issue:`835` by + Przemysław Węgrzyn. + * Python 2: ``reload(site)`` no longer fails with a ``TypeError`` if + gevent has been imported. Reported in :issue:`805` by Jake Hilton. + * Nested callbacks that set and clear an Event no longer cause + ``wait`` to return prematurely. Reported in :issue:`771` by Sergey + Vasilyev. + * Fix build on Solaris 10. Reported in :issue:`777` by wiggin15. + * The ``ref`` parameter to :func:`gevent.os.fork_and_watch` was being ignored. + * Python 3: :class:`gevent.queue.Channel` is now correctly iterable, instead of + raising a :exc:`TypeError`. + * Python 3: Add support for :meth:`socket.socket.sendmsg`, + :meth:`socket.socket.recvmsg` and :meth:`socket.socket.recvmsg_into` + on platforms where they are defined. Initial :pr:`773` by Jakub + Klama. + ------------------------------------------------------------------- Thu Mar 10 20:20:38 UTC 2016 - toddrme2178@gmail.com diff --git a/python-gevent.spec b/python-gevent.spec index 232a302..fdf01b0 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -20,7 +20,7 @@ %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif Name: python-gevent -Version: 1.1.0 +Version: 1.1.2 Release: 0 Summary: Python network library that uses greenlet and libevent License: MIT