GNU bug report logs -
#51039
[PATCH] gnu: python-gitpython: Update to 3.1.20.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Sat, 16 Oct 2021 15:49:43 +0530
with message-id <87lf2ts24g.fsf <at> systemreboot.net>
and subject line Re: bug#51039: [PATCH] gnu: python-gitpython: Update to 3.1.20.
has caused the debbugs.gnu.org bug report #51039,
regarding [PATCH] gnu: python-gitpython: Update to 3.1.20.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
* 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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (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)]
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.