* [bug#62773] gnu: python-requests_ntlm: Update to 1.2.0.
@ 2023-04-11 9:58 ` c4droid
0 siblings, 0 replies; 4+ messages in thread
From: c4droid @ 2023-04-11 9:58 UTC (permalink / raw)
To: 62773
[-- Attachment #1: 0001-gnu-python-requests_ntlm-Update-to-1.2.0.patch --]
[-- Type: text/x-diff, Size: 1436 bytes --]
From 87156d03abe4112208845181b56d00bef2213b4d Mon Sep 17 00:00:00 2001
From: c4droid <c4droid@foxmail.com>
Date: Tue, 11 Apr 2023 17:50:48 +0800
Subject: [PATCH 1/2] gnu: python-requests_ntlm: Update to 1.2.0.
---
gnu/packages/python-web.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 495e13a..34dc141 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -58,6 +58,7 @@
;;; Copyright © 2022 msimonin <matthieu.simonin@inria.fr>
;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull@hotmail.fr>
+;;; Copyright © 2023 c4droid <c4droid@foxmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3109,14 +3110,14 @@ (define-public python-requests-unixsocket
(define-public python-requests_ntlm
(package
(name "python-requests_ntlm")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "requests_ntlm" version))
(sha256
(base32
- "0wgbqzaq9w7bas16b7brdb75f91bh3275fb459093bk1ihpck2ci"))))
+ "1a0np7lk8ma1plv1s4aw5q9h2z3aljprkl9qsfypqcaf0zsqbhik"))))
(build-system python-build-system)
(propagated-inputs
(list python-cryptography python-ntlm-auth python-requests))
--
2.39.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#62773] gnu: python-requests_ntlm: Update to 1.2.0.
@ 2023-09-08 6:11 ` Efraim Flashner
0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2023-09-08 6:11 UTC (permalink / raw)
To: c4droid; +Cc: 62773
[-- Attachment #1: Type: text/plain, Size: 2002 bytes --]
On Tue, Apr 11, 2023 at 05:58:39PM +0800, c4droid wrote:
> From 87156d03abe4112208845181b56d00bef2213b4d Mon Sep 17 00:00:00 2001
> From: c4droid <c4droid@foxmail.com>
> Date: Tue, 11 Apr 2023 17:50:48 +0800
> Subject: [PATCH 1/2] gnu: python-requests_ntlm: Update to 1.2.0.
>
> ---
> gnu/packages/python-web.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
> index 495e13a..34dc141 100644
> --- a/gnu/packages/python-web.scm
> +++ b/gnu/packages/python-web.scm
> @@ -58,6 +58,7 @@
> ;;; Copyright © 2022 msimonin <matthieu.simonin@inria.fr>
> ;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
> ;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull@hotmail.fr>
> +;;; Copyright © 2023 c4droid <c4droid@foxmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -3109,14 +3110,14 @@ (define-public python-requests-unixsocket
> (define-public python-requests_ntlm
> (package
> (name "python-requests_ntlm")
> - (version "1.1.0")
> + (version "1.2.0")
> (source
> (origin
> (method url-fetch)
> (uri (pypi-uri "requests_ntlm" version))
> (sha256
> (base32
> - "0wgbqzaq9w7bas16b7brdb75f91bh3275fb459093bk1ihpck2ci"))))
> + "1a0np7lk8ma1plv1s4aw5q9h2z3aljprkl9qsfypqcaf0zsqbhik"))))
> (build-system python-build-system)
> (propagated-inputs
> (list python-cryptography python-ntlm-auth python-requests))
> --
> 2.39.2
>
I'm sorry about this patch falling through the cracks. After applying
this patch python-requests_ntlm fails to build, it seems to be missing
several inputs for the test suite. Are you willing to take a look at it?
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#62773] [PATCH] gnu: python-requests_ntlm: Update to 1.2.0.
@ 2023-09-14 9:42 ` c4droid
2023-09-14 9:59 ` bug#62773: " Efraim Flashner
0 siblings, 1 reply; 4+ messages in thread
From: c4droid @ 2023-09-14 9:42 UTC (permalink / raw)
To: 62773; +Cc: efraim
[-- Attachment #1: Type: text/plain, Size: 112 bytes --]
Hi, Efraim.
I tested it on latest guix revisions, requests-ntlm 1.2.0 can be packed, modified patch is attached.
[-- Attachment #2: 0001-gnu-python-requests_ntlm-Update-to-1.2.0.patch --]
[-- Type: application/octet-stream, Size: 1420 bytes --]
From dc77e452add231892fc69e05e3d25cb9d3b94bd7 Mon Sep 17 00:00:00 2001
Message-ID: <dc77e452add231892fc69e05e3d25cb9d3b94bd7.1694683856.git.c4droid@foxmail.com>
From: c4droid <c4droid@foxmail.com>
Date: Thu, 14 Sep 2023 17:29:26 +0800
Subject: [PATCH] gnu: python-requests_ntlm: Update to 1.2.0.
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 93fd2d2..12f0ce6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3215,17 +3215,17 @@ (define-public python-requests-unixsocket
(define-public python-requests_ntlm
(package
(name "python-requests_ntlm")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "requests_ntlm" version))
(sha256
(base32
- "0wgbqzaq9w7bas16b7brdb75f91bh3275fb459093bk1ihpck2ci"))))
+ "1a0np7lk8ma1plv1s4aw5q9h2z3aljprkl9qsfypqcaf0zsqbhik"))))
(build-system python-build-system)
(propagated-inputs
- (list python-cryptography python-ntlm-auth python-requests))
+ (list python-cryptography python-pyspnego python-requests))
(home-page "https://github.com/requests/requests-ntlm")
(synopsis
"NTLM authentication support for Requests")
base-commit: cf5cb0875b06b5823e9de8bbd01ddd8c0b0d15a7
--
2.41.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#62773: [PATCH] gnu: python-requests_ntlm: Update to 1.2.0.
2023-09-14 9:42 ` [bug#62773] [PATCH] " c4droid
@ 2023-09-14 9:59 ` Efraim Flashner
0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2023-09-14 9:59 UTC (permalink / raw)
To: c4droid; +Cc: 62773-done
[-- Attachment #1: Type: text/plain, Size: 236 bytes --]
Thanks. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-14 11:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-11 9:58 [bug#62773] gnu: python-requests_ntlm: Update to 1.2.0 c4droid
2023-04-11 9:58 ` c4droid
2023-09-08 6:11 ` Efraim Flashner
2023-09-14 9:42 ` [bug#62773] [PATCH] " c4droid
2023-09-14 9:59 ` bug#62773: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.