Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 01:45:44 +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: d1ce8f060d6e - main - lang/python312: pull in upstream commits addressing webbrowser.open() issue
Message-ID:  <69d31048.31936.498b31@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=d1ce8f060d6e0c674448b158b9bd0ea42d95b0d8

commit d1ce8f060d6e0c674448b158b9bd0ea42d95b0d8
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-04-06 01:42:49 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-04-06 01:42:49 +0000

    lang/python312: pull in upstream commits addressing webbrowser.open() issue
    
    Security: 9fdad262-2e0f-11f1-88c7-00a098b42aeb
---
 lang/python312/Makefile | 4 +++-
 lang/python312/distinfo | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/lang/python312/Makefile b/lang/python312/Makefile
index a0681de9f91d..35c37d2779b8 100644
--- a/lang/python312/Makefile
+++ b/lang/python312/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=	cbba6119391112aba9c5aebf7b94aea447922c48.patch:-p1 \
+		cc023511238ad93ecc8796157c6f9139a2bb2932.patch:-p1
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Interpreted object-oriented programming language
diff --git a/lang/python312/distinfo b/lang/python312/distinfo
index 619398f8c906..7a3babe9167a 100644
--- a/lang/python312/distinfo
+++ b/lang/python312/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1772559350
+TIMESTAMP = 1775438861
 SHA256 (python/Python-3.12.13.tar.xz) = c08bc65a81971c1dd5783182826503369466c7e67374d1646519adf05207b684
 SIZE (python/Python-3.12.13.tar.xz) = 20801708
+SHA256 (python/cbba6119391112aba9c5aebf7b94aea447922c48.patch) = 3307905c3cfbed78b952899b81f11c8b76a6c4b2c46ce9da3983805028024cce
+SIZE (python/cbba6119391112aba9c5aebf7b94aea447922c48.patch) = 4111
+SHA256 (python/cc023511238ad93ecc8796157c6f9139a2bb2932.patch) = 2d87d825f216691b9604215ccaa72e12c09a5cb5f438176ba331020f313d5fc4
+SIZE (python/cc023511238ad93ecc8796157c6f9139a2bb2932.patch) = 5430


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d31048.31936.498b31>