[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/19: gnu: Add python-requests-kerberos.
From: |
guix-commits |
Subject: |
02/19: gnu: Add python-requests-kerberos. |
Date: |
Wed, 10 Aug 2022 03:52:19 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit ee41bd8391cea0b903429ed6a281cf802c1be499
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Jul 20 09:53:45 2022 +0200
gnu: Add python-requests-kerberos.
* gnu/packages/python-web.scm (python-requests-kerberos): New variable.
---
gnu/packages/python-web.scm | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 7c5e5651c8..98c5e87888 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -13,7 +13,7 @@
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2015, 2016, 2017, 2019 Leo Famulari <leo@famulari.name>
-;;; Copyright © 2016, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
+;;; Copyright © 2016, 2019, 2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2015, 2016 Christine Lemmer-Webber <cwebber@dustycloud.org>
@@ -2805,6 +2805,25 @@ APIs.")
than Python’s urllib2 library.")
(license license:asl2.0)))
+(define-public python-requests-kerberos
+ (package
+ (name "python-requests-kerberos")
+ (version "0.14.0")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "requests-kerberos" version))
+ (sha256
+ (base32
+ "1lbgjs779cjxhz07lfl9dbyp3qfh8a3ir2393042wfg518jd3afd"))))
+ (build-system python-build-system)
+ (propagated-inputs (list python-cryptography python-pyspnego
+ python-requests))
+ (home-page "https://github.com/requests/requests-kerberos")
+ (synopsis "Kerberos authentication handler for python-requests")
+ (description "This package provides a Kerberos authentication handler for
+python-requests.")
+ (license license:isc)))
+
(define-public python-requests-unixsocket
(package
(name "python-requests-unixsocket")
- branch master updated (b72459a861 -> 2111a4eee7), guix-commits, 2022/08/10
- 03/19: gnu: Add python-dogpile.cache., guix-commits, 2022/08/10
- 02/19: gnu: Add python-requests-kerberos.,
guix-commits <=
- 01/19: gnu: python-stestr: Update to 3.2.1., guix-commits, 2022/08/10
- 07/19: gnu: Add python-keystoneauth1., guix-commits, 2022/08/10
- 08/19: gnu: Add python-requestsexceptions., guix-commits, 2022/08/10
- 14/19: gnu: python-oslo.log: Update to 5.0.0., guix-commits, 2022/08/10
- 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