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 Dec 12 20:06:24 UTC 2021

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

Log Message:
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`.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/py-gevent/Makefile
cvs rdiff -u -r1.12 -r1.13 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.16 pkgsrc/net/py-gevent/Makefile:1.17
--- pkgsrc/net/py-gevent/Makefile:1.16  Tue Sep 28 12:58:27 2021
+++ pkgsrc/net/py-gevent/Makefile       Sun Dec 12 20:06:23 2021
@@ -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/}

Index: pkgsrc/net/py-gevent/distinfo
diff -u pkgsrc/net/py-gevent/distinfo:1.12 pkgsrc/net/py-gevent/distinfo:1.13
--- pkgsrc/net/py-gevent/distinfo:1.12  Tue Oct 26 11:06:36 2021
+++ pkgsrc/net/py-gevent/distinfo       Sun Dec 12 20:06:23 2021
@@ -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