pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-greenlet
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 14 08:20:21 UTC 2024
Modified Files:
pkgsrc/devel/py-greenlet: Makefile PLIST distinfo
Removed Files:
pkgsrc/devel/py-greenlet/patches:
patch-src_greenlet_slp__platformselect.h
Log Message:
py-greenlet: updated to 3.1.0
3.1.0 (2024-09-10)
This will be the last release to support Python 3.7 and 3.8.
- Adds support for Python 3.13.
greenlet will not work in no-gil (free threaded) builds of CPython.
Internally, greenlet heavily depends on the GIL.
- Greatly reduce the chances for crashes during interpreter shutdown.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-greenlet/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-greenlet/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-greenlet/distinfo
cvs rdiff -u -r1.4 -r0 \
pkgsrc/devel/py-greenlet/patches/patch-src_greenlet_slp__platformselect.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-greenlet/Makefile
diff -u pkgsrc/devel/py-greenlet/Makefile:1.23 pkgsrc/devel/py-greenlet/Makefile:1.24
--- pkgsrc/devel/py-greenlet/Makefile:1.23 Fri Jan 12 13:19:13 2024
+++ pkgsrc/devel/py-greenlet/Makefile Sat Sep 14 08:20:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/01/12 13:19:13 adam Exp $
+# $NetBSD: Makefile,v 1.24 2024/09/14 08:20:21 adam Exp $
-DISTNAME= greenlet-3.0.3
+DISTNAME= greenlet-3.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/greenlet/}
@@ -23,7 +23,5 @@ USE_LANGUAGES= c c++
FORCE_CXX_STD= c++11
USE_CXX_FEATURES+= c++11
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-greenlet/PLIST
diff -u pkgsrc/devel/py-greenlet/PLIST:1.4 pkgsrc/devel/py-greenlet/PLIST:1.5
--- pkgsrc/devel/py-greenlet/PLIST:1.4 Sun Oct 29 16:56:42 2023
+++ pkgsrc/devel/py-greenlet/PLIST Sat Sep 14 08:20:21 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/29 16:56:42 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/09/14 08:20:21 adam Exp $
${PYINC}/greenlet/greenlet.h
${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -58,6 +58,7 @@ ${PYSITELIB}/greenlet/platform/switch_pp
${PYSITELIB}/greenlet/platform/switch_ppc_unix.h
${PYSITELIB}/greenlet/platform/switch_riscv_unix.h
${PYSITELIB}/greenlet/platform/switch_s390_unix.h
+${PYSITELIB}/greenlet/platform/switch_sh_gcc.h
${PYSITELIB}/greenlet/platform/switch_sparc_sun_gcc.h
${PYSITELIB}/greenlet/platform/switch_x32_unix.h
${PYSITELIB}/greenlet/platform/switch_x64_masm.asm
Index: pkgsrc/devel/py-greenlet/distinfo
diff -u pkgsrc/devel/py-greenlet/distinfo:1.24 pkgsrc/devel/py-greenlet/distinfo:1.25
--- pkgsrc/devel/py-greenlet/distinfo:1.24 Sat Mar 30 20:11:51 2024
+++ pkgsrc/devel/py-greenlet/distinfo Sat Sep 14 08:20:21 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/03/30 20:11:51 wiz Exp $
+$NetBSD: distinfo,v 1.25 2024/09/14 08:20:21 adam Exp $
-BLAKE2s (greenlet-3.0.3.tar.gz) = deb3fab6adac6a39ba856b5e14c91062f17ad2c9d597759c42e445c2c122b69b
-SHA512 (greenlet-3.0.3.tar.gz) = 20d8818376a200332cbc2c85968317ddf828d2adf3fcc3c53623cd1504ec9a4e4e987e841bd2fe65e934e2b8a5e73a7205847526f0bd196e7afcdf3ae40e9d9b
-Size (greenlet-3.0.3.tar.gz) = 182013 bytes
-SHA1 (patch-src_greenlet_slp__platformselect.h) = f9d8d878854d503b86dd47348cb2b25abeb918b9
+BLAKE2s (greenlet-3.1.0.tar.gz) = abe94fa7c2379fe7045bea01360b10df51860d4c19e9a19c93c29258dca30cf5
+SHA512 (greenlet-3.1.0.tar.gz) = 2c0d97848757e6346933426e3f6feb18120b3a63695a746acddbb467e01503174c46aea9b62e7507e8700f3450581ff2460f45700331368333977abebeb805eb
+Size (greenlet-3.1.0.tar.gz) = 183954 bytes
Home |
Main Index |
Thread Index |
Old Index