From unknown Sun Jun 22 11:38:06 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51178] [PATCH] gnu: python-arrow: Move python-pytz to native-inputs. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 13 Oct 2021 09:32:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51178 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51178@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163411746127472 (code B ref -1); Wed, 13 Oct 2021 09:32:01 +0000 Received: (at submit) by debbugs.gnu.org; 13 Oct 2021 09:31:01 +0000 Received: from localhost ([127.0.0.1]:58350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maabF-00078z-LV for submit@debbugs.gnu.org; Wed, 13 Oct 2021 05:31:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:54074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maabC-00078m-HV for submit@debbugs.gnu.org; Wed, 13 Oct 2021 05:31:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59340) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maabB-0007PO-GL for guix-patches@gnu.org; Wed, 13 Oct 2021 05:30:58 -0400 Received: from mx1.dismail.de ([78.46.223.134]:11256) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maab7-0005Bm-QQ for guix-patches@gnu.org; Wed, 13 Oct 2021 05:30:56 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 97c383dc for ; Wed, 13 Oct 2021 11:30:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=KcTU73C65oNzkigKQKv7SA/szuHew5iGYelsASWFkAM=; b= kInlFNrdCDda2+x14byRIO5Z3EBqHotW+ZzYjF9XAYDbhtDfiPzq8xSOk9LeRxw+ eAAnUQfQDLv2ZTSDZDQMr6P5YMON6Dlw7PSkOCc0MXjEL9rKN7yfO2CEQZ9cgi/J LTa9ZRM5IBV77+9KuI0lbLuYPQE4hI36cy9sK/hRdYo6kvoXukyha7lUF+EwpOzX 1i79SDtdhLN9X6XIuyD+r4w9TeH9t1p7u5lvFBmbjDX0r6jOnHIBAadYkUZdyRpr PoiCUOvLTLvGsRaNQjNnl0hOENsLCOqwqZrjcIKwPAaioJIAqSooyNe1hnPmm585 Yqv/RIPvYe29dYKc+bQpvQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c3fdf21d for ; Wed, 13 Oct 2021 11:30:46 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 70ab36c3 for ; Wed, 13 Oct 2021 11:30:46 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3135282a (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 13 Oct 2021 11:30:40 +0200 (CEST) From: jgart Date: Wed, 13 Oct 2021 05:30:32 -0400 Message-Id: <20211013093032.7099-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/time.scm (python-arrow)[native-inputs]: Move python-pytz to native-inputs since it is only used for testing purposes. --- gnu/packages/time.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index df4b8ac6f5..b60fab5db5 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -435,10 +435,10 @@ timestamps.") ("python-pytest" ,python-pytest) ("python-pytest-cov" ,python-pytest-cov) ("python-pytest-mock" ,python-pytest-mock) + ("python-pytz" ,python-pytz) ("python-simplejson" ,python-simplejson))) (propagated-inputs - `(("python-dateutil" ,python-dateutil) - ("python-pytz" ,python-pytz))) + `(("python-dateutil" ,python-dateutil))) (home-page "https://github.com/arrow-py/arrow") (synopsis "Dates and times for Python") (description -- 2.33.0 From unknown Sun Jun 22 11:38:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#51178: closed (Re: [bug#51178] [PATCH] gnu: python-arrow: Move python-pytz to native-inputs.) Message-ID: References: <20211013093032.7099-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 51178 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51178@debbugs.gnu.org Date: Wed, 20 Oct 2021 10:03:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1634724182-6396-1" This is a multi-part message in MIME format... ------------=_1634724182-6396-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51178: [PATCH] gnu: python-arrow: Move python-pytz to native-inputs. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 51178@debbugs.gnu.org. --=20 51178: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51178 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1634724182-6396-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51178-done) by debbugs.gnu.org; 20 Oct 2021 10:02:42 +0000 Received: from localhost ([127.0.0.1]:52801 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md8Qj-0001b6-Kg for submit@debbugs.gnu.org; Wed, 20 Oct 2021 06:02:41 -0400 Received: from flashner.co.il ([178.62.234.194]:54380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1md8Qg-0001VT-UB for 51178-done@debbugs.gnu.org; Wed, 20 Oct 2021 06:02:39 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 1CC1A40277; Wed, 20 Oct 2021 10:02:32 +0000 (UTC) Date: Wed, 20 Oct 2021 13:01:59 +0300 From: Efraim Flashner To: jgart Subject: Re: [bug#51178] [PATCH] gnu: python-arrow: Move python-pytz to native-inputs. Message-ID: Mail-Followup-To: Efraim Flashner , jgart , 51178-done@debbugs.gnu.org References: <20211013093032.7099-1-jgart@dismail.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Bx98JZ5i8tfSSd0F" Content-Disposition: inline In-Reply-To: <20211013093032.7099-1-jgart@dismail.de> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51178-done Cc: 51178-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Bx98JZ5i8tfSSd0F Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed. Thanks! --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Bx98JZ5i8tfSSd0F Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFv6RcACgkQQarn3Mo9 g1FVaxAAmie0NvGQLL+E/dwD2yRsqYIoOPbDN/+81gxTf5SJ6DNSW0Yhja7hybOW Kpxzw1XQqpRG2iz5WHwVYpw7ZB+wW8Fbflx3LKDciiAyHNtOm2YpJx0Xwubf8XLH hk6D4IUrjwWtthvVE7MXGmHOGN6c+NAHmsGk3czMJkYTteMpGJh229wQYs6mCdRz bFQBpT+gmJA+4SMQDfZbK6Lpjy+/ZkyeTMSKR+7DbionVKuGzu5KKpeXvovY4A6S nIG3/gOHE1M7goEmprRg9jpmuhhocchk/0VmYQtQUdO4DLgujioJSXJqyUW+TXws qT7NUuEmXZiOOCjDX0ssjCJpTcrxe85gea0oDlmOSB21Op6CF5jk3g0aPnvlrDOW 3Grqwweza3tvDsKYm7NsdPe7vs2nINGp3pHsJ8EVC8+nA6epJDhg5hgYGkCWIp7h f+XeZF8Bgj/Vey5fpdCL3P4iolf5b9W8SvWBO19Wq21539xaIg4fcc46j0gnh1yD R/LFXw819JfaUTSWcpCvWk990oCOcm5jwyF0UH84hRcFZ/VtCogV/oPowZBMSokM EJk3n0sma1ab23Tg5x5UH04325qVVfgp3Z1zvxz2jEx/PZSe7F1cBhWAsk3YNwpN ZqdWIPehS4HzR0fK9U2CKogSYxKJcUrewPWDcDWmo6ot35WUJsw= =SDKZ -----END PGP SIGNATURE----- --Bx98JZ5i8tfSSd0F-- ------------=_1634724182-6396-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Oct 2021 09:31:01 +0000 Received: from localhost ([127.0.0.1]:58350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maabF-00078z-LV for submit@debbugs.gnu.org; Wed, 13 Oct 2021 05:31:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:54074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maabC-00078m-HV for submit@debbugs.gnu.org; Wed, 13 Oct 2021 05:31:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59340) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maabB-0007PO-GL for guix-patches@gnu.org; Wed, 13 Oct 2021 05:30:58 -0400 Received: from mx1.dismail.de ([78.46.223.134]:11256) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1maab7-0005Bm-QQ for guix-patches@gnu.org; Wed, 13 Oct 2021 05:30:56 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 97c383dc for ; Wed, 13 Oct 2021 11:30:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=KcTU73C65oNzkigKQKv7SA/szuHew5iGYelsASWFkAM=; b= kInlFNrdCDda2+x14byRIO5Z3EBqHotW+ZzYjF9XAYDbhtDfiPzq8xSOk9LeRxw+ eAAnUQfQDLv2ZTSDZDQMr6P5YMON6Dlw7PSkOCc0MXjEL9rKN7yfO2CEQZ9cgi/J LTa9ZRM5IBV77+9KuI0lbLuYPQE4hI36cy9sK/hRdYo6kvoXukyha7lUF+EwpOzX 1i79SDtdhLN9X6XIuyD+r4w9TeH9t1p7u5lvFBmbjDX0r6jOnHIBAadYkUZdyRpr PoiCUOvLTLvGsRaNQjNnl0hOENsLCOqwqZrjcIKwPAaioJIAqSooyNe1hnPmm585 Yqv/RIPvYe29dYKc+bQpvQ== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c3fdf21d for ; Wed, 13 Oct 2021 11:30:46 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 70ab36c3 for ; Wed, 13 Oct 2021 11:30:46 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 3135282a (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 13 Oct 2021 11:30:40 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: python-arrow: Move python-pytz to native-inputs. Date: Wed, 13 Oct 2021 05:30:32 -0400 Message-Id: <20211013093032.7099-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/time.scm (python-arrow)[native-inputs]: Move python-pytz to native-inputs since it is only used for testing purposes. --- gnu/packages/time.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index df4b8ac6f5..b60fab5db5 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -435,10 +435,10 @@ timestamps.") ("python-pytest" ,python-pytest) ("python-pytest-cov" ,python-pytest-cov) ("python-pytest-mock" ,python-pytest-mock) + ("python-pytz" ,python-pytz) ("python-simplejson" ,python-simplejson))) (propagated-inputs - `(("python-dateutil" ,python-dateutil) - ("python-pytz" ,python-pytz))) + `(("python-dateutil" ,python-dateutil))) (home-page "https://github.com/arrow-py/arrow") (synopsis "Dates and times for Python") (description -- 2.33.0 ------------=_1634724182-6396-1--