pkgsrc/net/py-gevent/PLIST

297 lines
10 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.8 2018/08/19 09:44:28 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/gevent/__greenlet_primitives.pxd
${PYSITELIB}/gevent/__greenlet_primitives.so
${PYSITELIB}/gevent/__hub_local.pxd
${PYSITELIB}/gevent/__hub_local.so
${PYSITELIB}/gevent/__hub_primitives.pxd
${PYSITELIB}/gevent/__hub_primitives.so
${PYSITELIB}/gevent/__ident.pxd
${PYSITELIB}/gevent/__ident.so
${PYSITELIB}/gevent/__imap.pxd
${PYSITELIB}/gevent/__imap.so
${PYSITELIB}/gevent/__init__.py
${PYSITELIB}/gevent/__init__.pyc
${PYSITELIB}/gevent/__init__.pyo
${PYSITELIB}/gevent/__semaphore.pxd
${PYSITELIB}/gevent/__semaphore.so
${PYSITELIB}/gevent/__tracer.pxd
${PYSITELIB}/gevent/__tracer.so
${PYSITELIB}/gevent/__waiter.pxd
${PYSITELIB}/gevent/__waiter.so
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_compat.py
${PYSITELIB}/gevent/_compat.pyc
${PYSITELIB}/gevent/_compat.pyo
${PYSITELIB}/gevent/_config.py
${PYSITELIB}/gevent/_config.pyc
${PYSITELIB}/gevent/_config.pyo
${PYSITELIB}/gevent/_event.pxd
${PYSITELIB}/gevent/_event.so
${PYSITELIB}/gevent/_ffi/__init__.py
${PYSITELIB}/gevent/_ffi/__init__.pyc
${PYSITELIB}/gevent/_ffi/__init__.pyo
${PYSITELIB}/gevent/_ffi/callback.py
${PYSITELIB}/gevent/_ffi/callback.pyc
${PYSITELIB}/gevent/_ffi/callback.pyo
${PYSITELIB}/gevent/_ffi/loop.py
${PYSITELIB}/gevent/_ffi/loop.pyc
${PYSITELIB}/gevent/_ffi/loop.pyo
${PYSITELIB}/gevent/_ffi/watcher.py
${PYSITELIB}/gevent/_ffi/watcher.pyc
${PYSITELIB}/gevent/_ffi/watcher.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_fileobjectcommon.py
${PYSITELIB}/gevent/_fileobjectcommon.pyc
${PYSITELIB}/gevent/_fileobjectcommon.pyo
${PYSITELIB}/gevent/_fileobjectposix.py
${PYSITELIB}/gevent/_fileobjectposix.pyc
${PYSITELIB}/gevent/_fileobjectposix.pyo
${PYSITELIB}/gevent/_greenlet.pxd
${PYSITELIB}/gevent/_greenlet.so
${PYSITELIB}/gevent/_greenlet_primitives.c
${PYSITELIB}/gevent/_greenlet_primitives.py
${PYSITELIB}/gevent/_greenlet_primitives.pyc
${PYSITELIB}/gevent/_greenlet_primitives.pyo
${PYSITELIB}/gevent/_hub_local.c
${PYSITELIB}/gevent/_hub_local.py
${PYSITELIB}/gevent/_hub_local.pyc
${PYSITELIB}/gevent/_hub_local.pyo
${PYSITELIB}/gevent/_hub_primitives.c
${PYSITELIB}/gevent/_hub_primitives.py
${PYSITELIB}/gevent/_hub_primitives.pyc
${PYSITELIB}/gevent/_hub_primitives.pyo
${PYSITELIB}/gevent/_ident.c
${PYSITELIB}/gevent/_ident.py
${PYSITELIB}/gevent/_ident.pyc
${PYSITELIB}/gevent/_ident.pyo
${PYSITELIB}/gevent/_imap.c
${PYSITELIB}/gevent/_imap.py
${PYSITELIB}/gevent/_imap.pyc
${PYSITELIB}/gevent/_imap.pyo
${PYSITELIB}/gevent/_interfaces.py
${PYSITELIB}/gevent/_interfaces.pyc
${PYSITELIB}/gevent/_interfaces.pyo
${PYSITELIB}/gevent/_local.pxd
${PYSITELIB}/gevent/_local.so
${PYSITELIB}/gevent/_monitor.py
${PYSITELIB}/gevent/_monitor.pyc
${PYSITELIB}/gevent/_monitor.pyo
${PYSITELIB}/gevent/_patcher.py
${PYSITELIB}/gevent/_patcher.pyc
${PYSITELIB}/gevent/_patcher.pyo
${PYSITELIB}/gevent/_queue.pxd
${PYSITELIB}/gevent/_queue.so
${PYSITELIB}/gevent/_semaphore.c
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_semaphore.py
${PYSITELIB}/gevent/_semaphore.pyc
${PYSITELIB}/gevent/_semaphore.pyo
${PYSITELIB}/gevent/_socket2.py
${PYSITELIB}/gevent/_socket2.pyc
${PYSITELIB}/gevent/_socket2.pyo
${PYSITELIB}/gevent/_socket3.py
${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyc
${PLIST.py3x}${PYSITELIB}/gevent/_socket3.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_socketcommon.py
${PYSITELIB}/gevent/_socketcommon.pyc
${PYSITELIB}/gevent/_socketcommon.pyo
${PYSITELIB}/gevent/_ssl2.py
${PYSITELIB}/gevent/_ssl2.pyc
${PYSITELIB}/gevent/_ssl2.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_ssl3.py
${PYSITELIB}/gevent/_ssl3.pyc
${PYSITELIB}/gevent/_ssl3.pyo
${PYSITELIB}/gevent/_sslgte279.py
${PYSITELIB}/gevent/_sslgte279.pyc
${PYSITELIB}/gevent/_sslgte279.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_tblib.py
${PYSITELIB}/gevent/_tblib.pyc
${PYSITELIB}/gevent/_tblib.pyo
${PYSITELIB}/gevent/_threading.py
${PYSITELIB}/gevent/_threading.pyc
${PYSITELIB}/gevent/_threading.pyo
${PYSITELIB}/gevent/_tracer.c
${PYSITELIB}/gevent/_tracer.py
${PYSITELIB}/gevent/_tracer.pyc
${PYSITELIB}/gevent/_tracer.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/_util.py
${PYSITELIB}/gevent/_util.pyc
${PYSITELIB}/gevent/_util.pyo
${PYSITELIB}/gevent/_util_py2.py
${PYSITELIB}/gevent/_util_py2.pyc
${PYSITELIB}/gevent/_util_py2.pyo
${PYSITELIB}/gevent/_waiter.c
${PYSITELIB}/gevent/_waiter.py
${PYSITELIB}/gevent/_waiter.pyc
${PYSITELIB}/gevent/_waiter.pyo
${PYSITELIB}/gevent/ares.py
${PYSITELIB}/gevent/ares.pyc
${PYSITELIB}/gevent/ares.pyo
${PYSITELIB}/gevent/backdoor.py
${PYSITELIB}/gevent/backdoor.pyc
${PYSITELIB}/gevent/backdoor.pyo
${PYSITELIB}/gevent/baseserver.py
${PYSITELIB}/gevent/baseserver.pyc
${PYSITELIB}/gevent/baseserver.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/builtins.py
${PYSITELIB}/gevent/builtins.pyc
${PYSITELIB}/gevent/builtins.pyo
${PYSITELIB}/gevent/core.py
${PYSITELIB}/gevent/core.pyc
${PYSITELIB}/gevent/core.pyo
${PYSITELIB}/gevent/event.c
${PYSITELIB}/gevent/event.py
${PYSITELIB}/gevent/event.pyc
${PYSITELIB}/gevent/event.pyo
${PYSITELIB}/gevent/events.py
${PYSITELIB}/gevent/events.pyc
${PYSITELIB}/gevent/events.pyo
${PYSITELIB}/gevent/exceptions.py
${PYSITELIB}/gevent/exceptions.pyc
${PYSITELIB}/gevent/exceptions.pyo
${PYSITELIB}/gevent/fileobject.py
${PYSITELIB}/gevent/fileobject.pyc
${PYSITELIB}/gevent/fileobject.pyo
${PYSITELIB}/gevent/greenlet.c
${PYSITELIB}/gevent/greenlet.py
${PYSITELIB}/gevent/greenlet.pyc
${PYSITELIB}/gevent/greenlet.pyo
${PYSITELIB}/gevent/hub.py
${PYSITELIB}/gevent/hub.pyc
${PYSITELIB}/gevent/hub.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/libev/__init__.py
${PYSITELIB}/gevent/libev/__init__.pyc
${PYSITELIB}/gevent/libev/__init__.pyo
${PLIST.py3x}${PYSITELIB}/gevent/libev/_corecffi.abi3.so
${PLIST.py2x}${PYSITELIB}/gevent/libev/_corecffi.so
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/libev/_corecffi_build.py
${PYSITELIB}/gevent/libev/_corecffi_build.pyc
${PYSITELIB}/gevent/libev/_corecffi_build.pyo
${PYSITELIB}/gevent/libev/_corecffi_cdef.c
${PYSITELIB}/gevent/libev/_corecffi_source.c
${PYSITELIB}/gevent/libev/callbacks.c
${PYSITELIB}/gevent/libev/callbacks.h
${PYSITELIB}/gevent/libev/corecext.c
${PYSITELIB}/gevent/libev/corecext.h
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/libev/corecext.pyx
${PYSITELIB}/gevent/libev/corecext.so
${PYSITELIB}/gevent/libev/corecffi.py
${PYSITELIB}/gevent/libev/corecffi.pyc
${PYSITELIB}/gevent/libev/corecffi.pyo
${PYSITELIB}/gevent/libev/libev.h
${PYSITELIB}/gevent/libev/libev.pxd
${PYSITELIB}/gevent/libev/libev_vfd.h
${PYSITELIB}/gevent/libev/stathelper.c
${PYSITELIB}/gevent/libev/watcher.py
${PYSITELIB}/gevent/libev/watcher.pyc
${PYSITELIB}/gevent/libev/watcher.pyo
${PYSITELIB}/gevent/libuv/__init__.py
${PYSITELIB}/gevent/libuv/__init__.pyc
${PYSITELIB}/gevent/libuv/__init__.pyo
${PYSITELIB}/gevent/libuv/_corecffi.abi3.so
${PYSITELIB}/gevent/libuv/_corecffi_build.py
${PYSITELIB}/gevent/libuv/_corecffi_build.pyc
${PYSITELIB}/gevent/libuv/_corecffi_build.pyo
${PYSITELIB}/gevent/libuv/_corecffi_cdef.c
${PYSITELIB}/gevent/libuv/_corecffi_source.c
${PYSITELIB}/gevent/libuv/loop.py
${PYSITELIB}/gevent/libuv/loop.pyc
${PYSITELIB}/gevent/libuv/loop.pyo
${PYSITELIB}/gevent/libuv/watcher.py
${PYSITELIB}/gevent/libuv/watcher.pyc
${PYSITELIB}/gevent/libuv/watcher.pyo
${PYSITELIB}/gevent/local.c
${PYSITELIB}/gevent/local.py
${PYSITELIB}/gevent/local.pyc
${PYSITELIB}/gevent/local.pyo
${PYSITELIB}/gevent/lock.py
${PYSITELIB}/gevent/lock.pyc
${PYSITELIB}/gevent/lock.pyo
${PYSITELIB}/gevent/monkey.py
${PYSITELIB}/gevent/monkey.pyc
${PYSITELIB}/gevent/monkey.pyo
${PYSITELIB}/gevent/os.py
${PYSITELIB}/gevent/os.pyc
${PYSITELIB}/gevent/os.pyo
${PYSITELIB}/gevent/pool.py
${PYSITELIB}/gevent/pool.pyc
${PYSITELIB}/gevent/pool.pyo
${PYSITELIB}/gevent/pywsgi.py
${PYSITELIB}/gevent/pywsgi.pyc
${PYSITELIB}/gevent/pywsgi.pyo
${PYSITELIB}/gevent/queue.c
${PYSITELIB}/gevent/queue.py
${PYSITELIB}/gevent/queue.pyc
${PYSITELIB}/gevent/queue.pyo
${PYSITELIB}/gevent/resolver/__init__.py
${PYSITELIB}/gevent/resolver/__init__.pyc
${PYSITELIB}/gevent/resolver/__init__.pyo
${PYSITELIB}/gevent/resolver/ares.py
${PYSITELIB}/gevent/resolver/ares.pyc
${PYSITELIB}/gevent/resolver/ares.pyo
${PYSITELIB}/gevent/resolver/blocking.py
${PYSITELIB}/gevent/resolver/blocking.pyc
${PYSITELIB}/gevent/resolver/blocking.pyo
${PYSITELIB}/gevent/resolver/cares.c
${PYSITELIB}/gevent/resolver/cares.pyx
${PYSITELIB}/gevent/resolver/cares.so
${PYSITELIB}/gevent/resolver/cares_ntop.h
${PYSITELIB}/gevent/resolver/cares_pton.h
${PYSITELIB}/gevent/resolver/dnshelper.c
${PYSITELIB}/gevent/resolver/dnspython.py
${PYSITELIB}/gevent/resolver/dnspython.pyc
${PYSITELIB}/gevent/resolver/dnspython.pyo
${PYSITELIB}/gevent/resolver/libcares.pxd
${PYSITELIB}/gevent/resolver/thread.py
${PYSITELIB}/gevent/resolver/thread.pyc
${PYSITELIB}/gevent/resolver/thread.pyo
${PYSITELIB}/gevent/resolver_ares.py
${PYSITELIB}/gevent/resolver_ares.pyc
${PYSITELIB}/gevent/resolver_ares.pyo
${PYSITELIB}/gevent/resolver_thread.py
${PYSITELIB}/gevent/resolver_thread.pyc
${PYSITELIB}/gevent/resolver_thread.pyo
${PYSITELIB}/gevent/select.py
${PYSITELIB}/gevent/select.pyc
${PYSITELIB}/gevent/select.pyo
${PYSITELIB}/gevent/server.py
${PYSITELIB}/gevent/server.pyc
${PYSITELIB}/gevent/server.pyo
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.
2017-07-14 12:19:36 +02:00
${PYSITELIB}/gevent/signal.py
${PYSITELIB}/gevent/signal.pyc
${PYSITELIB}/gevent/signal.pyo
${PYSITELIB}/gevent/socket.py
${PYSITELIB}/gevent/socket.pyc
${PYSITELIB}/gevent/socket.pyo
${PYSITELIB}/gevent/ssl.py
${PYSITELIB}/gevent/ssl.pyc
${PYSITELIB}/gevent/ssl.pyo
${PYSITELIB}/gevent/subprocess.py
${PYSITELIB}/gevent/subprocess.pyc
${PYSITELIB}/gevent/subprocess.pyo
${PYSITELIB}/gevent/thread.py
${PYSITELIB}/gevent/thread.pyc
${PYSITELIB}/gevent/thread.pyo
${PYSITELIB}/gevent/threading.py
${PYSITELIB}/gevent/threading.pyc
${PYSITELIB}/gevent/threading.pyo
${PYSITELIB}/gevent/threadpool.py
${PYSITELIB}/gevent/threadpool.pyc
${PYSITELIB}/gevent/threadpool.pyo
${PYSITELIB}/gevent/time.py
${PYSITELIB}/gevent/time.pyc
${PYSITELIB}/gevent/time.pyo
${PYSITELIB}/gevent/timeout.py
${PYSITELIB}/gevent/timeout.pyc
${PYSITELIB}/gevent/timeout.pyo
${PYSITELIB}/gevent/util.py
${PYSITELIB}/gevent/util.pyc
${PYSITELIB}/gevent/util.pyo
${PYSITELIB}/gevent/win32util.py
${PYSITELIB}/gevent/win32util.pyc
${PYSITELIB}/gevent/win32util.pyo