From patchwork Mon Jan 24 16:16:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4993 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 4JjFhD0Jknz3wsf for ; Mon, 24 Jan 2022 16:25:16 +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 4JjFhC36jVz3wJ; Mon, 24 Jan 2022 16:25:15 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFhC2kjGz2yDs; Mon, 24 Jan 2022 16:25:15 +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 4JjFh92nkWz2xSN for ; Mon, 24 Jan 2022 16:25:13 +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 4JjFh86JXMz3wD; Mon, 24 Jan 2022 16:25:12 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041512; 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=A7IXvepkX+Dw8gUq4gwkLNylZvsWGBNPMU6RZiH4x5I=; b=Rz1gbOgd6/clP02GgdPyt/Z17Ft9VBm2zhdh5GmcpLgPodsMkljWWsOVLQPpShFpYP7bse V8OOp/QGeCMct1Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041512; 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=A7IXvepkX+Dw8gUq4gwkLNylZvsWGBNPMU6RZiH4x5I=; b=Fq6V61J42xHPXWdb3wSa0g1NOJPyhY9J7/x6mdCHScLoFgJoJXtD5NjKwxUwazNDxcisF7 zIeDPuP4biUGzv7zgsNdLXl9jnfXkzcOvwUtAdjYmDPkINc0rd8ECKyHataMSwHiGUTMj+ PGw1xDeG1kh3fqYPCXsim0v0LXe3Gy6WOj7+Tp2AEuXBYYiJun7a2S372bT3QJqFNJV40u 5QGicUJr3X7mRpjZH6qw/c2qCkLtOwQGAXk7lvfiT4R6v0bWHeXdtxSxicCW+YssOT0Shf 9yEEMHV0OR7Qk2DW7HdvO2/4k/OSiEKlRxBUpAfcYNKT6nyz2zt1hrr8aasThg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 14/35] python3-dateutil: Update to version 2.8.2 and python-3.10 Date: Mon, 24 Jan 2022 17:16:34 +0100 Message-Id: <20220124161656.71960-14-adolf.belka@ipfire.org> In-Reply-To: <20220124161656.71960-1-adolf.belka@ipfire.org> References: <20220124161656.71960-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 2.8.1 to 2.8.2 - Update of rootfile - Changelog Version 2.8.2 (2021-07-08) Data updates - Updated tzdata version to 2021a. (gh pr #1128) Bugfixes - Fixed a bug in the parser where non-``ValueError`` exceptions would be raised during exception handling; this would happen, for example, if an ``IllegalMonthError`` was raised in ``dateutil`` code. Fixed by Mark Bailey. (gh issue #981, pr #987). - Fixed the custom ``repr`` for ``dateutil.parser.ParserError``, which was not defined due to an indentation error. (gh issue #991, gh pr #993) - Fixed a bug that caused ``b'`` prefixes to appear in parse_isodate exception messages. Reported and fixed by Paul Brown (@pawl) (gh pr #1122) - Make ``isoparse`` raise when trying to parse times with inconsistent use of `:` separator. Reported and fixed by @mariocj89 (gh pr #1125). - Fixed ``tz.gettz()`` not returning local time when passed an empty string. Reported by @labrys (gh issues #925, #926). Fixed by @ffe4 (gh pr #1024) Documentation changes - Rearranged parser documentation into "Functions", "Classes" and "Warnings and Exceptions" categories. (gh issue #992, pr #994). - Updated ``parser.parse`` documentation to reflect the switch from ``ValueError`` to ``ParserError``. (gh issue #992, pr #994). - Fixed methods in the ``rrule`` module not being displayed in the docs. (gh pr #1025) - Changed some relative links in the exercise documentation to refer to the document locations in the input tree, rather than the generated HTML files in the HTML output tree (which presumably will not exist in non-HTML output formats). (gh pr #1078). Misc - Moved ``test_imports.py``, ``test_internals.py`` and ``test_utils.py`` to pytest. Reported and fixed by @jpurviance (gh pr #978) - Added project_urls for documentation and source. Patch by @andriyor (gh pr #975). - Simplified handling of bytes and bytearray in ``_parser._timelex``. Reported and fixed by @frenzymadness (gh issue #1060). - Changed the tests against the upstream tz database to always generate fat binaries, since until GH-590 and GH-1059 are resolved, "slim" zic binaries will cause problems in many zones, causing the tests to fail. This also updates ``zoneinfo.rebuild`` to always generate fat binaries. (gh pr #1076). - Moved sdist and wheel generation to use `python-build`. Reported and fixed by @mariocj89 (gh pr #1133). Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-dateutil | 60 +++++++++++----------- lfs/python3-dateutil | 6 +-- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/config/rootfiles/packages/python3-dateutil b/config/rootfiles/packages/python3-dateutil index d87fc499f..5ff390dd0 100644 --- a/config/rootfiles/packages/python3-dateutil +++ b/config/rootfiles/packages/python3-dateutil @@ -1,30 +1,30 @@ -#usr/lib/python3.8/site-packages/dateutil -usr/lib/python3.8/site-packages/dateutil/__init__.py -usr/lib/python3.8/site-packages/dateutil/_common.py -usr/lib/python3.8/site-packages/dateutil/_version.py -usr/lib/python3.8/site-packages/dateutil/easter.py -#usr/lib/python3.8/site-packages/dateutil/parser -usr/lib/python3.8/site-packages/dateutil/parser/__init__.py -usr/lib/python3.8/site-packages/dateutil/parser/_parser.py -usr/lib/python3.8/site-packages/dateutil/parser/isoparser.py -usr/lib/python3.8/site-packages/dateutil/relativedelta.py -usr/lib/python3.8/site-packages/dateutil/rrule.py -#usr/lib/python3.8/site-packages/dateutil/tz -usr/lib/python3.8/site-packages/dateutil/tz/__init__.py -usr/lib/python3.8/site-packages/dateutil/tz/_common.py -usr/lib/python3.8/site-packages/dateutil/tz/_factories.py -usr/lib/python3.8/site-packages/dateutil/tz/tz.py -usr/lib/python3.8/site-packages/dateutil/tz/win.py -usr/lib/python3.8/site-packages/dateutil/tzwin.py -usr/lib/python3.8/site-packages/dateutil/utils.py -#usr/lib/python3.8/site-packages/dateutil/zoneinfo -usr/lib/python3.8/site-packages/dateutil/zoneinfo/__init__.py -usr/lib/python3.8/site-packages/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz -usr/lib/python3.8/site-packages/dateutil/zoneinfo/rebuild.py -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/requires.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/top_level.txt -#usr/lib/python3.8/site-packages/python_dateutil-2.8.1-py3.8.egg-info/zip-safe +#usr/lib/python3.10/site-packages/dateutil +usr/lib/python3.10/site-packages/dateutil/__init__.py +usr/lib/python3.10/site-packages/dateutil/_common.py +usr/lib/python3.10/site-packages/dateutil/_version.py +usr/lib/python3.10/site-packages/dateutil/easter.py +#usr/lib/python3.10/site-packages/dateutil/parser +usr/lib/python3.10/site-packages/dateutil/parser/__init__.py +usr/lib/python3.10/site-packages/dateutil/parser/_parser.py +usr/lib/python3.10/site-packages/dateutil/parser/isoparser.py +usr/lib/python3.10/site-packages/dateutil/relativedelta.py +usr/lib/python3.10/site-packages/dateutil/rrule.py +#usr/lib/python3.10/site-packages/dateutil/tz +usr/lib/python3.10/site-packages/dateutil/tz/__init__.py +usr/lib/python3.10/site-packages/dateutil/tz/_common.py +usr/lib/python3.10/site-packages/dateutil/tz/_factories.py +usr/lib/python3.10/site-packages/dateutil/tz/tz.py +usr/lib/python3.10/site-packages/dateutil/tz/win.py +usr/lib/python3.10/site-packages/dateutil/tzwin.py +usr/lib/python3.10/site-packages/dateutil/utils.py +#usr/lib/python3.10/site-packages/dateutil/zoneinfo +usr/lib/python3.10/site-packages/dateutil/zoneinfo/__init__.py +usr/lib/python3.10/site-packages/dateutil/zoneinfo/dateutil-zoneinfo.tar.gz +usr/lib/python3.10/site-packages/dateutil/zoneinfo/rebuild.py +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/python_dateutil-2.8.2-py3.10.egg-info/zip-safe diff --git a/lfs/python3-dateutil b/lfs/python3-dateutil index 04bc39cf1..01061698f 100644 --- a/lfs/python3-dateutil +++ b/lfs/python3-dateutil @@ -24,7 +24,7 @@ include Config -VER = 2.8.1 +VER = 2.8.2 THISAPP = python-dateutil-$(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-dateutil -PAK_VER = 4 +PAK_VER = 5 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = f2a1d4b680b297b367a974664ca3a4f6 +$(DL_FILE)_MD5 = 5970010bb72452344df3d76a10281b65 install : $(TARGET)