[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
371/420: gnu: python-pytest-metadata: Update to 3.1.1.
From: |
guix-commits |
Subject: |
371/420: gnu: python-pytest-metadata: Update to 3.1.1. |
Date: |
Tue, 26 Nov 2024 16:29:36 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 6e12c36558b3047ff3e6a8f8bedc506d6ab78c1b
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 22 13:34:05 2024 +0000
gnu: python-pytest-metadata: Update to 3.1.1.
* gnu/packages/python-check.scm (python-pytest-metadata): Update to 3.1.1.
[build-system]: Swap to pyproject-build-system.
[native-inputs]: Add python-hatchling and python-hatch-vcs.
Change-Id: If6d335a10a8eafcbab09e6149f8117647f95990f
---
gnu/packages/python-check.scm | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index 55f4aadae6..d51fa31f88 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -953,22 +953,19 @@ someone to import them in their actual tests to use
them.")
(define-public python-pytest-metadata
(package
(name "python-pytest-metadata")
- (version "1.11.0")
+ (version "3.1.1")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "pytest-metadata" version))
+ (uri (pypi-uri "pytest_metadata" version))
(sha256
- (base32 "1wgcz0w053lnjln0081kjmfflaq7bwncxdzx7k63kr9lkpa0ddbi"))))
- (build-system python-build-system)
- (arguments
- (list #:phases
- #~(modify-phases %standard-phases
- (replace 'check
- (lambda* (#:key tests? #:allow-other-keys)
- (when tests?
- (invoke "pytest" "-vv")))))))
- (native-inputs (list python-pytest python-setuptools-scm))
+ (base32 "1j0ph028mj81314vxb027d5b98xii3zl2vd9i8b3zh7val1rp8nj"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-hatchling
+ python-hatch-vcs
+ python-pytest
+ python-setuptools-scm))
(home-page "https://github.com/pytest-dev/pytest-metadata")
(synopsis "Access test session metadata with Pytest")
(description
- 405/420: gnu: python-anyio: Update to 4.6.2., (continued)
- 405/420: gnu: python-anyio: Update to 4.6.2., guix-commits, 2024/11/26
- 76/420: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/26
- 83/420: gnu: python-pytest-tornasync: Use Tornado 6., guix-commits, 2024/11/26
- 89/420: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/26
- 287/420: gnu: Add python-pypa-installer., guix-commits, 2024/11/26
- 295/420: gnu: python-distributed: Adjust inputs., guix-commits, 2024/11/26
- 290/420: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/26
- 301/420: gnu: Remove python-pytest-next., guix-commits, 2024/11/26
- 320/420: gnu: python-pickleshare: Improve package style., guix-commits, 2024/11/26
- 374/420: gnu: python-fastjsonschema: Update to 2.20.0., guix-commits, 2024/11/26
- 371/420: gnu: python-pytest-metadata: Update to 3.1.1.,
guix-commits <=
- 389/420: gnu: python-pytest-regressions: Update to 2.5.0., guix-commits, 2024/11/26
- 392/420: gnu: python-pytest-mypy-plugins: Update to 3.1.2., guix-commits, 2024/11/26
- 401/420: gnu: python-redis: Fix build., guix-commits, 2024/11/26
- 404/420: gnu: python-uvloop: Update to 0.21.0., guix-commits, 2024/11/26
- 410/420: gnu: Add python-installer., guix-commits, 2024/11/26
- 81/420: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/26
- 82/420: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/26
- 417/420: gnu: python-service-identity: Update to 24.2.0., guix-commits, 2024/11/26
- 263/420: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/26
- 264/420: gnu: hangups: Fix build., guix-commits, 2024/11/26