summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-12-12 20:06:23 +0000
committeradam <adam@pkgsrc.org>2021-12-12 20:06:23 +0000
commite815591c39f3796d796a32960ced48007ba6a243 (patch)
tree0661da39aad9572bc798df1ea4a2bb128c6c2177
parent6e53ddb10bcd3a873a742b9d8571d2b1ee732047 (diff)
downloadpkgsrc-e815591c39f3796d796a32960ced48007ba6a243.tar.gz
py-gevent: updated to 21.12.0
21.12.0 (2021-12-11) ==================== Features -------- - Update autoconf files for Apple Silicon Macs. Note that while there are reports of compiling gevent on Apple Silicon Macs now, this is *not* a tested configuration. There may be some remaining issues with CFFI on some systems as well. See :issue:`1721`. - Build and upload CPython 3.10 binary manylinux wheels. Unfortunately, this required us to stop building and uploading CPython 2.7 binary manylinux wheels. Binary wheels for 2.7 continue to be available for Windows and macOS. See :issue:`1822`. - Test and distribute musllinux_1_1 wheels. See :issue:`1837`. - Update the tested versions of PyPy2 and PyPy3. For PyPy2, there should be no user visible changes, but for PyPy3, support has moved from Python 3.6 to Python 3.7. See :issue:`1843`. Bugfixes -------- - Try to avoid linking to two different Python runtime DLLs on Windows. See :issue:`1814`. - Stop compiling manylinux wheels with ``-ffast-math.`` This was implicit in ``-Ofast``, but could alter the global state of the process. Analysis and fix thanks to Ilya Konstantinov. See :issue:`1820`. - Fix hanging the interpreter on shutdown if gevent monkey patching occurred on a non-main thread in Python 3.9.8 and above. (Note that this is not a recommended practice.) See :issue:`1839`.
-rw-r--r--net/py-gevent/Makefile4
-rw-r--r--net/py-gevent/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-gevent/Makefile b/net/py-gevent/Makefile
index 94dfaf9bcf7..0ced8030948 100644
--- a/net/py-gevent/Makefile
+++ b/net/py-gevent/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2021/09/28 12:58:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2021/12/12 20:06:23 adam Exp $
-DISTNAME= gevent-21.8.0
+DISTNAME= gevent-21.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/gevent/}
diff --git a/net/py-gevent/distinfo b/net/py-gevent/distinfo
index 56d810c4c9a..166d1812cbc 100644
--- a/net/py-gevent/distinfo
+++ b/net/py-gevent/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:06:36 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/12/12 20:06:23 adam Exp $
-BLAKE2s (gevent-21.8.0.tar.gz) = 3efebeb6018ca22a6aa5284858e5366df94f9841269065b33df5ba38ad3594c9
-SHA512 (gevent-21.8.0.tar.gz) = dae95f986530e79b07a0006f6fb4cbd3911ac0bf2e58c4896ee5fa6d2e2a9ed5785c346958ee23cd57c2dcafb0a34c585b1f6375a29fd653e061a382482fc9fb
-Size (gevent-21.8.0.tar.gz) = 6162938 bytes
+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