From patchwork Sun Apr 10 11:18:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5486 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 4KbqKX5Vr7z3xBx for ; Sun, 10 Apr 2022 11:20:32 +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 4KbqKX1qqBz4D2; Sun, 10 Apr 2022 11:20:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KbqKX1Pkhz2yyR; Sun, 10 Apr 2022 11:20:32 +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 4KbqKV5Lymz2xSn for ; Sun, 10 Apr 2022 11:20:30 +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 4KbqKV45Ngzm7; Sun, 10 Apr 2022 11:20:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649589630; 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=bj4rVtj9WK+J/5bsI6ztlxuEW5zmDYaGDWrLDTtgeqg=; b=tTuklA7qtIjGpkqoBhwfU0Bzk/rh/rng6veOCtVhKtbFF6+InAs8cpcBgfyEp3BTB08hbg WLWppxvYDN8yQ6V6Fv912URda08LHTKxMphvGLXO6qB2yM2SRUXi99C4/sP2IuEaT5jcSC cogH6/BpT5mMrCHAJtVw9FgkZnYmcNC1TM6izQhskFCjkL/kQSpZ7zZrPl3cTHlrafi19M Jj502XZXLczG2RyyYYsFeLJoOcBV5SjKzKmyikLCoCe2qyO3iyg+XdP8+Rvj1l9YfHLIyv SWseoucyWdmHP+5UjRjWnFlCvllSxiqpjQcv2RCXvOWGRHk3Ggjl/Z3A4I9Dag== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649589630; 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=bj4rVtj9WK+J/5bsI6ztlxuEW5zmDYaGDWrLDTtgeqg=; b=hwu3tuVbDaAUSNbs4XfKq5nf7v6I9IhqT3oQtj03F6IGt7pi3tMBPLw9otHImgx7+ZPGQ0 luoOLSs/2p6VZMCg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-setuptools-rust: Update to version 1.2.0 Date: Sun, 10 Apr 2022 13:18:15 +0200 Message-Id: <20220410111821.3479488-9-adolf.belka@ipfire.org> In-Reply-To: <20220410111821.3479488-1-adolf.belka@ipfire.org> References: <20220410111821.3479488-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" - Update from 1.1.2 to 1.2.0 - Update of rootfile - Changelog ## 1.2.0 (2022-03-22) ### Packaging - Drop support for Python 3.6. [#209] ### Added - Add support for `kebab-case` executable names. [#205] - Add support for custom cargo profiles. [#216] ### Fixed - Fix building macOS arm64 wheel with cibuildwheel. [#217] Signed-off-by: Adolf Belka --- config/rootfiles/common/python3-setuptools-rust | 16 ++++++++-------- lfs/python3-setuptools-rust | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/common/python3-setuptools-rust b/config/rootfiles/common/python3-setuptools-rust index cc21721c5..a35daef85 100644 --- a/config/rootfiles/common/python3-setuptools-rust +++ b/config/rootfiles/common/python3-setuptools-rust @@ -1,12 +1,12 @@ usr/lib/python3.10/site-packages/setuptools_rust -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/top_level.txt -#usr/lib/python3.10/site-packages/setuptools_rust-1.1.2-py3.10.egg-info/zip-safe +#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/__init__.py usr/lib/python3.10/site-packages/setuptools_rust/build.py usr/lib/python3.10/site-packages/setuptools_rust/clean.py diff --git a/lfs/python3-setuptools-rust b/lfs/python3-setuptools-rust index 8d8b2cc4b..4bf85961c 100644 --- a/lfs/python3-setuptools-rust +++ b/lfs/python3-setuptools-rust @@ -24,7 +24,7 @@ include Config -VER = 1.1.2 +VER = 1.2.0 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 = 2b66f886db4be992be5f910cd56d1449f0f23d306880755692a53216e6c764bc6ec34e552f5485f444408421ccaeb8cc353d5553cf8a95a1a4daa815f5600167 +$(DL_FILE)_BLAKE2 = 9028e3c02cf1090aaba5c78495d01eb01d3608242ab6b3fab2b76928e199a93bad2e1dbcd94d24689c7d42160c4dd409656f230493801906fc15f4235de7b68c install : $(TARGET)