[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/105: gnu: python-pyproject-api: Update to 1.8.0.
From: |
guix-commits |
Subject: |
41/105: gnu: python-pyproject-api: Update to 1.8.0. |
Date: |
Sat, 21 Dec 2024 11:56:40 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit b38ed04656a2a52b75558903903790293c441ecd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 16:25:04 2024 +0100
gnu: python-pyproject-api: Update to 1.8.0.
* gnu/packages/python-xyz.scm (python-pyproject-api): Update to 1.8.0.
[arguments]: Disable two tests; remove phase 'relax-packaging.
[native-inputs]: Add python-pytest-cov; python-setuptools, and python-wheel.
Change-Id: I3bdb56d7498ae8d1b59a52158405f0cf6ba25e61
---
gnu/packages/python-xyz.scm | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index fefe2a5052..046a5204d2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22610,31 +22610,31 @@ manage (install/update) them for you.")
(define-public python-pyproject-api
(package
(name "python-pyproject-api")
- (version "1.6.1")
+ (version "1.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyproject_api" version))
(sha256
- (base32 "0f75rajzk72ay4x9ajw1835amm932q7cdn0yrbwiy3fwi80xq5qq"))))
+ (base32 "15l4fx1v4dqhhysxd2mcm1vn4qvrwbqmf6y2zkp36pgb5ygh9f3p"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
- ;; This test fails with AssertionError.
- #~(list "-k" "not test_setuptools_prepare_metadata_for_build_wheel")
- #:phases #~(modify-phases %standard-phases
- (add-after 'unpack 'relax-packaging
- (lambda _
- (substitute* "pyproject.toml"
- ;; We have packaging 21.3.
- (("packaging>=23.1") "packaging>=21.3")))))))
+ '(list "-k" (string-append
+ ;; This fails because of extraneous parentheses
+ "not test_setuptools_prepare_metadata_for_build_wheel"
+ ;; This fails because wheel shows up in requirements
+ " and not test_setuptools_get_requires_for_build_wheel"))))
(native-inputs
(list python-covdefaults
python-hatch-vcs
python-hatchling
python-pytest
- python-pytest-mock))
+ python-pytest-cov
+ python-pytest-mock
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-packaging python-tomli))
(home-page "https://pyproject-api.readthedocs.io/latest/")
- 17/105: gnu: python-flask-restx: Update to 1.3.0., (continued)
- 17/105: gnu: python-flask-restx: Update to 1.3.0., guix-commits, 2024/12/21
- 19/105: gnu: make-torbrowser: Unbundle libevent., guix-commits, 2024/12/21
- 21/105: gnu: make-torbrowser: Remove bundled zlib from source., guix-commits, 2024/12/21
- 20/105: gnu: make-torbrowser: Remove bzip2 from inputs., guix-commits, 2024/12/21
- 22/105: gnu: make-torbrowser: Unbundle libwebp., guix-commits, 2024/12/21
- 29/105: gnu: yggdrasil: Update to 0.5.11., guix-commits, 2024/12/21
- 23/105: gnu: make-torbrowser: Use ffmpeg-7., guix-commits, 2024/12/21
- 25/105: gnu: make-torbrowser: Re-enable rust SIMD optimizations., guix-commits, 2024/12/21
- 26/105: gnu: go-filippo-io-age: Update to 1.2.1. [security fix], guix-commits, 2024/12/21
- 37/105: gnu: python-bokeh: Fix build., guix-commits, 2024/12/21
- 41/105: gnu: python-pyproject-api: Update to 1.8.0.,
guix-commits <=
- 44/105: gnu: Add python-time-machine., guix-commits, 2024/12/21
- 49/105: gnu: Add python-strictyaml., guix-commits, 2024/12/21
- 48/105: gnu: python-awkward: Update to 2.7.2., guix-commits, 2024/12/21
- 50/105: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/21
- 55/105: gnu: Add python-pypitoken., guix-commits, 2024/12/21
- 05/105: gnu: python-gamera: Update to 4.0.1., guix-commits, 2024/12/21
- 02/105: gnu: txr: Update to 298., guix-commits, 2024/12/21
- 04/105: gnu: urh: Update to 2.9.8., guix-commits, 2024/12/21
- 08/105: gnu: make-arm-trusted-firmware: Update to 2.12., guix-commits, 2024/12/21
- 09/105: gnu: arm-trusted-firmware-imx8mq: Fix build., guix-commits, 2024/12/21