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:           Wed Nov  2 07:20:58 UTC 2022

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

Log Message:
py-uwsgi: update to 2.0.21.

Changes

    Add PY_SSIZE_T_CLEAN define for Python 3.10 support (Thea Flowers)
    Fix PHP 8 missing arginfo warnings (Дамјан Георгиевски)
    Do not collide with the builtin compile function in uwsgiconfig.py (Jonathan Rosser)
    add uwsgi fork hooks to update internal interpreter state in python plugin (Tahir Butt)
    Properly call .close() as mandated by WSGI specs in python plugin (Florian Apolloner)
    Fix compilation with PHP 8.1 (Riccardo Magliocchetti)
    Fix memory corruption for uwsgi_cache_* in php plugin (aszlig)
    Cleanup usage of threading.current_thread (Hugo van Kemenade)
    Fix concurrency issues on build (Peter Law)
    Fix compilation on MacOS (Shachar Itzhaky)
    Fix segfault from gevent switch (Gavin Jeong)
    Fix php-app for PHP 8.1 (cuchac)
    make dev version PEP-0440 compliant (joshua.biagio)
    Add Python 3.11 support (Victor Stinner)
    Ensure to link against rt when statically linking the python plugin to libpython (Denis Dowling)
    Refactor CI to run tests in parallel (Nicola Martino)
    Add missing parens in plugins/coroae/uwsgiconfig.py (Eleksir)


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/www/py-uwsgi/Makefile
cvs rdiff -u -r1.40 -r1.41 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.53 pkgsrc/www/py-uwsgi/Makefile:1.54
--- pkgsrc/www/py-uwsgi/Makefile:1.53   Mon Apr 18 19:12:19 2022
+++ pkgsrc/www/py-uwsgi/Makefile        Wed Nov  2 07:20:58 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2022/04/18 19:12:19 adam Exp $
+# $NetBSD: Makefile,v 1.54 2022/11/02 07:20:58 wiz Exp $
 
-DISTNAME=      uwsgi-2.0.20
+DISTNAME=      uwsgi-2.0.21
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uwsgi/}
 

Index: pkgsrc/www/py-uwsgi/distinfo
diff -u pkgsrc/www/py-uwsgi/distinfo:1.40 pkgsrc/www/py-uwsgi/distinfo:1.41
--- pkgsrc/www/py-uwsgi/distinfo:1.40   Tue Jan 25 10:30:50 2022
+++ pkgsrc/www/py-uwsgi/distinfo        Wed Nov  2 07:20:58 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2022/01/25 10:30:50 wiz Exp $
+$NetBSD: distinfo,v 1.41 2022/11/02 07:20:58 wiz Exp $
 
-BLAKE2s (uwsgi-2.0.20.tar.gz) = 55c23900a2b728f9f4159326646b8278d07e4be84a070391cbef0734e3ce2f1f
-SHA512 (uwsgi-2.0.20.tar.gz) = 22677a8ad1ea886e1a3a153f486474ce064a55e5b12515322345116980f699f4e2e73267f991c300d904284e06f265ea821e71ba3c97832b6f25705475b498ff
-Size (uwsgi-2.0.20.tar.gz) = 804906 bytes
+BLAKE2s (uwsgi-2.0.21.tar.gz) = e68d7fd3bbfa256fe40a52088eb7f329bcf3a57b6fd1b2ca4b2408d0019e3300
+SHA512 (uwsgi-2.0.21.tar.gz) = 36a9c1b87a4c3d08482b9045d2227f56b006acb53f38ddf1b510880ae5fc24c0177a077338ec8af3ef0b8f8e220bc4fc7f8311dab8066e13cbcbb616f736c795
+Size (uwsgi-2.0.21.tar.gz) = 808494 bytes
 SHA1 (patch-base.ini) = 1c5d7693e6c8011e6cc34f5f5d203584c985eb30
 SHA1 (patch-core_logging.c) = 8372985f3bb007babbfe84529580139241e741a9
 SHA1 (patch-uwsgi.h) = a560e37aa35707d524db6205079be61c94b7b31a



Home | Main Index | Thread Index | Old Index