pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python python: Bump default version to 3.10.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd9d26a71d33
branches:  trunk
changeset: 381141:cd9d26a71d33
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jun 30 10:45:36 2022 +0000

description:
python: Bump default version to 3.10.

diffstat:

 lang/python/pyversion.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r acf681ba1d42 -r cd9d26a71d33 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Jun 30 08:09:39 2022 +0000
+++ b/lang/python/pyversion.mk  Thu Jun 30 10:45:36 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.140 2021/12/30 11:52:48 adam Exp $
+# $NetBSD: pyversion.mk,v 1.141 2022/06/30 10:45:36 nia Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -9,7 +9,7 @@
 #      The preferred Python version to use.
 #
 #      Possible values: 27 37 38 39 310
-#      Default: 39
+#      Default: 310
 #
 # === Infrastructure variables ===
 #
@@ -84,7 +84,7 @@
 BUILD_DEFS+=           PYTHON_VERSION_DEFAULT
 BUILD_DEFS_EFFECTS+=   PYPACKAGE
 
-PYTHON_VERSION_DEFAULT?=               39
+PYTHON_VERSION_DEFAULT?=               310
 PYTHON_VERSIONS_ACCEPTED?=             310 39 38 37 27
 PYTHON_VERSIONS_INCOMPATIBLE?=         # empty by default
 



Home | Main Index | Thread Index | Old Index