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: Fredrik Salomonsson <plattfot <at> posteo.net>
To: 74901 <at> debbugs.gnu.org
Cc: Fredrik Salomonsson <plattfot <at> posteo.net>, Lars-Dominik Braun <lars <at> 6xq.net>, Marius Bakke <marius <at> gnu.org>, Munyoki Kilyungi <me <at> bonfacemunyoki.com>, Sharlatan Hellseher <sharlatanus <at> gmail.com>, Tanguy Le Carrour <tanguy <at> bioneland.org>, jgart <jgart <at> dismail.de>
Subject: [bug#74901] [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.