From patchwork Thu Sep 21 18:43:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7245 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Rs46c5DXVz3wnC for ; Thu, 21 Sep 2023 18:43: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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Rs46b0vsTz1Nr; Thu, 21 Sep 2023 18:43:35 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Rs46b09tqz2yWs; Thu, 21 Sep 2023 18:43:35 +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 4Rs46Z15yKz2xBH for ; Thu, 21 Sep 2023 18:43:34 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Rs46Y2GHQz1GJ; Thu, 21 Sep 2023 18:43:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1695321813; 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; bh=7SQslieHNMD1IvLX1JxempbV12B86aIolHVcnguM51E=; b=y7QFiLqqrgDW0oEbnLLK/yrwD9wM6nj7f76Ng1+Pr/uoaOh8VLKMMDDAluc1Bemb2bjWX9 UtIXu2Y672ENssAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1695321813; 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; bh=7SQslieHNMD1IvLX1JxempbV12B86aIolHVcnguM51E=; b=W20331k++KoRZKuo1HPdKKM8Exg+0Fql8TUpA7HK4e6OdRJcsrEIECDFKNH71JpSlYMPhA Zn08L6jLS4kRRnTIVuUfjbAnQIBQaQUKBuNyQQ8rjJc61e/dYD2r5K80JCPlc6S88BdYzv zxsy9ncAcp5VrgpI74dS+KZRy6vxKkxbvPuujO5ct/x9P/2TkPOPySosaBru2RnrsUq0i9 aR50eq1Pb8y77nt/WU12Al23DXdRgMGY+J2G45D0OPdcPZ5brZ3s9XaK7xfm47dxlnvMZu Ut/rRZlqzMcJgROzpOG0/yWRx6AjUUaor+2NuS85j/w5cF4p3MMq4K87ZbdLRw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-pytz: Update to version 2023.3 Date: Thu, 21 Sep 2023 20:43:30 +0200 Message-ID: <20230921184330.8455-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" - IPFire-3.x - Update from version 2022.6 to 2023.3 - As for python3-setuptools the source_dl had to be updated for the new version of pytz - Changelog - no info on the changes could be found but it seems to follow what tzdata updates. Signed-off-by: Adolf Belka --- python3-pytz/python3-pytz.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3-pytz/python3-pytz.nm b/python3-pytz/python3-pytz.nm index 93ed9aac6..1bf528521 100644 --- a/python3-pytz/python3-pytz.nm +++ b/python3-pytz/python3-pytz.nm @@ -4,7 +4,7 @@ ############################################################################### name = python3-pytz -version = 2022.6 +version = 2023.3 release = 1 thisapp = pytz-%{version} @@ -17,7 +17,7 @@ description pytz brings the Olson tz database into Python. end -source_dl = https://files.pythonhosted.org/packages/76/63/1be349ff0a44e4795d9712cc0b2d806f5e063d4d34631b71b832fac715a8 +source_dl = https://files.pythonhosted.org/packages/5e/32/12032aa8c673ee16707a9b6cdda2b09c0089131f35af55d443b6a9c69c1d build requires