From patchwork Wed Nov 9 18:56:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6084 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4N6vPP6JTYz3whc for ; Wed, 9 Nov 2022 18:58:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4N6vPB6sBBz2qg; Wed, 9 Nov 2022 18:58:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vP94hG8z30BZ; Wed, 9 Nov 2022 18:58:05 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4N6vP8136Cz2yxs for ; Wed, 9 Nov 2022 18:58:04 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4N6vP76Svpz2HW; Wed, 9 Nov 2022 18:58:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020283; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LyM/FjO+FBLTpghEd7aRdX2HCfoP7I1od2O5m1yTHWg=; b=5QlaWOX7DErbXqlIl4qH9P9r2Ml+igdB89WP0ojIRSbBzn7WSS5bSrWELL9BjyP2p8G4oO E4LKTfdnB0qW88Aw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020283; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LyM/FjO+FBLTpghEd7aRdX2HCfoP7I1od2O5m1yTHWg=; b=s0OP+md2fwdmoaEaSJ2YdQmfYxfUJM1qpNdnNXPMEZQF09PbjtBcTI3cs0wVjzT/7OCwHJ jxYG1EFf+ghGY5j5NinG33mkgvelzDAof3LZQl5I8NUCEyqlrQJypniSm/b32k39D1yo1x hTcgaGGfGDK71409VTLISuurwIm0NKAgnAV2Ge8dZqxlWyDWVe+db0y3/f15aEEzpKiXwO Mxaf50z5b/T0y9E7R+OkOfCMSnmZy+IgH4IHHfRUBtDqKbeGVPi45sagLsVakTm8kISREO GGyMKR8NF9YW+aeKExCcRjItmcfQQl9s+srcUGFsQwinH3/nDxB6lqX3o7rwqg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 07/48] python3-setuptools-rust:Update to version 1.5.2 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:56:53 +0100 Message-Id: <20221109185734.3920-7-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> References: <20221109185734.3920-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Updated from version 1.2.0 to 1.5.2 - Update of rootfile - Changelog v1.5.2 Fixed Fix regression in dylib build artifacts not being found since 1.5.0. #290 Fix regression in sdist missing examples and other supplementary files since 1.5.0. #291 v1.5.1 Fixed Fix regression in get_lib_name crashing since 1.5.0. #280 Fix regression in Binding.Exec builds with multiple executables not finding built executables since 1.5.0. #283 v1.5.0 Added Add support for extension modules built for wasm32-unknown-emscripten with Pyodide. #244 Changed Locate cdylib artifacts by handling messages from cargo instead of searching target dir (fixes build on MSYS2). #267 No longer guess cross-compile environment using HOST_GNU_TYPE / BUILD_GNU_TYPE sysconfig variables. #269 Fixed Fix RustBin build without wheel. #273 Fix RustBin setuptools install. #275 v1.4.1 Fixed Fix crash when checking Rust version. #263 v1.4.0 Packaging Increase minimum setuptools version to 62.4. #222 Added Add cargo_manifest_args to support locked, frozen and offline builds. #234 Add RustBin for packaging binaries in scripts data directory. #248 Changed Exec binding RustExtension with script=True is deprecated in favor of RustBin. #248 Errors while calling cargo metadata are now reported back to the user #254 quiet option will now suppress output of cargo metadata. #256 setuptools-rust will now match cargo behavior of not setting --target when the selected target is the rust host. #258 Deprecate native option of RustExtension. #258 Fixed If the sysconfig for BLDSHARED has no flags, setuptools-rust won't crash anymore. #241 v1.3.0 Packaging Increase minimum setuptools version to 58. #222 Fixed Fix crash when python-distutils-extra linux package is installed. #222 Fix sdist built with vendored dependencies on Windows having incorrect cargo config. #223 Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- .../rootfiles/common/python3-setuptools-rust | 20 ++++++++++--------- lfs/python3-setuptools-rust | 4 ++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/config/rootfiles/common/python3-setuptools-rust b/config/rootfiles/common/python3-setuptools-rust index a35daef85..ec0f494fe 100644 --- a/config/rootfiles/common/python3-setuptools-rust +++ b/config/rootfiles/common/python3-setuptools-rust @@ -1,17 +1,19 @@ usr/lib/python3.10/site-packages/setuptools_rust -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/top_level.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.2.0-py3.10.egg-info/zip-safe +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/setuptools_rust-1.5.2-py3.10.egg-info/zip-safe usr/lib/python3.10/site-packages/setuptools_rust/__init__.py +usr/lib/python3.10/site-packages/setuptools_rust/_utils.py usr/lib/python3.10/site-packages/setuptools_rust/build.py usr/lib/python3.10/site-packages/setuptools_rust/clean.py usr/lib/python3.10/site-packages/setuptools_rust/command.py usr/lib/python3.10/site-packages/setuptools_rust/extension.py +usr/lib/python3.10/site-packages/setuptools_rust/rustc_info.py usr/lib/python3.10/site-packages/setuptools_rust/setuptools_ext.py -usr/lib/python3.10/site-packages/setuptools_rust/utils.py usr/lib/python3.10/site-packages/setuptools_rust/version.py + diff --git a/lfs/python3-setuptools-rust b/lfs/python3-setuptools-rust index 4bf85961c..a12589371 100644 --- a/lfs/python3-setuptools-rust +++ b/lfs/python3-setuptools-rust @@ -24,7 +24,7 @@ include Config -VER = 1.2.0 +VER = 1.5.2 THISAPP = setuptools-rust-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 9028e3c02cf1090aaba5c78495d01eb01d3608242ab6b3fab2b76928e199a93bad2e1dbcd94d24689c7d42160c4dd409656f230493801906fc15f4235de7b68c +$(DL_FILE)_BLAKE2 = 735d23c73136d4fe7e9a326345d4bf958d0c7bf9a8da15c71228f0c6e2a91063d888e4d812af9d8295a0524a83921825d25dd010bc1961860609d657c1ae68e7 install : $(TARGET)