Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions python-3.12.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: python-3.12
version: 3.12.8
epoch: 2
epoch: 3
description: "the Python programming language"
copyright:
- license: PSF-2.0
Expand Down Expand Up @@ -55,7 +55,8 @@ pipeline:
repository: https://github.com/python/cpython.git
tag: v${{package.version}}
cherry-picks: |
3.12/9aa0deb2eef2655a1029ba228527b152353135b5: CVE-2024-12254 fix
3.12/9aa0deb2eef2655a1029ba228527b152353135b5: CVE-2024-12254
3.12/a7084f6075c9595ba60119ce8c62f1496f50c568: CVE-2025-0938

- name: Force use of system libraries
runs: |
Expand Down
Loading