From b9977cf0a5829913e26f0397425388b8fb4c312f1c8a1f0a2133d357d2635c7f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 17 Jun 2024 14:32:18 +0300 Subject: [PATCH] Update Python 3.10 --- build/distfiles/.gitignore | 2 +- build/distfiles/Python-3.10.14.tar.xz.meta4 | 36 +++++++++++++++++++ .../{Python-3.10.13.do => Python-3.10.14.do} | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 build/distfiles/Python-3.10.14.tar.xz.meta4 rename build/skel/lang/{Python-3.10.13.do => Python-3.10.14.do} (97%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 2c784c3..ced3e4d 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -158,7 +158,7 @@ /postgresql-16.3.tar.bz2 /predownloaded/ /proj-4.9.3.tar.gz -/Python-3.10.13.tar.xz +/Python-3.10.14.tar.xz /Python-3.7.3.tar.xz /readline-8.2.tar.gz /recoll-1.37.0.tar.gz diff --git a/build/distfiles/Python-3.10.14.tar.xz.meta4 b/build/distfiles/Python-3.10.14.tar.xz.meta4 new file mode 100644 index 0000000..bdecc32 --- /dev/null +++ b/build/distfiles/Python-3.10.14.tar.xz.meta4 @@ -0,0 +1,36 @@ + + + + a7f09efb00d0008d291c3f02007b5746f66a3017d1eb7ee0e208d982c4b69565 + a9e65fff590d56848f55f2d93d8a1c631bb8135617112997fbaea9fc45db1d5e2ce39f00cb29c9428542e523fdf48064bdb9aea144acb7aa7cfe71990b8e949e + b83f96178c089035d8f12a1179daf8adbb7ee8ecabfccfceb7f2791dd783feb9 + 192eb4317a4a346ef8d1da11fd2f6d1e90b29ff1bd6ff2879715fdb8adfc6b018ae8a046c1fb057e676b8ec5942b5cb89a696b162040fc283bb8ad6dfe52ee39 + 23fee59cb5d23ff02e3e05b88376742e5ffca46ab6f7a367a913866be816d5b9 + 1f2cebdff13b7faa7249f98649f7d8ef4824c40a1f4d27ff97fe8df6082b2e8abd159ef98edef18123ab567ebd99ddcf04e0d2a438a1c3c169a8dc122e3ac40d + adee638aeca898743da4b8245c0fa1e9b94b516f22e716e60c99038f0bb3dcbf726317aa86656404be1719b5a7c58eb09533720ebc0badbb04bd9a534dd48fef + 9c50481faa8c2832329ba0fc8868d0a606a680fc4f60ec48d26ce8e076751fda + 5f6b795770c954537c9dcab1cdcedbfb93c276b39cd4df8eb966ed60021ee4e4473f5ec0ca450d33017d7ffd8a4a1630ad3bd83d3d6a70bb0b878a0d6d38ca0d + d754ce2afc9bb99c0eaabe8b999e50fe241483241a94c35400f9bb7f4cd8485a + 32ea9e795639615438fbd0ef5b1b1826 + + 19600188 + https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tar.xz + + diff --git a/build/skel/lang/Python-3.10.13.do b/build/skel/lang/Python-3.10.14.do similarity index 97% rename from build/skel/lang/Python-3.10.13.do rename to build/skel/lang/Python-3.10.14.do index 7da8f2f..e3b3bd0 100644 --- a/build/skel/lang/Python-3.10.13.do +++ b/build/skel/lang/Python-3.10.14.do @@ -11,6 +11,7 @@ devel/pkgconf-2.1.1 databases/sqlite-3450100 textproc/expat-2.6.2 " +rdeps="crypto/openssl-1.1.1w" redo-ifchange $bdeps "$DISTFILES"/$NAME.tar.xz $rdeps hsh=$("$BASS_ROOT"/build/bin/cksum $BASS_REV $SPATH) . "$BASS_ROOT"/build/lib/create-tmp-for-build.rc @@ -20,7 +21,6 @@ $TAR xf "$DISTFILES"/$NAME.tar.xz "$BASS_ROOT"/bin/rm-r "$SKELBINS"/$ARCH/$NAME-$hsh cd $NAME - ./configure \ --enable-ipv6 \ --enable-shared \ -- 2.48.1