From patchwork Wed Nov 9 18:57:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6100 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 4N6vPm04lGz3xfS for ; Wed, 9 Nov 2022 18:58:36 +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 4N6vPL5yChz2rm; Wed, 9 Nov 2022 18:58:14 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPL5pM8z2yvq; Wed, 9 Nov 2022 18:58:14 +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 4N6vPH5sDXz301x for ; Wed, 9 Nov 2022 18:58:11 +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 4N6vPD2TDTz2rl; Wed, 9 Nov 2022 18:58:08 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020288; 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=+oGA6wNowZXAKaGix4En298IquD1Vm2EAZGHKMozTkM=; b=2hJ76V6eE8uSfPyXxfcR2m/QqgC33EuCYBwtE+2K5k6z/PAHYkMdiPUIWt9mdYgO+S7iOd hknortPYejzuWAAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020288; 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=+oGA6wNowZXAKaGix4En298IquD1Vm2EAZGHKMozTkM=; b=A4gWSY/UT4r71zoxy5QkNhhJzII1TVzgTuWImioAvN7esRYNzSyHb/OQlOTTcVHyqIvWIB H8CTjV8UIGRr75eHagn/cat7GeQicix+ds3KQnGWR9QpA7PWIch1QTrIFGaoMJCGQ6wwXH MPddD443tasdTOJwVwgpEIwAackH0h14cCVUe5oZGFhwpGJfZoHAOkRhzn12rqWULl3xez i6ZLjYHWWGYQN6V1s0EoU+lJonML2u72APGBbFihS9LEtIrCMa2WK6kofsbBpmUnN1ppVO SbWknOwr8gkrL6Vo4Bq0VZ5y6fqGeCLlhOp6xO5knjE5iL6fWvXz9S2PJ/hAFQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 22/48] python3-attrs:Update to version 22.1.0 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:08 +0100 Message-Id: <20221109185734.3920-22-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 21.4.0 to 22.1.0 - Update of rootfile - Changelog 22.1.0 (2022-07-28) Backwards-incompatible Changes - Python 2.7 is not supported anymore. Dealing with Python 2.7 tooling has become too difficult for a volunteer-run project. We have supported Python 2 more than 2 years after it was officially discontinued and feel that we have paid our dues. All version up to 21.4.0 from December 2021 remain fully functional, of course. `#936 `_ - The deprecated ``cmp`` attribute of ``attrs.Attribute`` has been removed. This does not affect the *cmp* argument to ``attr.s`` that can be used as a shortcut to set *eq* and *order* at the same time. `#939 `_ Changes - Instantiation of frozen slotted classes is now faster. `#898 `_ - If an ``eq`` key is defined, it is also used before hashing the attribute. `#909 `_ - Added ``attrs.validators.min_len()``. `#916 `_ - ``attrs.validators.deep_iterable()``'s *member_validator* argument now also accepts a list of validators and wraps them in an ``attrs.validators.and_()``. `#925 `_ - Added missing type stub re-imports for ``attrs.converters`` and ``attrs.filters``. `#931 `_ - Added missing stub for ``attr(s).cmp_using()``. `#949 `_ - ``attrs.validators._in()``'s ``ValueError`` is not missing the attribute, expected options, and the value it got anymore. `#951 `_ - Python 3.11 is now officially supported. `#969 `_ Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-attrs | 14 +++++++------- lfs/python3-attrs | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/packages/python3-attrs b/config/rootfiles/packages/python3-attrs index 6e16da47b..b84c91ba4 100644 --- a/config/rootfiles/packages/python3-attrs +++ b/config/rootfiles/packages/python3-attrs @@ -22,13 +22,13 @@ usr/lib/python3.10/site-packages/attr/setters.pyi usr/lib/python3.10/site-packages/attr/validators.py usr/lib/python3.10/site-packages/attr/validators.pyi #usr/lib/python3.10/site-packages/attrs -#usr/lib/python3.10/site-packages/attrs-21.4.0-py3.10.egg-info -#usr/lib/python3.10/site-packages/attrs-21.4.0-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/attrs-21.4.0-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/attrs-21.4.0-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/attrs-21.4.0-py3.10.egg-info/not-zip-safe -#usr/lib/python3.10/site-packages/attrs-21.4.0-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/attrs-21.4.0-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/not-zip-safe +#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/attrs-22.1.0-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/attrs/__init__.py usr/lib/python3.10/site-packages/attrs/__init__.pyi usr/lib/python3.10/site-packages/attrs/converters.py diff --git a/lfs/python3-attrs b/lfs/python3-attrs index 5c38561e1..9ac72e14a 100644 --- a/lfs/python3-attrs +++ b/lfs/python3-attrs @@ -24,7 +24,7 @@ include Config -VER = 21.4.0 +VER = 22.1.0 SUMMARY = Classes Without Boilerplate THISAPP = attrs-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-attrs -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = f8e9ca1385efe6f5b9bf468f622f0bf5390830c5f3c3526821446113146a61460b17e8750ea763f6da50221a8aa65f5f1ff98a6ddf69b1a87344508ca6495560 +$(DL_FILE)_BLAKE2 = 5da48b3cbcd99cdcc531a0859be264a4d209778caa53bd95480a103549b816c8a805079e1555fce38eb33f8bd3d5b7bfa6f814ef2b60dc405bda6686c7746f0b install : $(TARGET)