pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/py-uwsgi py-uwsgi: update to 2.0.21.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74ae845b3ecc
branches:  trunk
changeset: 387579:74ae845b3ecc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 02 07:20:58 2022 +0000

description:
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)

diffstat:

 www/py-uwsgi/Makefile |  5 ++---
 www/py-uwsgi/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 4e41e763b992 -r 74ae845b3ecc www/py-uwsgi/Makefile
--- a/www/py-uwsgi/Makefile     Tue Nov 01 21:29:28 2022 +0000
+++ b/www/py-uwsgi/Makefile     Wed Nov 02 07:20:58 2022 +0000
@@ -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/}
 
diff -r 4e41e763b992 -r 74ae845b3ecc www/py-uwsgi/distinfo
--- a/www/py-uwsgi/distinfo     Tue Nov 01 21:29:28 2022 +0000
+++ b/www/py-uwsgi/distinfo     Wed Nov 02 07:20:58 2022 +0000
@@ -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