[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56701] [PATCH 18/19] gnu: python-pygithub: Update to 1.55.
From: |
Hartmut Goebel |
Subject: |
[bug#56701] [PATCH 18/19] gnu: python-pygithub: Update to 1.55. |
Date: |
Fri, 22 Jul 2022 16:02:38 +0200 |
* gnu/packages/python-xyz.scm (python-pygithub): Update to 1.55.
[propagated-inputs]: Add python-pynacl.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index de2a4d6ffb..4494735c97 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4562,7 +4562,7 @@ to deprecate classes, functions or methods.")
(define-public python-pygithub
(package
(name "python-pygithub")
- (version "1.54.1")
+ (version "1.55")
(source
;; We fetch from the Git repo because there are no tests in the PyPI
;; archive.
@@ -4573,7 +4573,7 @@ to deprecate classes, functions or methods.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1nl74bp5ikdnrc8xq0qr25ryl1mvarf0xi43k8w5jzlrllhq0nkq"))))
+ (base32 "082bxffpy4h97dsay3l75cpgfjj10kywkvicnm6xscwvah285q9y"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -4585,7 +4585,7 @@ to deprecate classes, functions or methods.")
#t)))))
(propagated-inputs
(list python-cryptography python-deprecated python-pyjwt
- python-requests))
+ python-pynacl python-requests))
(native-inputs
(list python-httpretty python-pytest))
(home-page "https://pygithub.readthedocs.io/en/latest/")
--
2.30.4
- [bug#56701] [PATCH 00/19] Update python-pyjwt and its dependent packages, Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 02/19] gnu: Add python-requests-kerberos., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 01/19] gnu: python-args: Make it build with Python 3., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 03/19] gnu: Add python-dogpile.cache., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 04/19] gnu: Add python-statsd., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 05/19] gnu: Add python-os-service-types., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 18/19] gnu: python-pygithub: Update to 1.55.,
Hartmut Goebel <=
- [bug#56701] [PATCH 08/19] gnu: Add python-requestsexceptions., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 14/19] gnu: python-oslo.log: Update to 5.0.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 17/19] gnu: python-swiftclient: Update to 4.0.1., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 09/19] gnu: Add python-openstacksdk., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 19/19] gnu: conan: Update to 1.50.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 06/19] gnu: Add python-oslo.concurrency., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 07/19] gnu: Add python-keystoneauth1., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 11/19] gnu: python-keystoneclient: Update to 5.0.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 16/19] gnu: python-pyjwt: Update to 2.4.0., Hartmut Goebel, 2022/07/22
- [bug#56701] [PATCH 15/19] gnu: python-tempest-lib: Update to 1.0.0., Hartmut Goebel, 2022/07/22