Compare commits

..
7 Commits
Author SHA1 Message Date
EnumDev 708d6902b9 Update package version to 3.14.7 2026-09-04 15:58:02 +03:00
EnumDev 534ccdbe68 Rebuild package 2026-07-10 19:15:57 +03:00
EnumDev 673eccd436 Update package version to 3.14.6 2026-06-21 11:34:13 +03:00
EnumDev a90eef25a9 Switch to new package format 2026-06-13 20:00:55 +03:00
EnumDev 3a5a6a5353 Update package version to 3.14.5 2026-05-17 16:18:42 +03:00
EnumDev 509dbc4346 Update package version to 3.14.4 2026-05-06 10:43:21 +03:00
EnumDev 8a62039343 Rebuild with tcl 9.0.2 2026-02-26 13:28:53 +02:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
name: python3
description: The Python3 interpreter
version: 3.12.12
revision: 2
version: 3.14.7
revision: 1
url: https://www.python.org/
license: PSF-2.0
maintainers:
@@ -35,7 +35,7 @@ downloads:
- url: https://www.python.org/ftp/python/${BPM_PKG_VERSION}/Python-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}
extract_strip_components: 1
checksum: fb85a13414b028c49ba18bbd523c2d055a30b56b18b92ce454ea2c51edc656c4
checksum: 3b48dac8fb59f62eaa67ac83c1eb12bda1b7a08406dd286e252c11a66be27f81
split_packages:
- name: python3
- name: python3-tests
+1 -1
View File
@@ -1,4 +1,4 @@
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT