File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,12 @@ subpackages:
48
48
with :
49
49
python : python${{range.key}}
50
50
- uses : strip
51
+ test :
52
+ pipeline :
53
+ - uses : python/import
54
+ with :
55
+ import : setuptools
56
+ python : python${{range.key}}
51
57
52
58
- name : py3-supported-${{vars.pypi-package}}
53
59
description : meta package providing ${{vars.pypi-package}} for supported python versions.
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : python-3.10
3
3
version : 3.10.14
4
- epoch : 3
4
+ epoch : 4
5
5
description : " the Python programming language"
6
6
copyright :
7
7
- license : PSF-2.0
@@ -48,6 +48,9 @@ pipeline:
48
48
expected-commit : 976ea78599d71f22e9c0fefc2dc37c1d9fc835a4
49
49
repository : https://github.com/python/cpython.git
50
50
tag : v${{package.version}}
51
+ cherry-picks : |
52
+ # https://github.com/python/cpython/issues/113171
53
+ 3.10/c62c9e518b784fe44432a3f4fc265fb95b651906: CVE-2024-4032
51
54
52
55
- name : Force use of system libraries
53
56
runs : |
You can’t perform that action at this time.
0 commit comments