diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-15 09:13:33 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-06-15 09:13:33 +0000 |
| commit | 7a1961c1f6540bfff277299f47f6d828189fdc69 (patch) | |
| tree | dcabbf29855573420078fbf4b8507cb1f3d52a7b /repos/extra/python/abuild | |
| parent | c5f1c9cd14da1d96e92e1148b234fd92d385482c (diff) | |
| download | alicelinux-7a1961c1f6540bfff277299f47f6d828189fdc69.tar.gz alicelinux-7a1961c1f6540bfff277299f47f6d828189fdc69.zip | |
python: updated to 3.13.5
Diffstat (limited to 'repos/extra/python/abuild')
| -rw-r--r-- | repos/extra/python/abuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/repos/extra/python/abuild b/repos/extra/python/abuild index f74b5f8b..382b3cf6 100644 --- a/repos/extra/python/abuild +++ b/repos/extra/python/abuild @@ -1,9 +1,8 @@ name=python -version=3.13.3 -release=2 +version=3.13.5 +release=1 source="https://www.$name.org/ftp/$name/$version/Python-$version.tar.xz - musl-pgo-tests.patch - libressl.diff" + musl-pgo-tests.patch" build() { # musl workaround |