GNU bug report logs - #74901
[PATCH] gnu: python-pycurl: Update to 7.45.4.

Previous Next

Package: guix-patches;

Reported by: Fredrik Salomonsson <plattfot <at> posteo.net>

Date: Sun, 15 Dec 2024 20:39:02 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: bug#74901: closed ([PATCH] gnu: python-pycurl: Update to 7.45.4.)
Date: Mon, 16 Dec 2024 19:18:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74901: [PATCH] gnu: python-pycurl: Update to 7.45.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74901 <at> debbugs.gnu.org.

-- 
74901: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74901
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 74901-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-pycurl: Update to 7.45.4.
Date: Mon, 16 Dec 2024 19:16:57 +0000
[Message part 3 (text/plain, inline)]
Hi,

Pushed as b411cb05ec0a8f7891417c8e17649dc96ae5ac36 to master.

--
Thanks
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Fredrik Salomonsson <plattfot <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>
Subject: [PATCH] gnu: python-pycurl: Update to 7.45.4.
Date: Sun, 15 Dec 2024 20:37:56 +0000
* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.4.

Change-Id: I0b5357b3515af810cecb5eebeba14f07e1f9bac3
---
 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 3db2a995dc..794c47b389 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2084,7 +2084,7 @@ (define-public python-minio
 (define-public python-pycurl
   (package
     (name "python-pycurl")
-    (version "7.45.3")
+    (version "7.45.4")
     (source
      (origin
        (method git-fetch)
@@ -2094,7 +2094,7 @@ (define-public python-pycurl
                       "REL_" (string-replace-substring version "." "_")))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0sqxz14p8qvhdb9pvlbrfdldn8s27l6hpv252s77kbbrj2pp294c"))))
+        (base32 "00cd1l0lsml0708hpv5k4qyhqfv0qphb0p317j9aci2wdspn1mpl"))))
     (build-system pyproject-build-system)
     (arguments
      '(#:test-flags
@@ -2133,6 +2133,7 @@ (define-public python-pycurl
     (native-inputs
      (list python-bottle
            python-flaky
+           python-flask
            python-pytest
            python-setuptools
            python-wheel))

base-commit: 64ac17035d66d98d3081bc7fc558c33e1be8e4f4
-- 
2.46.0




This bug report was last modified 156 days ago.

Previous Next


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