emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#72355: closed ([PATCH 1/2] gnu: Add python-httpauth.)


From: GNU bug Tracking System
Subject: bug#72355: closed ([PATCH 1/2] gnu: Add python-httpauth.)
Date: Wed, 21 Aug 2024 00:41:02 +0000

Your message dated Tue, 20 Aug 2024 19:39:56 -0500
with message-id <871q2iyahv.fsf@dismail.de>
and subject line Re: [PATCH 1/2] gnu: Add python-httpauth.
has caused the debbugs.gnu.org bug report #72355,
regarding [PATCH 1/2] gnu: Add python-httpauth.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
72355: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72355
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: Add python-httpauth. Date: Mon, 29 Jul 2024 12:58:13 -0500
* gnu/packages/python-web.scm (python-httpauth): New variable.

Change-Id: I02ece90600961a634d30f34c301bd387e5aa23b7
---
 gnu/packages/python-web.scm | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 94a0406ea7..5bc57fe0e5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -45,7 +45,7 @@
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2021 Pradana Aumars <paumars@courrier.dev>
 ;;; Copyright © 2021, 2022, 2024 Arun Isaac <arunisaac@systemreboot.net>
-;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
+;;; Copyright © 2021, 2022, 2024 jgart <jgart@dismail.de>
 ;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
 ;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
@@ -831,6 +831,24 @@ (define-public python-a2wsgi
 way around.  It depends only on the Python standard library.")
     (license license:asl2.0)))
 
+(define-public python-httpauth
+  (package
+    (name "python-httpauth")
+    (version "0.4.1")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "httpauth" version))
+              (sha256
+               (base32
+                "1m6rwvivg61l3h34hf6p6gkqmr69sb1c4k5ha379nxq0p8bfgahb"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-pytest))
+    (home-page "https://github.com/jonashaag/httpauth";)
+    (synopsis "WSGI HTTP Digest Authentication middleware")
+    (description "@code{python-httpauth} is WSGI middleware that secures 
some/all
+routes using HTTP Digest Authentication.")
+    (license license:bsd-2)))
+
 (define-public python-css-html-js-minify
   (package
     (name "python-css-html-js-minify")

base-commit: fdc6274de5b1d617fcabb3f3af9d2c0dd2a6520d
-- 
2.45.2




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 1/2] gnu: Add python-httpauth. Date: Tue, 20 Aug 2024 19:39:56 -0500
merge ahoy!
-- 
all the best,
jgart


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]