From unknown Fri Jun 20 07:22:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51039] [PATCH] gnu: python-gitpython: Update to 3.1.20. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 05 Oct 2021 15:21:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 51039 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51039@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.163344721823026 (code B ref -1); Tue, 05 Oct 2021 15:21:02 +0000 Received: (at submit) by debbugs.gnu.org; 5 Oct 2021 15:20:18 +0000 Received: from localhost ([127.0.0.1]:41647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXmEr-0005zK-OH for submit@debbugs.gnu.org; Tue, 05 Oct 2021 11:20:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:34430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXmEp-0005z9-8c for submit@debbugs.gnu.org; Tue, 05 Oct 2021 11:20:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXmEo-0000dM-TG for guix-patches@gnu.org; Tue, 05 Oct 2021 11:20:14 -0400 Received: from mx1.dismail.de ([78.46.223.134]:5487) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXmEm-0006Wo-HP for guix-patches@gnu.org; Tue, 05 Oct 2021 11:20:14 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 99583b8e for ; Tue, 5 Oct 2021 17:20:08 +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=KrZHo2WLaaPGn/qAnUdL8lylZ5l6huCimXyOgGG9Qeg=; b= Y6RSrEW5RWUflYBuVu86nBRg0LT/TgXOrsFFKEu+SxIvqeqG+R5ssh4LDfn0+Sqf HROMTkUiQ3+B0hzQKvgM8o3li/LjizoCtsmVRw6djEvQ+yGxhz5s8414GPacEJW6 JBUeIo9qR8yEgb0pF3KqbdlGW6zKc/kGiZddfv4KLRZbIjLEcSJb2fivfDnksWrU vTpmcLoeAvdGlPHGA1DuDcCveYHvm5tEXmN/WSS7wsbMPRRgTeJ91qSBj0znfpTP AtFkHbgmZLiJhA6MixR5aFu7grF3a9lSOeYher4KcaAChR4+fZ+aXjDGzWtc84O2 0WDg6qHCeGRGK6lrPy6Qkg== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b9a5dd39 for ; Tue, 5 Oct 2021 17:20:08 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id b4fd2cef for ; Tue, 5 Oct 2021 17:20:08 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 128ab177 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 5 Oct 2021 17:20:03 +0200 (CEST) From: jgart Date: Tue, 5 Oct 2021 11:19:57 -0400 Message-Id: <20211005151957.19756-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/version-control.scm (python-gitpython): Update to 3.1.20. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index ead33ad10e..201cacbf6b 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1157,13 +1157,13 @@ allowing to handle large objects with a small memory footprint.") (define-public python-gitpython (package (name "python-gitpython") - (version "3.1.0") + (version "3.1.20") (source (origin (method url-fetch) (uri (pypi-uri "GitPython" version)) (sha256 (base32 - "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4")))) + "06b5cdvrh3lx6jvzd325q0lvgfp3cq2dzkxhhx9sc0q740m0f3nz")))) (build-system python-build-system) (arguments `(#:tests? #f ;XXX: Tests can only be run within the GitPython repository. -- 2.33.0 From unknown Fri Jun 20 07:22:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51039] [PATCH] gnu: python-gitpython: Update to 3.1.20. In-Reply-To: <20211005151957.19756-1-jgart@dismail.de> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 09 Oct 2021 14:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51039 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jgart Cc: 51039@debbugs.gnu.org Received: via spool by 51039-submit@debbugs.gnu.org id=B51039.163379044728973 (code B ref 51039); Sat, 09 Oct 2021 14:41:01 +0000 Received: (at 51039) by debbugs.gnu.org; 9 Oct 2021 14:40:47 +0000 Received: from localhost ([127.0.0.1]:53931 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZDWp-0007XF-Ex for submit@debbugs.gnu.org; Sat, 09 Oct 2021 10:40:47 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:54614) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZDWl-0007X2-39 for 51039@debbugs.gnu.org; Sat, 09 Oct 2021 10:40:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=J7Jrf3aX1aCzhVYR4eN60na1iE7H0mZgZx10AiKpwUY=; b=kPKSwZf/cD+8KDeQMwpUKKo8Au edDtPOqfKTlq46CeMeJpPJcPbQD1NqybISJTesEa3acUzKfx5gIX2H3PuMKQrur6sd4PPRMWGpP77 DuFRGfMtfTTvrAF1K9NIlZyq7b2O1Tb1sujfi7+qA7zPLOCteC7n1pZA/BgCi9D0vQuFvhRYBlW3l 34b8Y8Y3Sl1cvHIcNUVDnAdmvQ0KewTZjnhSsYtAWscMf3j9Wzw7qH/KlMc4ABOTr2kqSeY7D92+b RxtPz7OFwql3qzTUemIH2VXB+N0VHbNlQcW/kzp/zr8Wo0rCD5O2rzU2ghXaZWHRCpxBkvIEvZIRT gU/0M0EQ==; Received: from [192.168.2.1] (port=48914 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mZDWh-000KeP-L3; Sat, 09 Oct 2021 20:10:39 +0530 From: Arun Isaac References: <20211005151957.19756-1-jgart@dismail.de> Date: Sat, 09 Oct 2021 20:10:33 +0530 Message-ID: <87czoejm72.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) 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 (-) --=-=-= Content-Type: text/plain Hi jgart, There seems to be a newer release 3.1.24 of python-gitpython. Can we upgrade to that instead? Thanks! Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmFhqeEbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzMEEIAIULr1iamy+XZkdZ8Rso J35u9DQ2J/1fLtkOw6r/zBsjsuOueDA6fVREDv0uoquolVq+FZ1gBhzKRgPBU8VQ UDf62iyHGw/Xb5Yh1JXUO1e1SYPaTsaKybOMmwiaVsMt+EtjOvcgTf1R9fAqRFuG Z+ZDMbIYKvaaQKgABuza/x4bnxQqxdczhCnH67Br1B6OcGO2r7M/mMpiou2bNoqk 03rKULj9Go2oPxJmlzqUHPtPp4ok4kb5TPz1bWvvtrxjUrXCywGtxssFGktU37BL j6bSllWx/HJlSKZzahntrWYkFtNOhkAg5dwV62/G3ZJrv1FVBGo9+3soBAdIzyV1 FL4= =d+xG -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 07:22:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51039] References: <20211005151957.19756-1-jgart@dismail.de> In-Reply-To: <20211005151957.19756-1-jgart@dismail.de> Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Oct 2021 06:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51039 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51039@debbugs.gnu.org Received: via spool by 51039-submit@debbugs.gnu.org id=B51039.163384739323635 (code B ref 51039); Sun, 10 Oct 2021 06:30:02 +0000 Received: (at 51039) by debbugs.gnu.org; 10 Oct 2021 06:29:53 +0000 Received: from localhost ([127.0.0.1]:54382 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZSLI-000699-RC for submit@debbugs.gnu.org; Sun, 10 Oct 2021 02:29:52 -0400 Received: from mx1.dismail.de ([78.46.223.134]:36984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZSLG-00068v-IV for 51039@debbugs.gnu.org; Sun, 10 Oct 2021 02:29:51 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 7477342a for <51039@debbugs.gnu.org>; Sun, 10 Oct 2021 08:29:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=tovSV9RIQowk2XsqnyjVWGAHrqVWTFCpE1lVYvkj+GE=; b= gmfDRVjAohV2J15yDz87w67nP2xlE+Mm+R9hwHu+ZnI8AO/eJdCfOh8+69Duex45 Jrb3F7GZ3d7AXtWne17T8/+AvzbZTMI+F2duu03g2yLMl9KwwJx3DkKdIsQ23jjw 24FsxO9Fur7A22SINBNhBo4+Rrm+Ui7QleaMLCWgzq9inseNCPW9odTsYoxdtdJH +m21i80kzT8xCbz+7RTSK2Y5vOVcleRH9kFHR76OdLs7mwe4k2xOzhTpe/emmDQV fNx156MuDawPEZcr0a5Jg203tl7e0F8GSphCv7fBON1akM/VRjVgRzO1jWmZY/bI oGJnsw75fEcVE1ypXLERaQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 46924012 for <51039@debbugs.gnu.org>; Sun, 10 Oct 2021 08:29:44 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id c46d8b96 for <51039@debbugs.gnu.org>; Sun, 10 Oct 2021 08:29:43 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 6d572801 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <51039@debbugs.gnu.org>; Sun, 10 Oct 2021 08:29:43 +0200 (CEST) From: jgart Date: Sun, 10 Oct 2021 02:29:32 -0400 Message-Id: <20211010062936.12535-1-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Here is the update that you requested. all best, jgart Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [78.46.223.134 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 BLANK_SUBJECT Subject is present but empty 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: 0.3 (/) Here is the update that you requested. all best, jgart From unknown Fri Jun 20 07:22:50 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#51039] [PATCH] gnu: python-gitpython: Update to 3.1.24. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 10 Oct 2021 06:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51039 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51039@debbugs.gnu.org Cc: jgart Received: via spool by 51039-submit@debbugs.gnu.org id=B51039.163384740323707 (code B ref 51039); Sun, 10 Oct 2021 06:31:02 +0000 Received: (at 51039) by debbugs.gnu.org; 10 Oct 2021 06:30:03 +0000 Received: from localhost ([127.0.0.1]:54388 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZSLT-0006AJ-16 for submit@debbugs.gnu.org; Sun, 10 Oct 2021 02:30:03 -0400 Received: from mx1.dismail.de ([78.46.223.134]:36984) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZSLQ-00068v-Rl for 51039@debbugs.gnu.org; Sun, 10 Oct 2021 02:30:01 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 2a53d3ab for <51039@debbugs.gnu.org>; Sun, 10 Oct 2021 08:30:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20190914; bh=yDffNbuzUlATnTaFfqWho XYGvZ0cYbf3S2wQ/iXUd7k=; b=izjjgUTzg71GtmNBUiTsmDUkTm0yqQ946uY6H fHt6jgPQVrVUTs/Q0T1y7K6khNEqFeInPhiE4L06YoN30CTLStlgYC0Z4D5s8lyA llCrlViNzU9b2TxgrtSczQaTCQ8SHBRdxDWKBDCW7Ir7dAykI3CU7yDLjHzRAqD4 +dGTM7n/sxj/D/feaSmdE9bHzZmTkIBb/Q2le14KqlQU5HQPXhgtNnUSDmsa6j0f PmxnHBfhInGukhtnebEnTD9oyG9gZE+qE/dij5riWSNXzNYRdiJ78Bm0HNMMvWKg QS7bujr8m3dziYasSqYSqDf8us+vvBLuolCaYKU4NdQUw5hEQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 22be3b06 for <51039@debbugs.gnu.org>; Sun, 10 Oct 2021 08:29:59 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id bf5b4066 for <51039@debbugs.gnu.org>; Sun, 10 Oct 2021 08:29:59 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 73399f09 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 10 Oct 2021 08:29:59 +0200 (CEST) From: jgart Date: Sun, 10 Oct 2021 02:29:33 -0400 Message-Id: <20211010062936.12535-2-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20211010062936.12535-1-jgart@dismail.de> References: <20211010062936.12535-1-jgart@dismail.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) 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.7 (-) * gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24. [propagated-inputs]: Add python-typing-extensions. --- gnu/packages/version-control.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index ead33ad10e..015b30e663 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1157,13 +1157,13 @@ allowing to handle large objects with a small memory footprint.") (define-public python-gitpython (package (name "python-gitpython") - (version "3.1.0") + (version "3.1.24") (source (origin (method url-fetch) (uri (pypi-uri "GitPython" version)) (sha256 (base32 - "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4")))) + "1rarp97cpjnhi106k2yhb7kygdyflmlgq0icxv3ggzl4wvszv0yz")))) (build-system python-build-system) (arguments `(#:tests? #f ;XXX: Tests can only be run within the GitPython repository. @@ -1179,7 +1179,8 @@ allowing to handle large objects with a small memory footprint.") (inputs `(("git" ,git))) (propagated-inputs - `(("python-gitdb" ,python-gitdb))) + `(("python-gitdb" ,python-gitdb) + ("python-typing-extensions" ,python-typing-extensions))) (native-inputs `(("python-ddt" ,python-ddt) ("python-nose" ,python-nose))) -- 2.33.0 From unknown Fri Jun 20 07:22:50 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#51039: closed (Re: bug#51039: [PATCH] gnu: python-gitpython: Update to 3.1.20.) Message-ID: References: <87lf2ts24g.fsf@systemreboot.net> <20211005151957.19756-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 51039 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 51039@debbugs.gnu.org Date: Sat, 16 Oct 2021 10:20:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1634379601-8713-1" This is a multi-part message in MIME format... ------------=_1634379601-8713-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #51039: [PATCH] gnu: python-gitpython: Update to 3.1.20. 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 51039@debbugs.gnu.org. --=20 51039: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D51039 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1634379601-8713-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 51039-done) by debbugs.gnu.org; 16 Oct 2021 10:19:49 +0000 Received: from localhost ([127.0.0.1]:40974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbgn6-0002G5-P9 for submit@debbugs.gnu.org; Sat, 16 Oct 2021 06:19:48 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:50220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mbgn4-0002Fw-N2 for 51039-done@debbugs.gnu.org; Sat, 16 Oct 2021 06:19:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=RKKJUcETQjFs/h34o0Kt1O/DATvIrxR2NIjLlDRFdQI=; b=kJg3fuuGsZ35VvEEl+lhozgIds /XuuKLJrGcnzCgXOjhKL6vfWfsgp7YFdb4E+T04uvEoLo+41wtKjTHKlmcVUKRRh8iZZU1Wjsdatt H+bbKWluONzspw0U8CxAnPTems7DJxAeVga3zU3Y08cd3F4GIgn7aRWFxKyrfLhGdq5/eUCm3PM/d QCWYWpQ5v5J07e1HhMYnJL8wr3Jwxucql0VQaUfiM19FUo+vSAVuiHOdkQvIUUFCqWs+bWeoxAQMz V789k1i02xl5T6CtowI+h+gE067vHjxp6R7ULiDF4E6C69biuWXoAZBtB4kBka3RyToUO09yahyCk U3rZv8sg==; Received: from [192.168.2.1] (port=16534 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mbgn2-000C79-19; Sat, 16 Oct 2021 15:49:44 +0530 From: Arun Isaac To: jgart Subject: Re: bug#51039: [PATCH] gnu: python-gitpython: Update to 3.1.20. References: <20211010062936.12535-1-jgart@dismail.de> <20211010062936.12535-2-jgart@dismail.de> Date: Sat, 16 Oct 2021 15:49:43 +0530 Message-ID: <87lf2ts24g.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51039-done Cc: 51039-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 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi jgart, Thanks for the updated patch! I have pushed this patch to master with the following changes. > * gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24. > > [propagated-inputs]: Add python-typing-extensions. I removed the blank line above before [propagated-inputs], added a copyright header for you, removed the #t return from the custom embed-git-reference phase, and mentioned the removal in the commit message. > (arguments > `(#:tests? #f ;XXX: Tests can only be run within the GitPython > repository. If you have the time and are interested, you could also try getting the tests working for this package, and send a patch with me on Cc. I'll be happy to review it. Judging from the comment, it seems like switching from PyPI to the GitHub source might be the solution. Thanks! Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmFqpz8bHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzhjwIAJ0B1YeJR9kX0u7RDUfR Iwx2WA9LKHt8S0ca0IfY0JMnm3Nf0jOTPdbRaTYDqb9TgDH895q/jQpXd79Qy71b APbV6YiC/GuwAm+YW06Z3WqhL+YrBqOStbUdH6g/iV/HGu1wsAUMdLUi8O5WIb82 tpf6t/tOOogPUC8SNqBmj0nt9EJqJga7//5zFoMTXQgJy8AtAQNLClUW9Vr76ICO Ugt5i44tWcCzDHvQqHSvG8aHFSkRegi8rZndgRwVFqOrc12iZPKiYZtE1txVBieQ A8qD0ccL76cGWY8s/WOJJRaPfrwvOHLl85ZMj5RFAWJBw1tDq3HdtAe3V2F96rVS Zik= =e+Gs -----END PGP SIGNATURE----- --=-=-=-- ------------=_1634379601-8713-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 5 Oct 2021 15:20:18 +0000 Received: from localhost ([127.0.0.1]:41647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXmEr-0005zK-OH for submit@debbugs.gnu.org; Tue, 05 Oct 2021 11:20:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:34430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXmEp-0005z9-8c for submit@debbugs.gnu.org; Tue, 05 Oct 2021 11:20:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXmEo-0000dM-TG for guix-patches@gnu.org; Tue, 05 Oct 2021 11:20:14 -0400 Received: from mx1.dismail.de ([78.46.223.134]:5487) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXmEm-0006Wo-HP for guix-patches@gnu.org; Tue, 05 Oct 2021 11:20:14 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 99583b8e for ; Tue, 5 Oct 2021 17:20:08 +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=KrZHo2WLaaPGn/qAnUdL8lylZ5l6huCimXyOgGG9Qeg=; b= Y6RSrEW5RWUflYBuVu86nBRg0LT/TgXOrsFFKEu+SxIvqeqG+R5ssh4LDfn0+Sqf HROMTkUiQ3+B0hzQKvgM8o3li/LjizoCtsmVRw6djEvQ+yGxhz5s8414GPacEJW6 JBUeIo9qR8yEgb0pF3KqbdlGW6zKc/kGiZddfv4KLRZbIjLEcSJb2fivfDnksWrU vTpmcLoeAvdGlPHGA1DuDcCveYHvm5tEXmN/WSS7wsbMPRRgTeJ91qSBj0znfpTP AtFkHbgmZLiJhA6MixR5aFu7grF3a9lSOeYher4KcaAChR4+fZ+aXjDGzWtc84O2 0WDg6qHCeGRGK6lrPy6Qkg== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id b9a5dd39 for ; Tue, 5 Oct 2021 17:20:08 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id b4fd2cef for ; Tue, 5 Oct 2021 17:20:08 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 128ab177 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Tue, 5 Oct 2021 17:20:03 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: python-gitpython: Update to 3.1.20. Date: Tue, 5 Oct 2021 11:19:57 -0400 Message-Id: <20211005151957.19756-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/version-control.scm (python-gitpython): Update to 3.1.20. --- gnu/packages/version-control.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index ead33ad10e..201cacbf6b 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1157,13 +1157,13 @@ allowing to handle large objects with a small memory footprint.") (define-public python-gitpython (package (name "python-gitpython") - (version "3.1.0") + (version "3.1.20") (source (origin (method url-fetch) (uri (pypi-uri "GitPython" version)) (sha256 (base32 - "1jzllsy9lwc9yibccgv7h9naxisazx2n3zmpy21c8n5xhysw69p4")))) + "06b5cdvrh3lx6jvzd325q0lvgfp3cq2dzkxhhx9sc0q740m0f3nz")))) (build-system python-build-system) (arguments `(#:tests? #f ;XXX: Tests can only be run within the GitPython repository. -- 2.33.0 ------------=_1634379601-8713-1--