From 43b1b1400a81559f098611c567b3f3822edd3428 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Wed, 19 Apr 2023 16:01:42 -0300 Subject: [PATCH] recipes: Upgrade of meson and setuptools MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/devel/meson/recipe | 5 +++-- recipes/python/setuptools/recipe | 4 ++-- sources/SOURCELIST.txt | 4 ++-- sources/meson-1.0.0.tar.gz.sha256 | 1 - sources/meson-1.1.0.tar.gz.sha256 | 1 + sources/setuptools-65.6.3.tar.gz.sha256 | 1 - sources/setuptools-67.6.1.tar.gz.sha256 | 1 + 7 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 sources/meson-1.0.0.tar.gz.sha256 create mode 100644 sources/meson-1.1.0.tar.gz.sha256 delete mode 100644 sources/setuptools-65.6.3.tar.gz.sha256 create mode 100644 sources/setuptools-67.6.1.tar.gz.sha256 diff --git a/recipes/devel/meson/recipe b/recipes/devel/meson/recipe index cd760124..3ae5aa34 100644 --- a/recipes/devel/meson/recipe +++ b/recipes/devel/meson/recipe @@ -1,6 +1,6 @@ # Build recipe for meson. # -# Copyright (c) 2018-2021-2022 Matias Fonzo, . +# Copyright (c) 2018-2021-2023 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ set -e program=meson -version=1.0.0 +version=1.1.0 release=1 # Define a category for the output of the package name @@ -56,6 +56,7 @@ build() python3 setup.py install \ --prefix=/usr \ + --optimize=1 \ --root="$destdir" # Compress and link man pages (if needed) diff --git a/recipes/python/setuptools/recipe b/recipes/python/setuptools/recipe index 4a151314..c20b519f 100644 --- a/recipes/python/setuptools/recipe +++ b/recipes/python/setuptools/recipe @@ -1,6 +1,6 @@ # Build recipe for setuptools. # -# Copyright (C) 2020-2022 Matias Fonzo, . +# Copyright (C) 2020-2023 Matias Fonzo, . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,7 +18,7 @@ set -e program=setuptools -version=65.6.3 +version=67.6.1 release=1 pkgname=python-${program} diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index fc185b8c..e5c7264f 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -164,7 +164,7 @@ https://feh.finalrewind.org/feh-3.9.1.tar.bz2 https://files.pythonhosted.org/packages/05/5f/2ba6e026d33a0e6ddc1dddf9958677f76f5f80c236bd65309d280b166d3e/Mako-1.2.4.tar.gz https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz -https://files.pythonhosted.org/packages/b6/21/cb9a8d0b2c8597c83fce8e9c02884bce3d4951e41e807fc35791c6b23d9a/setuptools-65.6.3.tar.gz +https://files.pythonhosted.org/packages/cb/46/22ec35f286a77e6b94adf81b4f0d59f402ed981d4251df0ba7b992299146/setuptools-67.6.1.tar.gz https://ftp3.usa.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-9.1p1.tar.gz https://ftp.acc.umu.se/pub/gnome/sources/libcroco/0.6/libcroco-0.6.13.tar.xz https://ftp.debian.org/debian/pool/main/liba/libaio/libaio_0.3.113.orig.tar.gz @@ -260,7 +260,7 @@ https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/libunwind- https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.7/llvm-15.0.7.src.tar.xz https://github.com/lm-sensors/lm-sensors/archive/V3-6-0/lm-sensors-3-6-0.tar.gz https://github.com/logrotate/logrotate/releases/download/3.21.0/logrotate-3.21.0.tar.gz -https://github.com/mesonbuild/meson/releases/download/1.0.0/meson-1.0.0.tar.gz +https://github.com/mesonbuild/meson/releases/download/1.1.0/meson-1.1.0.tar.gz https://github.com/metalink-dev/libmetalink/releases/download/release-0.1.3/libmetalink-0.1.3.tar.bz2 https://github.com/Mic92/iana-etc/releases/download/20230217/iana-etc-20230217.tar.gz https://github.com/mypaint/libmypaint/releases/download/v1.6.1/libmypaint-1.6.1.tar.xz diff --git a/sources/meson-1.0.0.tar.gz.sha256 b/sources/meson-1.0.0.tar.gz.sha256 deleted file mode 100644 index 6b59be64..00000000 --- a/sources/meson-1.0.0.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -aa50a4ba4557c25e7d48446abfde857957dcdf58385fffbe670ba0e8efacce05 meson-1.0.0.tar.gz diff --git a/sources/meson-1.1.0.tar.gz.sha256 b/sources/meson-1.1.0.tar.gz.sha256 new file mode 100644 index 00000000..8f13a38e --- /dev/null +++ b/sources/meson-1.1.0.tar.gz.sha256 @@ -0,0 +1 @@ +d9616c44cd6c53689ff8f05fc6958a693f2e17c3472a8daf83cee55dabff829f meson-1.1.0.tar.gz diff --git a/sources/setuptools-65.6.3.tar.gz.sha256 b/sources/setuptools-65.6.3.tar.gz.sha256 deleted file mode 100644 index 6a5bb174..00000000 --- a/sources/setuptools-65.6.3.tar.gz.sha256 +++ /dev/null @@ -1 +0,0 @@ -a7620757bf984b58deaf32fc8a4577a9bbc0850cf92c20e1ce41c38c19e5fb75 setuptools-65.6.3.tar.gz diff --git a/sources/setuptools-67.6.1.tar.gz.sha256 b/sources/setuptools-67.6.1.tar.gz.sha256 new file mode 100644 index 00000000..6ac9a7dd --- /dev/null +++ b/sources/setuptools-67.6.1.tar.gz.sha256 @@ -0,0 +1 @@ +257de92a9d50a60b8e22abfcbb771571fde0dbf3ec234463212027a4eeecbe9a setuptools-67.6.1.tar.gz -- 2.11.4.GIT