GNU bug report logs - #51039
[PATCH] gnu: python-gitpython: Update to 3.1.20.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 5 Oct 2021 15:21:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jgart <jgart <at> dismail.de>
Subject: bug#51039: closed (Re: bug#51039: [PATCH] gnu: python-gitpython:
 Update to 3.1.20.)
Date: Sat, 16 Oct 2021 10:20:01 +0000
[Message part 1 (text/plain, inline)]
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 <at> debbugs.gnu.org.

-- 
51039: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51039
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: jgart <jgart <at> dismail.de>
Cc: 51039-done <at> debbugs.gnu.org
Subject: Re: bug#51039: [PATCH] gnu: python-gitpython: Update to 3.1.20.
Date: Sat, 16 Oct 2021 15:49:43 +0530
[Message part 3 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: python-gitpython: Update to 3.1.20.
Date: Tue,  5 Oct 2021 11:19:57 -0400
* 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




This bug report was last modified 3 years and 219 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.