pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-gevent



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Oct 23 15:48:33 UTC 2022

Modified Files:
        pkgsrc/net/py-gevent: Makefile PLIST distinfo

Log Message:
py-gevent: updated to 22.10.1

22.10.1 (2022-10-14)
====================

Features
--------
- Update bundled libuv to 1.44.2.

22.08.0 (2022-10-08)
====================

Features
--------
- Windows: Test and provide binary wheels for PyPy3.7.
  Note that there may be issues with subprocesses, signals, and it may
  be slow.
- Upgrade embedded c-ares to 1.18.1.
- Upgrade bundled libuv to 1.42.0 from 1.40.0.
- Added preliminary support for Python 3.11 (rc2 and later).

  Some platforms may or may not have binary wheels at this time.

  .. important:: Support for legacy versions of Python, including 2.7
                 and 3.6, will be ending soon. The
                 maintenance burden has become too great and the
                 maintainer's time is too limited.

                 Ideally, there will be a release of gevent compatible
                 with a final release of greenlet 2.0 that still
                 supports those legacy versions, but that may not be
                 possible; this may be the final release to support them.

  :class:`gevent.threadpool.ThreadPool` can now optionally expire idle
  threads. This is used by default in the implicit thread pool used for
  DNS requests and other user-submitted tasks; other uses of a
  thread-pool need to opt-in to this.

Bugfixes
--------
- Truly disable the effects of compiling with ``-ffast-math``.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/py-gevent/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/py-gevent/PLIST \
    pkgsrc/net/py-gevent/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-gevent/Makefile
diff -u pkgsrc/net/py-gevent/Makefile:1.18 pkgsrc/net/py-gevent/Makefile:1.19
--- pkgsrc/net/py-gevent/Makefile:1.18  Tue Jan  4 20:54:27 2022
+++ pkgsrc/net/py-gevent/Makefile       Sun Oct 23 15:48:33 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2022/01/04 20:54:27 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2022/10/23 15:48:33 adam Exp $
 
-DISTNAME=      gevent-21.12.0
+DISTNAME=      gevent-22.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gevent/}
 
@@ -11,15 +10,17 @@ HOMEPAGE=   http://www.gevent.org/
 COMMENT=       Python-gevent a coroutine-based Python networking library
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.11.5:../../devel/py-cffi
-DEPENDS+=      ${PYPKGPREFIX}-greenlet>=0.4.14:../../devel/py-greenlet
+DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.12.2:../../devel/py-cffi
+DEPENDS+=      ${PYPKGPREFIX}-greenlet>=1.1.3:../../devel/py-greenlet
 DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-ZopeEvent-[0-9]*:../../devel/py-ZopeEvent
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 
-MAKE_ENV+=     CARES_EMBED=0
-MAKE_ENV+=     LIBEV_EMBED=0
-MAKE_ENV+=     LIBUV_EMBED=0
+MAKE_ENV+=     GEVENTSETUP_EMBED_CARES=0
+MAKE_ENV+=     GEVENTSETUP_EMBED_LIBEV=0
+MAKE_ENV+=     GEVENTSETUP_EMBED_LIBUV=0
+
+CHECK_PORTABILITY_SKIP=        deps/libuv/autogen.sh
 
 USE_LANGUAGES= c c++
 

Index: pkgsrc/net/py-gevent/PLIST
diff -u pkgsrc/net/py-gevent/PLIST:1.13 pkgsrc/net/py-gevent/PLIST:1.14
--- pkgsrc/net/py-gevent/PLIST:1.13     Thu Sep 23 07:39:31 2021
+++ pkgsrc/net/py-gevent/PLIST  Sun Oct 23 15:48:33 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2021/09/23 07:39:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/10/23 15:48:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -539,6 +539,9 @@ ${PYSITELIB}/gevent/tests/test__issue112
 ${PYSITELIB}/gevent/tests/test__issue1686.py
 ${PYSITELIB}/gevent/tests/test__issue1686.pyc
 ${PYSITELIB}/gevent/tests/test__issue1686.pyo
+${PYSITELIB}/gevent/tests/test__issue1864.py
+${PYSITELIB}/gevent/tests/test__issue1864.pyc
+${PYSITELIB}/gevent/tests/test__issue1864.pyo
 ${PYSITELIB}/gevent/tests/test__issue230.py
 ${PYSITELIB}/gevent/tests/test__issue230.pyc
 ${PYSITELIB}/gevent/tests/test__issue230.pyo
Index: pkgsrc/net/py-gevent/distinfo
diff -u pkgsrc/net/py-gevent/distinfo:1.13 pkgsrc/net/py-gevent/distinfo:1.14
--- pkgsrc/net/py-gevent/distinfo:1.13  Sun Dec 12 20:06:23 2021
+++ pkgsrc/net/py-gevent/distinfo       Sun Oct 23 15:48:33 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/12/12 20:06:23 adam Exp $
+$NetBSD: distinfo,v 1.14 2022/10/23 15:48:33 adam Exp $
 
-BLAKE2s (gevent-21.12.0.tar.gz) = ab7ea77a1aa883015f11d9f50d3ca47f77ab30cc54e1886b967476b947276a52
-SHA512 (gevent-21.12.0.tar.gz) = 805ddb475281b6c4c46cdf5a714915b6612512745121e7b153f3d33f3460135efa4994e0ff1601402d4f7b80d285cbfdc0d5d93799fbeb8ddbf2a52888cd91ad
-Size (gevent-21.12.0.tar.gz) = 6201851 bytes
+BLAKE2s (gevent-22.10.1.tar.gz) = 6b151721f74df226ccb6e515a890ca2e0e76d7d171501b6340741562d484cac7
+SHA512 (gevent-22.10.1.tar.gz) = b91638a0e36e1e6fdc15886b78586660046134c18786bbbf2498b940abddad18e4200e0bfc759afd40b5d8304c2bb8ae131c39f7cf84c3b675a2f3d51ed261c6
+Size (gevent-22.10.1.tar.gz) = 6543407 bytes



Home | Main Index | Thread Index | Old Index