Skip to content

Commit b93e19b

Browse files
authored
Merge pull request #26 from petschki/master
Updates for Ubuntu 24.04
2 parents 996fd48 + da6c0ac commit b93e19b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

defaults/main/python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ftp_url: "https://www.python.org/ftp/python"
88
versions:
99
py24: "2.4.6"
1010
py26: "2.6.9"
11-
py27: "2.7.17"
11+
py27: "2.7.18"
1212
py31: "3.1.5"
1313
py32: "3.2.6"
1414
py33: "3.3.7"
@@ -20,13 +20,13 @@ versions:
2020
py39: "3.9.21"
2121
py310: "3.10.16"
2222
py311: "3.11.11"
23-
py312: "3.12.8"
24-
py313: "3.13.1"
23+
py312: "3.12.9"
24+
py313: "3.13.2"
2525

2626
hashes:
2727
py24: "76083277f6c7e4d78992f36d7ad9018d"
2828
py26: "933a811f11e3db3d73ae492f6c3a7a76"
29-
py27: "b3b6d2c92f42a60667814358ab9f0cfd"
29+
py27: "fd6cc8ec0a78c44036f825e739f36e5a"
3030
py31: "20dd2b7f801dc97db948dd168df4dd52"
3131
py32: "e0ba4360dfcb4aec735e666cc0ae7b0e"
3232
py33: "84e2f12f044ca53b577f6224c53f82ac"
@@ -38,8 +38,8 @@ hashes:
3838
py39: "e8ab0f9a295f12428310f409abd79e9c"
3939
py310: "97b3ee1740f32a92905dd0a99dcb04d5"
4040
py311: "3e497037b170fe4be5f462c4964596f2"
41-
py312: "d46e5bf9f2e596a3ba45fc0b3c053dd2"
42-
py313: "80c16badb94ffe235280d4d9a099b8bc"
41+
py312: "880942124f7d5c01e7b65cbad62dc873"
42+
py313: "4c2d9202ab4db02c9d0999b14655dfe5"
4343

4444
##
4545
# Specific python version details, based on the variables above

tasks/deps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
- libsqlite3-dev
2828
- libssl-dev
2929
- libtinfo-dev
30-
- mime-support
3130
- net-tools
3231
- netbase
3332
- quilt

0 commit comments

Comments
 (0)