GNU bug report logs - #76571
[PATCH python-team 00/15] Some fixes

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Tue, 25 Feb 2025 22:52:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 76571 <at> debbugs.gnu.org
Subject: [PATCH 10/15] gnu: python-vcrpy: Update to 7.0.0.
Date: Tue, 25 Feb 2025 10:58:01 +0100
* gnu/packages/python-check.scm (python-vcrpy): Update to 7.0.0.
[native-inputs]: Remove python-flask, python-ipaddress, python-mock.
Add python-aiohttp, python-boto3, python-httpx, python-pytest-aiohttp,
python-pytest-asyncio, python-requests, python-tornado,
python-werkzeug.
[propagated-inputs]: Remove python-six.
---
 gnu/packages/python-check.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 34125475ad..d0319fcbc0 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -3244,13 +3244,13 @@ (define-public python-pycotap
 (define-public python-vcrpy
   (package
     (name "python-vcrpy")
-    (version "6.0.2")
+    (version "7.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "vcrpy" version))
        (sha256
-        (base32 "02fwmmc33qqybzbj1lvdz458g1fffm5cgnqihj4larw4268kvqc8"))))
+        (base32 "0l1sdfc51024jclqv9104nagpirxx8w0gcn5h0bdxv950jnr2qqp"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -3263,22 +3263,23 @@ (define-public python-vcrpy
                           "test_testcase_playback")
                     " and not "))))
     (native-inputs
-     (list nss-certs-for-test
-           python-flask
+     (list python-aiohttp
+           python-boto3
            python-httplib2
-           python-ipaddress
-           python-mock
+           python-httpx
            python-pytest
            python-pytest-cov
+           python-pytest-aiohttp
+           python-pytest-asyncio
            python-pytest-httpbin
+           python-requests
            python-setuptools
+           python-tornado
            python-urllib3
+           python-werkzeug
            python-wheel))
     (propagated-inputs
-     (list python-pyyaml
-           python-six
-           python-wrapt
-           python-yarl))
+     (list python-pyyaml python-wrapt python-yarl))
     (home-page "https://github.com/kevin1024/vcrpy")
     (synopsis "Automatically mock your HTTP interactions")
     (description
-- 
2.48.1



-- 
Best regards,
Nicolas Graves




This bug report was last modified 84 days ago.

Previous Next


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