pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-uwsgi
Module Name: pkgsrc
Committed By: wiz
Date: Thu Oct 10 19:53:43 UTC 2024
Modified Files:
pkgsrc/www/py-uwsgi: Makefile distinfo
Log Message:
py-uwsgi: update to 2.0.27.
pyuwsgi: avoid interleaving pywsgi threadstate (Anthony Sottile)
Fix gracefully_kill_them_all with running requests (赵浩彬)
Fix –catch-exceptions causing a segfault in Python 3.5+ (John Garland)
plugins/php: Add support for uwsgi.disconnect() function (Joe)
plugins/python: use PyOS_*Fork stable API functions on 3.7+ (Riccardo Magliocchetti)
core/uwsgi: set enable threads by default (Riccardo Magliocchetti)
plugins/python: fix compilation with Python 3.13 (Riccardo Magliocchetti, Ralf Ertzinger)
use pipe in gracefully_kill() to stop worker loop (Inada Naoki)
port pypy plugin to python3 (Alexandre Rossi)
add some integrations tests (Alexandre Rossi)
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/www/py-uwsgi/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/www/py-uwsgi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-uwsgi/Makefile
diff -u pkgsrc/www/py-uwsgi/Makefile:1.68 pkgsrc/www/py-uwsgi/Makefile:1.69
--- pkgsrc/www/py-uwsgi/Makefile:1.68 Thu Jun 6 14:53:41 2024
+++ pkgsrc/www/py-uwsgi/Makefile Thu Oct 10 19:53:43 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2024/06/06 14:53:41 adam Exp $
+# $NetBSD: Makefile,v 1.69 2024/10/10 19:53:43 wiz Exp $
-DISTNAME= uwsgi-2.0.26
+DISTNAME= uwsgi-2.0.27
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uwsgi/}
@@ -12,14 +12,13 @@ LICENSE= gnu-gpl-v2 # with linking excep
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
USE_TOOLS+= pkg-config
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
WHEEL_NAME= ${DISTNAME:S/uwsgi/uWSGI/}
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "options.mk"
INSTALL_ENV+= UWSGI_INCLUDES=${PREFIX}/include SOURCE_DATE_EPOCH=1
@@ -31,6 +30,9 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* \
${DESTDIR}${PREFIX}/share/examples/${PYPKGPREFIX}-uwsgi
+# test status as of 2.0.27
+# 2 failed
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/dlopen.buildlink3.mk"
Index: pkgsrc/www/py-uwsgi/distinfo
diff -u pkgsrc/www/py-uwsgi/distinfo:1.50 pkgsrc/www/py-uwsgi/distinfo:1.51
--- pkgsrc/www/py-uwsgi/distinfo:1.50 Thu Jun 6 14:53:41 2024
+++ pkgsrc/www/py-uwsgi/distinfo Thu Oct 10 19:53:43 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.50 2024/06/06 14:53:41 adam Exp $
+$NetBSD: distinfo,v 1.51 2024/10/10 19:53:43 wiz Exp $
-BLAKE2s (uwsgi-2.0.26.tar.gz) = 4362861496a62f208ffd50db396b6b791e81ff814671ec357bfe9b2a603e1706
-SHA512 (uwsgi-2.0.26.tar.gz) = 10d4e7a5f585c5b84a4403a73fda75e914a358ec3050634f217d8cf6ce92b27017108e60dd0f16e4e53cebb4d8484a472d407c820bc3d8195031d90973f54176
-Size (uwsgi-2.0.26.tar.gz) = 814143 bytes
+BLAKE2s (uwsgi-2.0.27.tar.gz) = f8807e55c7898bdcd7284cbb8699b7903eac2999fdf02266e1ae3a5d008b99f2
+SHA512 (uwsgi-2.0.27.tar.gz) = 9a9f119f5eecf554805cf7d9760d3eff5f4cc6461195bd7162bc6e6a25b9e0fa0eec1d9f3052e0e1e153d7d8c8b5d29a1faeed3f9468c8f9d0556d9479c55d98
+Size (uwsgi-2.0.27.tar.gz) = 815646 bytes
SHA1 (patch-base.ini) = 1c5d7693e6c8011e6cc34f5f5d203584c985eb30
SHA1 (patch-core_logging.c) = e1e5f39446baecdcfc1738aa97852ad3d5ca40c7
SHA1 (patch-core_socket.c) = 84df92882d53c8a364082e97f699e3ddbc2859ae
Home |
Main Index |
Thread Index |
Old Index