[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: python-cssselect: Update to 1.2.0.
From: |
guix-commits |
Subject: |
03/12: gnu: python-cssselect: Update to 1.2.0. |
Date: |
Sat, 2 Sep 2023 10:22:47 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit ef85f624788b266f2e435e7a8d93b7fb76a9be42
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Aug 6 11:29:10 2023 -0300
gnu: python-cssselect: Update to 1.2.0.
* 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 5d221a1038..c8ec32d268 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2095,7 +2095,7 @@ cssutils not receiving updates as of 1.0.2.")
(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 @@ cssutils not receiving updates as of 1.0.2.")
(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")
- branch master updated (2890114a70 -> cee17521ec), guix-commits, 2023/09/02
- 03/12: gnu: python-cssselect: Update to 1.2.0.,
guix-commits <=
- 02/12: gnu: python-w3lib: Update to 2.1.2., guix-commits, 2023/09/02
- 06/12: gnu: python-itemloaders: Update to 1.1.0., guix-commits, 2023/09/02
- 11/12: gnu: python-deepxde: Update to 1.9.3., guix-commits, 2023/09/02
- 07/12: gnu: python-scrapy: Update to 2.10.1., guix-commits, 2023/09/02
- 05/12: gnu: python-itemadapter: Update to 0.8.0., guix-commits, 2023/09/02
- 12/12: gnu: python-pymc: Update to 5.7.2., guix-commits, 2023/09/02
- 04/12: gnu: python-parsel: Update to 1.8.1., guix-commits, 2023/09/02
- 01/12: gnu: shotcut: Update to 23.07.29., guix-commits, 2023/09/02
- 08/12: gnu: libngspice: Update to 41., guix-commits, 2023/09/02
- 10/12: gnu: freecad: Update to 0.21.1., guix-commits, 2023/09/02