mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 10:10:33 +04:00
Release notes: https://www.python.org/downloads/release/python-3916/ Fixes: CVE-2022-43680 CVE-2022-37454 CVE-2022-45061 CVE-2022-42919 CVE-2015-20107 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
20 lines
470 B
Makefile
20 lines
470 B
Makefile
#
|
|
# Copyright (C) 2007-2016 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
# Note: keep in sync with setuptools & pip
|
|
PYTHON3_VERSION_MAJOR:=3
|
|
PYTHON3_VERSION_MINOR:=9
|
|
PYTHON3_VERSION_MICRO:=16
|
|
|
|
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
|
|
|
|
PYTHON3_SETUPTOOLS_PKG_RELEASE:=1
|
|
PYTHON3_PIP_PKG_RELEASE:=1
|
|
|
|
PYTHON3_SETUPTOOLS_VERSION:=58.1.0
|
|
PYTHON3_PIP_VERSION:=22.0.4
|