Commit 52570ab5 authored by Eric Dorland's avatar Eric Dorland
Browse files

Non-maintainer upload.

* Add support for Python 3.10 and 3.11.
parent 884d9fb0
automake-1.16 (1:1.16.5-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Add support for Python 3.10 and 3.11.
-- Matthias Klose <doko@debian.org> Thu, 11 Nov 2021 12:46:00 +0100
automake-1.16 (1:1.16.5-1) unstable; urgency=medium automake-1.16 (1:1.16.5-1) unstable; urgency=medium
[ Eric Dorland ] [ Eric Dorland ]
......
Description: Add support for Python 3.10
Author: Graham Inggs <ginggs@debian.org>
Last-Update: 2021-11-08
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -38,6 +38,7 @@
dnl supported. (2.0 was released on October 16, 2000).
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
[python python2 python3 dnl
+ python3.11 python3.10 dnl
python3.9 python3.8 python3.7 python3.6 python3.5 python3.4 python3.3 dnl
python3.2 python3.1 python3.0 dnl
python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
0001-texi-rename.patch 0001-texi-rename.patch
0002-Drop-SHELL.patch 0002-Drop-SHELL.patch
0003-t-python-prefix.sh-Respect-PYTHON-environment-variable.patch 0003-t-python-prefix.sh-Respect-PYTHON-environment-variable.patch
python3.10.patch
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment