./www/unit-python, Python module for NGINX Unit

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


Branch: CURRENT, Version: 1.31.0, Package name: unit-python3.11-1.31.0, Maintainer: osa

Python module for NGINX Unit.



Package options: inet6, pcre2, ssl

Master sites:

Filesize: 883.938 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-01 19:28:29 by Sergey A. Osokin | Files touched by this commit (10) | Package updated
Log message:
*/*unit*: update NGINX Unit: 1.30.0 -> 1.31.0

<ChangeLog>

*) Change: if building with njs, version 0.8.0 or later is now required.

*) Feature: technology preview of WebAssembly application module.

*) Feature: "response_headers" option to manage headers in the action
   and fallback.

*) Feature: HTTP response header variables.

*) Feature: ASGI lifespan state support. Thanks to synodriver.

*) Bugfix: ensure that $uri variable is not cached.

*) Bugfix: deprecated options were unavailable.

*) Bugfix: ASGI applications inaccessible over IPv6.

</ChangeLog>
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-06-30 22:49:44 by Sergey A. Osokin | Files touched by this commit (2)
Log message:
www/unit-*: add multiple versions support for python and ruby

Multiple versions of python and ruby programming languages can coexist,
so adding versions to modules make them coexist as well.

Bump PKGREVISION.
   2023-04-18 21:24:53 by Sergey A. Osokin | Files touched by this commit (3) | Package updated
Log message:
*/*unit*: update NGINX Unit from 1.29.0 to 1.29.1

<ChangeLog>

*) Bugfix: stop creating world-writeable directories.

*) Bugfix: memory leak related to NJS.

*) Bugfix: path parsing in PHP applications.

*) Bugfix: enabled UTF-8 for Python config by default to avoid
   applications failing in some cases.

*) Bugfix: using asyncio.get_running_loop() instead of
   asyncio.get_event_loop() when it's available to prevent errors in
   some Python ASGI applications.

*) Bugfix: applications that make use of various low level APIs such as
   pthreads could fail to work correctly.

*) Bugfix: websocket endianness detection for obscure operating systems.

</ChangeLog>
   2022-12-06 09:54:23 by Thomas Klausner | Files touched by this commit (3)
Log message:
unit-python: add Python 3.11 support using upstream patch

Bump PKGREVISION.
   2022-11-15 13:47:59 by Thomas Klausner | Files touched by this commit (1)
Log message:
unit-python: mark as not for python 3.11
   2022-02-23 05:24:38 by Sergey A. Osokin | Files touched by this commit (6)
Log message:
Update my email address.
   2021-02-27 21:58:27 by Juraj Lutter | Files touched by this commit (3)
Log message:
unit: Adjust package naming, no functional changes.

- Adjust package names
- Check for embedded PHP support in unit-php build.