Created attachment 270553 [details] adds python 3.15.0 beta1 port to lang/python315
Also available from https://github.com/freebsd/freebsd-ports/pull/507
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ade56468f46887669fb80f4914c980f77a301f6 commit 4ade56468f46887669fb80f4914c980f77a301f6 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2026-05-09 22:00:27 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-05-09 22:03:00 +0000 lang/python315: New port, Python 3.15.0beta1 Please read: https://blog.python.org/2026/05/python-3150-beta-1/ Changelog: https://www.python.org/downloads/release/python-3150b1/ Details: https://docs.python.org/3.15/whatsnew/3.15.html PR: 295131 Sponsored by: UNIS Labs Mk/Uses/python.mk | 2 +- lang/Makefile | 1 + lang/python315/Makefile | 4 +- lang/python315/Makefile.version | 2 +- lang/python315/distinfo | 6 +- .../patch-Lib_test_test__os_test__posix.py (new) | 15 + .../files/patch-Lib_test_test__posix.py (gone) | 18 - lang/python315/files/patch-Makefile.pre.in | 6 +- ...ect-CR_LF-in-HTTP-tunnel-request-headers (gone) | 108 --- ...ratic-regex-backtracking-in-configparser (gone) | 83 -- ...substitution-bypass-of-dash-prefix-check (gone) | 66 -- ...148395-fix-possible-uaf-in-decompressors (gone) | 65 -- lang/python315/files/pkg-message.in | 9 +- lang/python315/pkg-descr | 2 + lang/python315/pkg-plist | 954 +++++++++++++++++---- 15 files changed, 825 insertions(+), 516 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3778d515a560449213af111ecdfd0f1d9d0b81b3 commit 3778d515a560449213af111ecdfd0f1d9d0b81b3 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2026-05-09 21:57:35 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-05-09 22:02:59 +0000 lang/python315: Repocopy of lang/python314 PR: 295131 Sponsored by: UNIS Labs lang/python315/Makefile (new) | 201 + lang/python315/Makefile.version (new) | 7 + lang/python315/distinfo (new) | 3 + .../files/patch-Lib_test_test__posix.py (new) | 18 + lang/python315/files/patch-Makefile.pre.in (new) | 62 + .../files/patch-Misc_python-config.sh.in (new) | 11 + ...ject-CR_LF-in-HTTP-tunnel-request-headers (new) | 108 + ...dratic-regex-backtracking-in-configparser (new) | 83 + ..._substitution-bypass-of-dash-prefix-check (new) | 66 + ...-148395-fix-possible-uaf-in-decompressors (new) | 65 + lang/python315/files/pkg-message.in (new) | 12 + lang/python315/pkg-descr (new) | 2 + lang/python315/pkg-plist (new) | 8316 ++++++++++++++++++++ 13 files changed, 8954 insertions(+)
Thanks!