File: version-5.0.0.rst

package info (click to toggle)
mod-wsgi 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,824 kB
  • sloc: ansic: 15,512; python: 3,697; makefile: 219; sh: 107
file content (25 lines) | stat: -rw-r--r-- 812 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=============
Version 5.0.0
=============

Version 5.0.0 of mod_wsgi can be obtained from:

  https://codeload.github.com/GrahamDumpleton/mod_wsgi/tar.gz/5.0.0

*Note that the major version 5.0 was introduced not because of any new major
features but because from version 5.0 onwards compatability with Python 2.7 is
no longer guaranteed. A minimum Python version of 3.8 will be enforced by the
Python package installation configuration.*

Features Changed
----------------

* The `setuptools` package is now required to be installed in order to use the
  `pip install` method to install mod_wsgi. This is because `distutils` has been
  removed in Python 3.12.

Bugs Fixed
----------

* Fix ability to build mod_wsgi against Apache 2.2. Do note that in general only
  recent versions of Apache 2.4 are supported