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: Sun Apr 13 12:46:08 UTC 2025
Modified Files:
pkgsrc/www/py-uwsgi: Makefile PLIST distinfo
Log Message:
py-uwsgi: update to 2.0.29.
Fix integration tests not running (Alexandre Rossi)
Backport pypy plugin fixes (Alexandre Rossi)
Add support for rack 3 (Alexandre Rossi)
Fix compilation with gcc-15 (Alexandre Rossi)
Backport –max-request-delta from master (Jeremy Goulard)
Disable executable stack (Martin Liška)
Fix uwsgi_request_body_readline without new lines found (Juho Heikkinen)
Fix reload-os-env option (wszak)
Tidy python code (Curtis)
Python3 compat for examples and testing code (Thomas Goirand)
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/www/py-uwsgi/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-uwsgi/PLIST
cvs rdiff -u -r1.52 -r1.53 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.74 pkgsrc/www/py-uwsgi/Makefile:1.75
--- pkgsrc/www/py-uwsgi/Makefile:1.74 Thu Nov 14 22:22:10 2024
+++ pkgsrc/www/py-uwsgi/Makefile Sun Apr 13 12:46:08 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2024/11/14 22:22:10 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2025/04/13 12:46:08 wiz Exp $
-DISTNAME= uwsgi-2.0.28
+DISTNAME= uwsgi-2.0.29
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=u/uwsgi/}
@@ -11,13 +10,12 @@ HOMEPAGE= https://uwsgi-docs.readthedocs
COMMENT= Feature-rich WSGI server
LICENSE= gnu-gpl-v2 # with linking exception
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
USE_TOOLS+= pkg-config
PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX}
-WHEEL_NAME= ${DISTNAME:S/uwsgi/uWSGI/}
.include "options.mk"
Index: pkgsrc/www/py-uwsgi/PLIST
diff -u pkgsrc/www/py-uwsgi/PLIST:1.6 pkgsrc/www/py-uwsgi/PLIST:1.7
--- pkgsrc/www/py-uwsgi/PLIST:1.6 Sun Feb 11 11:02:48 2024
+++ pkgsrc/www/py-uwsgi/PLIST Sun Apr 13 12:46:08 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.6 2024/02/11 11:02:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/04/13 12:46:08 wiz Exp $
bin/uwsgi-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/uwsgidecorators.py
${PYSITELIB}/uwsgidecorators.pyc
Index: pkgsrc/www/py-uwsgi/distinfo
diff -u pkgsrc/www/py-uwsgi/distinfo:1.52 pkgsrc/www/py-uwsgi/distinfo:1.53
--- pkgsrc/www/py-uwsgi/distinfo:1.52 Fri Nov 1 00:27:23 2024
+++ pkgsrc/www/py-uwsgi/distinfo Sun Apr 13 12:46:08 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.52 2024/11/01 00:27:23 wiz Exp $
+$NetBSD: distinfo,v 1.53 2025/04/13 12:46:08 wiz Exp $
-BLAKE2s (uwsgi-2.0.28.tar.gz) = 02948ea0a7af92c47fe176131234a8fd0f60133311ddc9e2d2adad7ce7429cb1
-SHA512 (uwsgi-2.0.28.tar.gz) = c92abefcc945aee6d00a67be615534bfbdec4509a9636862a228417a0c921742137ab6e04f2ff15c70763d8d0f16d191979926d06e2c5e92fbfb15b9b9b211a4
-Size (uwsgi-2.0.28.tar.gz) = 816212 bytes
+BLAKE2s (uwsgi-2.0.29.tar.gz) = 1723ff901b805e6e2dfd5f4853792255c22ba88e30c26f4f4356cd6cd1569e11
+SHA512 (uwsgi-2.0.29.tar.gz) = ef64edb29d7def3809c0c8a38e8fdbb299e76d3d8431428713b77f6cb29c36002530f18934394503460e492e6f273418c94e01e8b94e240a2222d4dcb10939a3
+Size (uwsgi-2.0.29.tar.gz) = 822515 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