Bug 295131 - lang/python315: beta1 release
Summary: lang/python315: beta1 release
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2026-05-09 20:23 UTC by Matthias Andree
Modified: 2026-05-10 11:48 UTC (History)
2 users (show)

See Also:
mandree: maintainer-feedback+


Attachments
adds python 3.15.0 beta1 port to lang/python315 (644.73 KB, patch)
2026-05-09 20:23 UTC, Matthias Andree
mandree: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2026-05-09 20:23:52 UTC
Created attachment 270553 [details]
adds python 3.15.0 beta1 port to lang/python315
Comment 1 Matthias Andree freebsd_committer freebsd_triage 2026-05-09 20:26:26 UTC
Also available from https://github.com/freebsd/freebsd-ports/pull/507
Comment 2 commit-hook freebsd_committer freebsd_triage 2026-05-09 22:04:29 UTC
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(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-05-09 22:04:30 UTC
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(+)
Comment 4 Vladimir Druzenko freebsd_committer freebsd_triage 2026-05-09 22:05:38 UTC
Thanks!