Skip to content
Snippets Groups Projects
Verified Commit 554f69de authored by Josef Schlehofer's avatar Josef Schlehofer
Browse files

patches/packages: python3: update to version 3.9.15: accepted

parent b9c6fdca
Branches
Tags
No related merge requests found
Pipeline #105640 passed with stages
in 7 minutes and 26 seconds
From ed3de4e2a899da2f33287910d0cd6bc9df3eb4e8 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <pepe.schlehofer@gmail.com>
Date: Thu, 20 Oct 2022 21:59:19 +0200
Subject: [PATCH] python3: update to version 3.9.15
Release notes:
- https://www.python.org/downloads/release/python-3915/
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
---
lang/python/python3-version.mk | 2 +-
lang/python/python3/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lang/python/python3-version.mk b/lang/python/python3-version.mk
index d1fa7fcfd284..5339f108c946 100644
--- a/lang/python/python3-version.mk
+++ b/lang/python/python3-version.mk
@@ -8,7 +8,7 @@
# Note: keep in sync with setuptools & pip
PYTHON3_VERSION_MAJOR:=3
PYTHON3_VERSION_MINOR:=9
-PYTHON3_VERSION_MICRO:=14
+PYTHON3_VERSION_MICRO:=15
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
diff --git a/lang/python/python3/Makefile b/lang/python/python3/Makefile
index a7a17c9de8f4..f56eacbf73ff 100644
--- a/lang/python/python3/Makefile
+++ b/lang/python/python3/Makefile
@@ -16,7 +16,7 @@ PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)
-PKG_HASH:=651304d216c8203fe0adf1a80af472d8e92c3b0e0a7892222ae4d9f3ae4debcf
+PKG_HASH:=12daff6809528d9f6154216950423c9e30f0e47336cb57c6aa0b4387dd5eb4b2
PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>
PKG_LICENSE:=Python/2.0
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