pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-gevent py-gevent: updated to 21.12.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64f384764748
branches:  trunk
changeset: 771071:64f384764748
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 12 20:06:23 2021 +0000

description:
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`.

diffstat:

 net/py-gevent/Makefile |  4 ++--
 net/py-gevent/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 79af06a8ba4d -r 64f384764748 net/py-gevent/Makefile
--- a/net/py-gevent/Makefile    Sun Dec 12 16:32:34 2021 +0000
+++ b/net/py-gevent/Makefile    Sun Dec 12 20:06:23 2021 +0000
@@ -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 -r 79af06a8ba4d -r 64f384764748 net/py-gevent/distinfo
--- a/net/py-gevent/distinfo    Sun Dec 12 16:32:34 2021 +0000
+++ b/net/py-gevent/distinfo    Sun Dec 12 20:06:23 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index