Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2026 02:11:05 +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: 569e99b1dff2 - main - lang/python313: pull in upstream commits addressing webbrowser.open() issue
Message-ID:  <69d31639.36f00.493cbabd@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=569e99b1dff2d8c0b0d753735b28e0df5e2dd6b9

commit 569e99b1dff2d8c0b0d753735b28e0df5e2dd6b9
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2026-04-06 01:59:51 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2026-04-06 01:59:51 +0000

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

diff --git a/lang/python313/Makefile b/lang/python313/Makefile
index 32566cc90ab7..109039fb64c6 100644
--- a/lang/python313/Makefile
+++ b/lang/python313/Makefile
@@ -1,12 +1,16 @@
 PORTNAME=	python
 DISTVERSION=	${PYTHON_DISTVERSION}
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	lang python
 MASTER_SITES=	PYTHON/ftp/python/${DISTVERSION:C/[a-z].*//}
 PKGNAMESUFFIX=	${PYTHON_BASESUFFIX}${THREADFLAG}
 DISTNAME=	Python-${DISTVERSION}
 DIST_SUBDIR=	python
 
+PATCH_SITES=	https://github.com/python/cpython/commit/
+PATCHFILES=	43fe06b96f6a6cf5cfd5bdab20b8649374956866.patch:-p1 \
+		89bfb8e5ed3c7caa241028f1a4eac5f6275a46a4.patch:-p1
+
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	Interpreted object-oriented programming language
 WWW=		https://www.python.org/
diff --git a/lang/python313/distinfo b/lang/python313/distinfo
index 3eab6623b456..7e0df7c9491e 100644
--- a/lang/python313/distinfo
+++ b/lang/python313/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1770270625
+TIMESTAMP = 1775439517
 SHA256 (python/Python-3.13.12.tar.xz) = 2a84cd31dd8d8ea8aaff75de66fc1b4b0127dd5799aa50a64ae9a313885b4593
 SIZE (python/Python-3.13.12.tar.xz) = 22926488
+SHA256 (python/43fe06b96f6a6cf5cfd5bdab20b8649374956866.patch) = 31478c126b2228f38b78d518956eaf5e8324bec63de39f013884781820645f94
+SIZE (python/43fe06b96f6a6cf5cfd5bdab20b8649374956866.patch) = 4533
+SHA256 (python/89bfb8e5ed3c7caa241028f1a4eac5f6275a46a4.patch) = c322f52f452c83ea04b6b0145696ffd2c2e69ee48a38ca133eb24120867acefa
+SIZE (python/89bfb8e5ed3c7caa241028f1a4eac5f6275a46a4.patch) = 5262


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d31639.36f00.493cbabd>