From patchwork Wed Nov 9 18:57:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6104 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 4N6vPq3HxKz3xkP for ; Wed, 9 Nov 2022 18:58:39 +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 4N6vPQ1QT7z2mv; Wed, 9 Nov 2022 18:58:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPQ170lz309L; Wed, 9 Nov 2022 18:58:18 +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 4N6vPM0gtDz309x for ; Wed, 9 Nov 2022 18:58:15 +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 4N6vPJ1dH3z2sV; Wed, 9 Nov 2022 18:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020293; 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=wQVj5I57LXuHQ1Eumpw0eiTx+yjXRr+hpJd/tgJ/LJQ=; b=GyVRTWaWURtvzt5wiJ9kuwTD+i6a0SgmaLcYUSTweVPxytWCJ97v9Eael1Pk0sFzElTJEy q465fKqxGN8ykadItieLoIvttI+p+MTTJPnOrUYm1uggo5CHp5W3d62bnz6rr59NAL12Ss tnzJ7z6C2QoFL0J6IokcQhGp66+BvQnc+I/5L8E5nrCm1KyLJzSHaA0hBE2XtbXx3bEgiV xdJFaL10gRd+eLi+hP9n0PFNXlOhliRYNYU14BJr2WYkSplqeXKhOtQSSSUnte24g3J/rX gy3TUGQD/9o8cIUmFRtVEo97CXPbL+d5a3Jq2PZpuDP3TfIEaWGW/cMri8yq2g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020293; 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=wQVj5I57LXuHQ1Eumpw0eiTx+yjXRr+hpJd/tgJ/LJQ=; b=Ypei457/Wuy5QCNhIk/E2yDE8gZLpvkAAwhq6SmAKMn3n0RkuND5vJPc1LjgNbx3lX32fb g2U2GJeQAKlqVNBw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 26/48] python3-charset-normalizer:Update to version 2.1.1 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:12 +0100 Message-Id: <20221109185734.3920-26-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 2.0.12 to 2.1.1 - Update of rootfile - Changelog ## [2.1.1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...2.1.1) (2022-08-19) ### Deprecated - Function `normalize` scheduled for removal in 3.0 ### Changed - Removed useless call to decode in fn is_unprintable (#206) ### Fixed - Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore from [@aleksandernovikov](https://github.com/aleksandernovikov) (#204) ## [2.1.0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...2.1.0) (2022-06-19) ### Added - Output the Unicode table version when running the CLI with `--version` (PR #194) ### Changed - Re-use decoded buffer for single byte character sets from [@nijel](https://github.com/nijel) (PR #175) - Fixing some performance bottlenecks from [@deedy5](https://github.com/deedy5) (PR #183) ### Fixed - Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175) - CLI default threshold aligned with the API threshold from [@oleksandr-kuzmenko](https://github.com/oleksandr-kuzmenko) (PR #181) ### Removed - Support for Python 3.5 (PR #192) ### Deprecated - Use of backport unicodedata from `unicodedata2` as Python is quickly catching up, scheduled for removal in 3.0 (PR #194) Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- .../rootfiles/packages/python3-charset-normalizer | 14 +++++++------- lfs/python3-charset-normalizer | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/packages/python3-charset-normalizer b/config/rootfiles/packages/python3-charset-normalizer index 5088aa60d..a6e1eb28e 100644 --- a/config/rootfiles/packages/python3-charset-normalizer +++ b/config/rootfiles/packages/python3-charset-normalizer @@ -1,12 +1,12 @@ usr/bin/normalizer usr/lib/python3.10/site-packages/charset_normalizer -#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info -#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/entry_points.txt -#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/charset_normalizer-2.0.12-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info +#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/entry_points.txt +#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/charset_normalizer-2.1.1-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/charset_normalizer/__init__.py usr/lib/python3.10/site-packages/charset_normalizer/api.py usr/lib/python3.10/site-packages/charset_normalizer/assets diff --git a/lfs/python3-charset-normalizer b/lfs/python3-charset-normalizer index ef4feb91c..a1e223434 100644 --- a/lfs/python3-charset-normalizer +++ b/lfs/python3-charset-normalizer @@ -24,7 +24,7 @@ include Config -VER = 2.0.12 +VER = 2.1.1 THISAPP = charset-normalizer-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-charset-normalizer -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 01a7bbc89df0236ea2383589acd76880065c28137eb201cce7795a7ca4b7c2d471f0b16e68c2022b943e1b4cde530e726cffc36112b0b3626ee32904805b76f3 +$(DL_FILE)_BLAKE2 = 7594e690129ff6e7146341eb62d8c0fd0abd36fb0afdc766b6ffcaffbbdbe4a19777064f993c0b59b0676c8a9ef3bf06cbc9b6ac6bc850c56e9842dd9ed1ec9c install : $(TARGET)