guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: python-scrapy: Update to 2.11.1.


From: guix-commits
Subject: 07/08: gnu: python-scrapy: Update to 2.11.1.
Date: Sat, 23 Mar 2024 08:36:32 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 1e103064607ab2d6668559da1de84cded5247e10
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri Mar 15 21:08:15 2024 -0300

    gnu: python-scrapy: Update to 2.11.1.
    
    * gnu/packages/python-web.scm (python-scrapy): Update to 2.11.1.
    [native-inputs]: Add python-pexpect.
    
    Change-Id: Ief50a55a27a2b6e3ae143d43a8b07a9011048565
---
 gnu/packages/python-web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 9ad081beb1..fc01fc4b83 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8478,13 +8478,13 @@ regular expressions.")
 (define-public python-scrapy
   (package
     (name "python-scrapy")
-    (version "2.11.0")
+    (version "2.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Scrapy" version))
        (sha256
-        (base32 "199nbc7vipdsvxmfxc0lrzbprgl3hr2xgqhvss1083iz1k7fvg9w"))))
+        (base32 "1giyyzwcybmh0yf3aq44hhmf9m4k40rva418pxljpr93fjf06fkk"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:test-flags
@@ -8520,7 +8520,8 @@ regular expressions.")
            python-w3lib
            python-zope-interface))
     (native-inputs
-     (list python-pytest
+     (list python-pexpect
+           python-pytest
            python-pytest-xdist
            python-pyftpdlib
            python-sybil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]