unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "c4droid" <c4droid@foxmail.com>
To: "62773" <62773@debbugs.gnu.org>
Cc: efraim <efraim@flashner.co.il>
Subject: [bug#62773] [PATCH] gnu: python-requests_ntlm: Update to 1.2.0.
Date: Thu, 14 Sep 2023 17:42:41 +0800	[thread overview]
Message-ID: <tencent_7DA46B26A4FE1542FA6107B5A213D68E6107@qq.com> (raw)
In-Reply-To: <877cuin3g0.fsf@VM-0-5-ubuntu.mail-host-address-is-not-set>

[-- 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


  parent reply	other threads:[~2023-09-14 11:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <877cuin3g0.fsf@VM-0-5-ubuntu.mail-host-address-is-not-set>
2023-04-11  9:58 ` [bug#62773] gnu: python-requests_ntlm: Update to 1.2.0 c4droid
2023-09-08  6:11 ` Efraim Flashner
2023-09-14  9:42 ` c4droid [this message]
2023-09-14  9:59   ` bug#62773: [PATCH] " Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tencent_7DA46B26A4FE1542FA6107B5A213D68E6107@qq.com \
    --to=c4droid@foxmail.com \
    --cc=62773@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).