[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/107: gnu: python-pyproject-api: Update to 1.8.0.
From: |
guix-commits |
Subject: |
08/107: gnu: python-pyproject-api: Update to 1.8.0. |
Date: |
Wed, 1 Jan 2025 12:48:53 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 0532df4d35d83f3b0c21df61854f8397176b90df
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 61b7d9558e..6cf59f4b0d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22613,31 +22613,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/")
- 05/107: gnu: python-pyramid: Update to 2.0.2., (continued)
- 05/107: gnu: python-pyramid: Update to 2.0.2., guix-commits, 2025/01/01
- 02/107: gnu: python-cattrs: Update to 24.1.2., guix-commits, 2025/01/01
- 06/107: gnu: python-qdldl: Add missing input., guix-commits, 2025/01/01
- 07/107: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2025/01/01
- 11/107: gnu: Add python-time-machine., guix-commits, 2025/01/01
- 12/107: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2025/01/01
- 13/107: gnu: python-scikit-build-core: Update to 0.10.7., guix-commits, 2025/01/01
- 14/107: gnu: python-awkward-cpp: Update to 43., guix-commits, 2025/01/01
- 04/107: gnu: python-bokeh: Fix build., guix-commits, 2025/01/01
- 03/107: gnu: python-statmake: Remove obsolete build phase., guix-commits, 2025/01/01
- 08/107: gnu: python-pyproject-api: Update to 1.8.0.,
guix-commits <=
- 10/107: gnu: python-nox: Update to 2024.10.09., guix-commits, 2025/01/01
- 09/107: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2025/01/01
- 30/107: gnu: python-biom-format: Use pyproject-build-system., guix-commits, 2025/01/01
- 32/107: gnu: python-extension-helpers: Update to 1.2.0., guix-commits, 2025/01/01
- 51/107: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2025/01/01
- 59/107: gnu: python-eventlet: Update to 0.38.2., guix-commits, 2025/01/01
- 19/107: gnu: Add python-legacy-cgi., guix-commits, 2025/01/01
- 24/107: gnu: Add python-devpi-server., guix-commits, 2025/01/01
- 28/107: gnu: python-webcolors: Update to 24.11.1., guix-commits, 2025/01/01
- 34/107: gnu: python-chardet: Update to 5.2.0., guix-commits, 2025/01/01