[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/19: gnu: python-pygithub: Update to 1.55.
From: |
guix-commits |
Subject: |
18/19: gnu: python-pygithub: Update to 1.55. |
Date: |
Wed, 10 Aug 2022 03:52:24 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 84de0e317511515d310ca54d90bbd7996babe0fc
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Thu Jul 21 22:08:43 2022 +0200
gnu: python-pygithub: Update to 1.55.
* 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 c430b99600..1822eeea36 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4589,7 +4589,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.
@@ -4600,7 +4600,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
@@ -4612,7 +4612,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/")
- 04/19: gnu: Add python-statsd., (continued)
- 04/19: gnu: Add python-statsd., guix-commits, 2022/08/10
- 09/19: gnu: Add python-openstacksdk., guix-commits, 2022/08/10
- 05/19: gnu: Add python-os-service-types., guix-commits, 2022/08/10
- 10/19: gnu: Add python-tempest., guix-commits, 2022/08/10
- 06/19: gnu: Add python-oslo.concurrency., guix-commits, 2022/08/10
- 11/19: gnu: python-keystoneclient: Update to 5.0.0., guix-commits, 2022/08/10
- 15/19: gnu: python-tempest-lib: Update to 1.0.0., guix-commits, 2022/08/10
- 16/19: gnu: python-pyjwt: Update to 2.4.0., guix-commits, 2022/08/10
- 12/19: gnu: python-munch: Update to 2.5.0., guix-commits, 2022/08/10
- 17/19: gnu: python-swiftclient: Update to 4.0.1., guix-commits, 2022/08/10
- 18/19: gnu: python-pygithub: Update to 1.55.,
guix-commits <=
- 19/19: gnu: conan: Update to 1.50.0., guix-commits, 2022/08/10
- 13/19: gnu: python-oslo.context: Update to 5.0.0., guix-commits, 2022/08/10