Date: Mon, 06 Apr 2026 02:18:48 +0000 From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: cc746eedc4df - main - lang/python310: pull in upstream commits addressing webbrowser.open() issue Message-ID: <69d31808.337e1.3eac44b1@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc746eedc4dfcefe29d13fe3c36d29e7fa8b48f5 commit cc746eedc4dfcefe29d13fe3c36d29e7fa8b48f5 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2026-04-06 02:18:16 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2026-04-06 02:18:16 +0000 lang/python310: pull in upstream commits addressing webbrowser.open() issue Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb PR: 294246 --- lang/python310/Makefile | 4 +++- lang/python310/distinfo | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lang/python310/Makefile b/lang/python310/Makefile index 562f8c95b809..265bdd0748dd 100644 --- a/lang/python310/Makefile +++ b/lang/python310/Makefile @@ -1,6 +1,6 @@ PORTNAME= python DISTVERSION= ${PYTHON_DISTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -8,6 +8,8 @@ DISTNAME= Python-${DISTVERSION} DIST_SUBDIR= python PATCH_SITES= https://github.com/python/cpython/commit/ +PATCHFILES= ad4d5ba32af4d80b0dfa2ba9d8203bfb219e60a5.patch:-p1 \ + 591ed890270c5697b013bf637029fb3e6cd2d73e.patch:-p1 MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language diff --git a/lang/python310/distinfo b/lang/python310/distinfo index 34e583e80b17..a54016cc8286 100644 --- a/lang/python310/distinfo +++ b/lang/python310/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1772558423 +TIMESTAMP = 1775439269 SHA256 (python/Python-3.10.20.tar.xz) = de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec0647505 SIZE (python/Python-3.10.20.tar.xz) = 19868028 +SHA256 (python/ad4d5ba32af4d80b0dfa2ba9d8203bfb219e60a5.patch) = 92a5418d072ee488d3eda02d9fb648896d33e7448fdba198d92e56143fc8db35 +SIZE (python/ad4d5ba32af4d80b0dfa2ba9d8203bfb219e60a5.patch) = 4648 +SHA256 (python/591ed890270c5697b013bf637029fb3e6cd2d73e.patch) = 38b4ab57099f023371aca80a125a575f355989664d2d3ebb1905a92085ab59f5 +SIZE (python/591ed890270c5697b013bf637029fb3e6cd2d73e.patch) = 5727home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d31808.337e1.3eac44b1>
