From patchwork Sun Apr 10 11:18:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5487 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 4KbqKp6HSXz3xBx for ; Sun, 10 Apr 2022 11:20:46 +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 4KbqKp2Tmxz4QM; Sun, 10 Apr 2022 11:20:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KbqKp23CRz2ypK; Sun, 10 Apr 2022 11:20:46 +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 4KbqKn4VFCz2xSn for ; Sun, 10 Apr 2022 11:20:45 +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 4KbqKn3Hhwz3Wt; Sun, 10 Apr 2022 11:20:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649589645; 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=JOvF4FbIZP1xGOR3mtOV9eovZfP5j8GKRr1ED/MF17M=; b=HEkVlmG/2Ky5V7IWczwRJSWYDDuINWAJQ3n0px2QMNtl03eVU9CHKtTeVNZ04NoL1Onhok t+0VorUrlKEIEECw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649589645; 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=JOvF4FbIZP1xGOR3mtOV9eovZfP5j8GKRr1ED/MF17M=; b=MBnfNvk6G8ZG88vqLRaTk0eTHGhCd8gvu+P48UoLfr4oAJmdlcKLECOnnkl5xCPCwFU3zr ZGqXWCN1r5umPjh3/fM7NtStRc/hQ0O7VolSKz2V67Zh5UVabMuUHcX+TFRtodqfQEmUUw ebnHlvHYpW9by8eHpM21Xbspw8IzpphkGA+S0rk1miFCBwl8XD2s3KrH6CpGgsjEXThBhS YnaRPzkU6mqbCIDhqeyMGjgKWSRryh7RRQwmHxx0KDnZbqhb57CT/hUtAX9QA0KW+e7jIZ ECK9aoODGdmFzb1VkTBv5w+EPv0iqDKr3qXV9pKOV3H1Qbv0RmJKyK7B3DScOA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-setuptools-scm: Update to version 6.4.2 Date: Sun, 10 Apr 2022 13:18:16 +0200 Message-Id: <20220410111821.3479488-10-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 version 6.3.2 to 6.4.2 - Update rootfile - Changelog v6.4.2 * fix #671 : NoReturn is not avaliable in painfully dead python 3.6 v6.4.1 * fix regression #669: restore get_version signature * fix #668: harden the selftest for distribution extras v6.4.0 * compatibility adjustments for setuptools >58 * only put minimal setuptools version into toml extra to warn people with old strict pins * coorectly handle hg-git self-use * better mercurial detection * modernize packaging setup * python 3.10 support * better handling of setuptools install command deprecation * consider ``pyproject.tomls`` when running as command * use list in git describe command to avoid shell expansions while supporting both windows and posix * add ``--strip-dev`` flag to ``python -m setuptools_scm`` to print the next guessed version cleanly * ensure no-guess-dev will fail on bad tags instead of generating invalid versions * ensure we use utc everywhere to avoid confusion Signed-off-by: Adolf Belka --- .../rootfiles/common/python3-setuptools-scm | 19 +++++++++++-------- lfs/python3-setuptools-scm | 6 +++--- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/config/rootfiles/common/python3-setuptools-scm b/config/rootfiles/common/python3-setuptools-scm index 8f16d3e91..9c37580db 100644 --- a/config/rootfiles/common/python3-setuptools-scm +++ b/config/rootfiles/common/python3-setuptools-scm @@ -1,14 +1,17 @@ #usr/lib/python3.10/site-packages/setuptools_scm -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/top_level.txt -#usr/lib/python3.10/site-packages/setuptools_scm-6.3.2-py3.10.egg-info/zip-safe +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/setuptools_scm-6.4.2-py3.10.egg-info/zip-safe #usr/lib/python3.10/site-packages/setuptools_scm/__init__.py #usr/lib/python3.10/site-packages/setuptools_scm/__main__.py +usr/lib/python3.10/site-packages/setuptools_scm/_entrypoints.py +usr/lib/python3.10/site-packages/setuptools_scm/_overrides.py +usr/lib/python3.10/site-packages/setuptools_scm/_types.py #usr/lib/python3.10/site-packages/setuptools_scm/_version_cls.py #usr/lib/python3.10/site-packages/setuptools_scm/config.py #usr/lib/python3.10/site-packages/setuptools_scm/discover.py diff --git a/lfs/python3-setuptools-scm b/lfs/python3-setuptools-scm index 8e29b2798..561138c0a 100644 --- a/lfs/python3-setuptools-scm +++ b/lfs/python3-setuptools-scm @@ -24,7 +24,7 @@ include Config -VER = 6.3.2 +VER = 6.4.2 SUMMARY = Python setuptools handler for SCM tags THISAPP = setuptools_scm-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-setuptools-scm -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4291f3810dc5ea111a6bad1bf37c8704a7eb6cdd112ea476d629d6175c43cc7d8f78d450181c0e588a5f3fc0fc092fedb41fcb6e198a42f730f9fc6b8d96e343 +$(DL_FILE)_BLAKE2 = e1b5191425cf5db8334761a6857b0bc39c547c167901cbdf8401af441c5941cd75744162417ff42dbac792ae867d71c7576c5e9e533fe8039a75954f4c2ba439 install : $(TARGET)