./python/py-uwsgi, Feature-rich WSGI server

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.0.28nb3, Package name: py312-uwsgi-2.0.28nb3, Maintainer: pkgsrc-users

uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.
Backend support exists for Apache, nginx, cherokee and lighttpd.

Some of the features include:
- low memory footprint
- preforking and multithreaded operation
- logging, diagnostic and profiling support
- support for sendfile()
- self-healing
- graceful restart and hot-plug upgrading


Required to run:
[textproc/libxml2] [security/openssl] [devel/py-setuptools] [devel/pcre] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Package options: libxml2, openssl, pcre

Master sites:

Filesize: 797.082 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-11-01 01:27:23 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-uwsgi: update to 2.0.28.

    Bit more friendly log messages (Janneke Janssen)
    Fix reload-on-touch/change regression from 2.0.27 (Lalufu)
    Add more integration tests (Alexandre Rossi)
    Fix static library not found install error on conda (Yong-Siang Shih)
   2024-06-06 16:53:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-uwsgi: updated to 2.0.26

2.0.26

apache2/mod_proxy_uwsgi: let httpd handle CL/TE for non-http handlers \ 
CVE-2024-24795 (Eric Covener)
remove race-condition over termination of uWSGI process when using need-app and \ 
lazy-apps (Hanan .T)
fix 32-bit compilation with GCC14 (Rosen Penev)
uwsgiconfig: get compiler version with -dumpfullversion (Riccardo Magliocchetti)
Fix uwsgi_regexp_match() with pcre2 (Alexandre Rossi)
   2024-06-04 13:50:46 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
Fix SOCK_NONBLOCK handling for NetBSD. Bump revision.

XXX This likely affects other non-Linux platforms just as well.
   2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | Package updated
Log message:
revbump after icu and protobuf updates
   2024-04-18 11:05:25 by Thomas Klausner | Files touched by this commit (2) | Package updated
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)