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 Apr 18 09:05:25 UTC 2024

Modified Files:
        pkgsrc/www/py-uwsgi: Makefile distinfo

Log Message:
py-uwsgi: update to 2.0.25.1.

2.0.25.1
    Fix build when pcre is not found and is optional (umut)

2.0.25
    Update glusterfs io callback function signature for 6.0 (Ralf Ertzinger)
    Fix default values in help for min-worker-lifetime & legion-skew-tolerance (Thomas Riccardi)
    Fix build regression with gcc < 5 (Riccardo Magliocchetti)
    Add support for building against prcre2. This changes the regexp internal data structures (Alexandre Rossi)
    Allow the valgrind generator script to run with a different python version (Wynn Wilkes)
    Fix a potential error with not releasing the gil in uwsgi_python_rpc (Wynn Wilkes)
    Rework threading cancellation handling. This can fix issues with threading, missing atexit callbacks and whatnot. (Inada Naoki)


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/py-uwsgi/Makefile
cvs rdiff -u -r1.47 -r1.48 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.64 pkgsrc/www/py-uwsgi/Makefile:1.65
--- pkgsrc/www/py-uwsgi/Makefile:1.64   Mon Feb 12 10:31:55 2024
+++ pkgsrc/www/py-uwsgi/Makefile        Thu Apr 18 09:05:25 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2024/02/12 10:31:55 wiz Exp $
+# $NetBSD: Makefile,v 1.65 2024/04/18 09:05:25 wiz Exp $
 
-DISTNAME=      uwsgi-2.0.24
+DISTNAME=      uwsgi-2.0.25.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uwsgi/}

Index: pkgsrc/www/py-uwsgi/distinfo
diff -u pkgsrc/www/py-uwsgi/distinfo:1.47 pkgsrc/www/py-uwsgi/distinfo:1.48
--- pkgsrc/www/py-uwsgi/distinfo:1.47   Sun Feb 11 11:02:48 2024
+++ pkgsrc/www/py-uwsgi/distinfo        Thu Apr 18 09:05:25 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2024/02/11 11:02:48 adam Exp $
+$NetBSD: distinfo,v 1.48 2024/04/18 09:05:25 wiz Exp $
 
-BLAKE2s (uwsgi-2.0.24.tar.gz) = 7293e63706be96de065b4bbe02c181ccdd6d4785e16b35895073b961830843d2
-SHA512 (uwsgi-2.0.24.tar.gz) = 29c3350d5134bf174231e27bf36eedf61c78ea510af88b7fb4d2a56438ba441d076f5a3a7bf69245bd5f30d250835bde2905b98cd77cd62ebd09d62f9ca881e9
-Size (uwsgi-2.0.24.tar.gz) = 810559 bytes
+BLAKE2s (uwsgi-2.0.25.1.tar.gz) = e1700c08e7491467db6b6e4ca09f27d58f41544a8a0b6c70c374b097429297ff
+SHA512 (uwsgi-2.0.25.1.tar.gz) = a20b36d56fa968d45aa9294e8a5f5d141a04ca9775893f7ea65f79608bdb015d2a4debd087f1b8effaf5b66f3cea4a9be124fe8ee10b4aa4277edd52ec9a9618
+Size (uwsgi-2.0.25.1.tar.gz) = 812004 bytes
 SHA1 (patch-base.ini) = 1c5d7693e6c8011e6cc34f5f5d203584c985eb30
 SHA1 (patch-core_logging.c) = e1e5f39446baecdcfc1738aa97852ad3d5ca40c7
 SHA1 (patch-uwsgi.h) = 112a325615e517f29b2420ba08f76d6a7a1bd3ef



Home | Main Index | Thread Index | Old Index