unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 65114@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#65114] [PATCH 2/6] gnu: python-cssselect: Update to 1.2.0.
Date: Sun,  6 Aug 2023 15:33:13 +0000	[thread overview]
Message-ID: <20230806153317.285639-2-monego@posteo.net> (raw)
In-Reply-To: <20230806153317.285639-1-monego@posteo.net>

* gnu/packages/python-web.scm (python-cssselect): Update to 1.2.0.
[build-system]: Use pyproject-build-system.
[arguments]: Do not override the check phase.
---
 gnu/packages/python-web.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 24071a8553..9ecd9f35a3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2095,7 +2095,7 @@ (define-public python-css-parser
 (define-public python-cssselect
   (package
     (name "python-cssselect")
-    (version "1.1.0")
+    (version "1.2.0")
     (source (origin
               ;; The PyPI release does not contain tests.
               (method git-fetch)
@@ -2105,13 +2105,8 @@ (define-public python-cssselect
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xslrnhbrmgakp4xg6k26qffay3kqffp3a2z2sk27c65rwxa79kc"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda _
-                      (invoke "pytest" "-vv"))))))
+                "1x4nrvb1p1byi1whmspik7lbh303akdlh762dayfxam3hycsh5kk"))))
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-lxml python-pytest))
     (home-page "https://github.com/scrapy/cssselect")
-- 
2.34.1





  reply	other threads:[~2023-08-06 15:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-06 15:31 [bug#65114] [PATCH 0/6] Update Scrapy Vinicius Monego
2023-08-06 15:33 ` [bug#65114] [PATCH 1/6] gnu: python-w3lib: Update to 2.1.2 Vinicius Monego
2023-08-06 15:33   ` Vinicius Monego [this message]
2023-08-06 15:33   ` [bug#65114] [PATCH 3/6] gnu: python-parsel: Update to 1.8.1 Vinicius Monego
2023-08-06 15:33   ` [bug#65114] [PATCH 4/6] gnu: python-itemadapter: Update to 0.8.0 Vinicius Monego
2023-08-06 15:33   ` [bug#65114] [PATCH 5/6] gnu: python-itemloaders: Update to 1.1.0 Vinicius Monego
2023-08-06 15:33   ` [bug#65114] [PATCH 6/6] gnu: python-scrapy: Update to 2.10.0 Vinicius Monego
2023-08-27 18:14 ` [bug#65114] [PATCH 0/6] Update Scrapy Christopher Baines
2023-09-02 17:59   ` bug#65114: " Vinicius Monego

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230806153317.285639-2-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=65114@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).