[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/55: gnu: python-hyperlink: Update to 21.0.0.
From: |
guix-commits |
Subject: |
47/55: gnu: python-hyperlink: Update to 21.0.0. |
Date: |
Thu, 21 Sep 2023 13:31:39 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 767b8586beea7d792e79daf434a76a5153fec881
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Sep 21 12:23:08 2023 +0800
gnu: python-hyperlink: Update to 21.0.0.
* gnu/packages/python-web.scm (python-hyperlink): Update to 21.0.0.
[build-system]: Change to PYPROJECT-BUILD-SYSTEM.
[arguments]: New field.
[native-inputs]: Add PYTHON-PYTEST.
---
gnu/packages/python-web.scm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6aaa7504c4..9939a994b6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5311,15 +5311,24 @@ ecosystem.")
(define-public python-hyperlink
(package
(name "python-hyperlink")
- (version "19.0.0")
+ (version "21.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "hyperlink" version))
(sha256
(base32
- "0m2nhi0j8wmgfscf974wd5v1xfq8mah286hil6npy1ys0m3y7222"))))
- (build-system python-build-system)
+ "0sx50lkivsfjxx9zr4yh7l9gll2l9kvl0v0w8w4wk2x5v9bzjyj2"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'pretend-to-be-CI
+ (lambda _
+ ;; Pretend to be a CI system to skip flaky tests.
+ (setenv "CI" "true"))))))
+ (native-inputs
+ (list python-pytest))
(propagated-inputs
(list python-idna))
(home-page "https://github.com/python-hyper/hyperlink")
- 38/55: gnu: python-platformdirs: Update to 3.10.0., (continued)
- 38/55: gnu: python-platformdirs: Update to 3.10.0., guix-commits, 2023/09/21
- 42/55: gnu: python-cmarkgfm: Update to 2022.10.27., guix-commits, 2023/09/21
- 36/55: gnu: python-django@4: Update to 4.2.5., guix-commits, 2023/09/21
- 39/55: gnu: python-distlib: Update to 0.3.7., guix-commits, 2023/09/21
- 41/55: gnu: python-cachetools: Update to 5.3.1., guix-commits, 2023/09/21
- 37/55: gnu: python-bleach: Update to 6.0.0., guix-commits, 2023/09/21
- 51/55: gnu: python-sphinxcontrib-autoprogram: Update to 0.1.8., guix-commits, 2023/09/21
- 43/55: gnu: python-websockets: Update to 11.0.3., guix-commits, 2023/09/21
- 50/55: gnu: barectf: Update to 3.1.2., guix-commits, 2023/09/21
- 53/55: gnu: python-duniterpy: Update to 1.1.1., guix-commits, 2023/09/21
- 47/55: gnu: python-hyperlink: Update to 21.0.0.,
guix-commits <=
- 45/55: gnu: python-psycopg-pool: Update to 3.1.7., guix-commits, 2023/09/21
- 54/55: gnu: python-arboreto: Add missing inputs., guix-commits, 2023/09/21