[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
128/474: gnu: python-pycurl: Update to 7.45.3.
From: |
guix-commits |
Subject: |
128/474: gnu: python-pycurl: Update to 7.45.3. |
Date: |
Sat, 30 Nov 2024 18:20:04 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 3f86221db28a33d9d5fca4e42e4a4dcbee16feac
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 9 23:03:49 2024 +0200
gnu: python-pycurl: Update to 7.45.3.
* gnu/packages/python-web.scm (python-pycurl): Update to 7.45.3.
[arguments]: Adjust tests.
Change-Id: I05120931c979d292c2f888d29c80c93a82a291a0
---
gnu/packages/python-web.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5b7d31a2a6..006f37c46f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2035,7 +2035,7 @@ Amazon S3 compatible object storage server.")
(define-public python-pycurl
(package
(name "python-pycurl")
- (version "7.45.2")
+ (version "7.45.3")
(source
(origin
(method git-fetch)
@@ -2045,8 +2045,7 @@ Amazon S3 compatible object storage server.")
"REL_" (string-replace-substring version "." "_")))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1dzdramcgf63m1zg8glhqa3ik9anzjy954mshk7s3z3gsi21n8fp"))))
+ (base32 "0sqxz14p8qvhdb9pvlbrfdldn8s27l6hpv252s77kbbrj2pp294c"))))
(build-system pyproject-build-system)
(arguments
'(#:test-flags
@@ -2061,8 +2060,6 @@ Amazon S3 compatible object storage server.")
;; <tests.multi_callback_test.MultiCallbackTest
;; testMethod=test_multi_socket_action>.timer_result
" and not test_multi_socket_action"
- ;; E pycurl.error: (1, '')
- " and not test_http_version_3"
;; OSError: tests/fake-curl/libcurl/with_gnutls.so: cannot
;; open shared object file: No such file or directory
" and not test_libcurl_ssl_gnutls"
@@ -2073,7 +2070,9 @@ Amazon S3 compatible object storage server.")
;; open shared object file: No such file or directory
" and not test_libcurl_ssl_openssl"
;; Probably due to an expired CA
- " and not test_request_without_certinfo"))
+ " and not test_request_without_certinfo"
+ ;; "A libcurl function was given a bad argument"
+ " and not test_proxy_tlsauth"))
#:phases (modify-phases %standard-phases
(add-before 'build 'configure-tls-backend
(lambda _
- 344/474: gnu: python-pandas-2: Update to 2.2.3., (continued)
- 344/474: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/30
- 464/474: gnu: python-pydocstyle: Update to 6.3.0., guix-commits, 2024/11/30
- 465/474: gnu: python-snowballstemmer: Update to 2.2.0., guix-commits, 2024/11/30
- 466/474: gnu: python-pylama: Update to 8.4.1., guix-commits, 2024/11/30
- 426/474: gnu: reprotest: Improve package style, guix-commits, 2024/11/30
- 469/474: gnu: python-cwcwidth: Update to 0.1.9., guix-commits, 2024/11/30
- 471/474: gnu: python-ddt: Update to 1.7.2., guix-commits, 2024/11/30
- 121/474: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/11/30
- 122/474: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/30
- 124/474: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/30
- 128/474: gnu: python-pycurl: Update to 7.45.3.,
guix-commits <=
- 139/474: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/11/30
- 131/474: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/30
- 140/474: gnu: python-codespell: Improve package style., guix-commits, 2024/11/30
- 135/474: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/11/30
- 141/474: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/30
- 145/474: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/30
- 154/474: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/30
- 161/474: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/30
- 160/474: gnu: dynaconf: Improve package style., guix-commits, 2024/11/30
- 175/474: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/30