From patchwork Sun Apr 10 11:18: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: 5483 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 4KbqJg2Xr7z3xBx for ; Sun, 10 Apr 2022 11:19:47 +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 4KbqJf6t80z4GC; Sun, 10 Apr 2022 11:19:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KbqJf6K2Hz2yV2; Sun, 10 Apr 2022 11:19: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 4KbqJd733Vz2xPC for ; Sun, 10 Apr 2022 11:19: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 4KbqJd5sn3z4Cx; Sun, 10 Apr 2022 11:19:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649589585; 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=HcDTJAaYhuHE3lA4mck0zzYB0TTinKdcTe9TwjwSarM=; b=q5avWxNot1kktVoTcE80NoSzbwVJz3/icNFqaK4OjMGwzpq8/mD4TNqNvcqeL2tr+aG1sY RP6fStPaQ5+gWZAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649589585; 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=HcDTJAaYhuHE3lA4mck0zzYB0TTinKdcTe9TwjwSarM=; b=c+/2XzO2c9FUkcFOE/uF+X/Yme8WNY8pe9mCwx/ifWmlUM0IdJacbzqU18mHTzaYmsM7vS 9vZ+tICDZpIUmhvzxlo5dNtvBFLdDZcqFszVrE1zzqWilUe6LvK35+fQ3SrTcOS8pYRbrM vCz5A+UxZ5xeBMRHtgql3S0eNx9omG3Z5ZFZGBdzO4Ws+Fo2b5ZfnsHt3ELey+Xxs9rnmm 3HZvcrVIY2B2l6NWJFAWbbi3X9NeYd97zabqvbqfcVgeOFzkEgXPBjjolr2ItmsgFMU3wH U51zGoflfo2O4VINvkL8BeiyP/PJjm9RqB93BHCMTYtKIovk7+qN/czplRTBvA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-pytz: Update to version 2022.1 Date: Sun, 10 Apr 2022 13:18:12 +0200 Message-Id: <20220410111821.3479488-6-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 2021.3 to 2022.1 - Update of rootfile - Changelog pytz 2022.1 with the 2022a timezone database has been released. There are no code changes. Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-pytz | 12 ++++++------ lfs/python3-pytz | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-pytz b/config/rootfiles/packages/python3-pytz index 5a7484621..040b17c99 100644 --- a/config/rootfiles/packages/python3-pytz +++ b/config/rootfiles/packages/python3-pytz @@ -1,10 +1,10 @@ usr/lib/python3.10/site-packages/pytz -#usr/lib/python3.10/site-packages/pytz-2021.3-py3.10.egg-info -#usr/lib/python3.10/site-packages/pytz-2021.3-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/pytz-2021.3-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/pytz-2021.3-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/pytz-2021.3-py3.10.egg-info/top_level.txt -#usr/lib/python3.10/site-packages/pytz-2021.3-py3.10.egg-info/zip-safe +#usr/lib/python3.10/site-packages/pytz-2022.1-py3.10.egg-info +#usr/lib/python3.10/site-packages/pytz-2022.1-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/pytz-2022.1-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/pytz-2022.1-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/pytz-2022.1-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/pytz-2022.1-py3.10.egg-info/zip-safe usr/lib/python3.10/site-packages/pytz/__init__.py usr/lib/python3.10/site-packages/pytz/exceptions.py usr/lib/python3.10/site-packages/pytz/lazy.py diff --git a/lfs/python3-pytz b/lfs/python3-pytz index 68b7ad652..5567ce74f 100644 --- a/lfs/python3-pytz +++ b/lfs/python3-pytz @@ -24,7 +24,7 @@ include Config -VER = 2021.3 +VER = 2022.1 THISAPP = pytz-$(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-pytz -PAK_VER = 1 +PAK_VER = 2 ############################################################################### # Top-level Rules @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a5f67650cc4eeaa8030fc7d5b7a66bcc397b95e41b492367981580678e1d535cdb425066d4821d9c5f94e4fd813c669987560030c046fc63ecffa2f46e0c3f89 +$(DL_FILE)_BLAKE2 = 9a745629a9e4547f8c8765353e58baa6d63e3e6b357e9ca88f69928fb9350cebb6bb3371eee419b4b92b29e6253f8c24af8c781f10d72211d78cb699043496fe install : $(TARGET)