GNU bug report logs - #62773
gnu: python-requests_ntlm: Update to 1.2.0.

Previous Next

Package: guix-patches;

Reported by: c4droid <c4droid <at> foxmail.com>

Date: Tue, 11 Apr 2023 10:03:01 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62773 in the body.
You can then email your comments to 62773 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62773; Package guix-patches. (Tue, 11 Apr 2023 10:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to c4droid <c4droid <at> foxmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 11 Apr 2023 10:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: c4droid <c4droid <at> foxmail.com>
To: guix-patches <at> gnu.org
Subject: gnu: python-requests_ntlm: Update to 1.2.0.
Date: Tue, 11 Apr 2023 17:58:39 +0800
[0001-gnu-python-requests_ntlm-Update-to-1.2.0.patch (text/x-diff, inline)]
From 87156d03abe4112208845181b56d00bef2213b4d Mon Sep 17 00:00:00 2001
From: c4droid <c4droid <at> 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 <at> inria.fr>
 ;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
 ;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
+;;; Copyright © 2023 c4droid <c4droid <at> 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





Information forwarded to guix-patches <at> gnu.org:
bug#62773; Package guix-patches. (Fri, 08 Sep 2023 06:13:02 GMT) Full text and rfc822 format available.

Message #8 received at 62773 <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: c4droid <c4droid <at> foxmail.com>
Cc: 62773 <at> debbugs.gnu.org
Subject: Re: [bug#62773] gnu: python-requests_ntlm: Update to 1.2.0.
Date: Fri, 8 Sep 2023 09:11:57 +0300
[Message part 1 (text/plain, inline)]
On Tue, Apr 11, 2023 at 05:58:39PM +0800, c4droid wrote:
> From 87156d03abe4112208845181b56d00bef2213b4d Mon Sep 17 00:00:00 2001
> From: c4droid <c4droid <at> 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 <at> inria.fr>
>  ;;; Copyright © 2022 Michael Rohleder <mike <at> rohleder.de>
>  ;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
> +;;; Copyright © 2023 c4droid <c4droid <at> 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 <at> 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
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#62773; Package guix-patches. (Thu, 14 Sep 2023 09:53:02 GMT) Full text and rfc822 format available.

Message #11 received at 62773 <at> debbugs.gnu.org (full text, mbox):

From: "c4droid" <c4droid <at> foxmail.com>
To: "62773" <62773 <at> debbugs.gnu.org>
Cc: efraim <efraim <at> flashner.co.il>
Subject: [PATCH] gnu: python-requests_ntlm: Update to 1.2.0.
Date: Thu, 14 Sep 2023 17:42:41 +0800
[Message part 1 (text/plain, inline)]
Hi, Efraim.
I tested it on latest guix revisions, requests-ntlm 1.2.0 can be packed, modified patch is attached.
[0001-gnu-python-requests_ntlm-Update-to-1.2.0.patch (application/octet-stream, attachment)]

Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Thu, 14 Sep 2023 10:01:01 GMT) Full text and rfc822 format available.

Notification sent to c4droid <c4droid <at> foxmail.com>:
bug acknowledged by developer. (Thu, 14 Sep 2023 10:01:02 GMT) Full text and rfc822 format available.

Message #16 received at 62773-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: c4droid <c4droid <at> foxmail.com>
Cc: 62773-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: python-requests_ntlm: Update to 1.2.0.
Date: Thu, 14 Sep 2023 12:59:54 +0300
[Message part 1 (text/plain, inline)]
Thanks. Patch pushed!

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 12 Oct 2023 11:24:28 GMT) Full text and rfc822 format available.

This bug report was last modified 193 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.