[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
367/474: gnu: python-pytest-flask: Update to 1.3.0.
From: |
guix-commits |
Subject: |
367/474: gnu: python-pytest-flask: Update to 1.3.0. |
Date: |
Sat, 30 Nov 2024 18:20:56 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit f8d925b238cff9441936d1d4762b7c1353575bd3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Nov 22 12:54:37 2024 +0000
gnu: python-pytest-flask: Update to 1.3.0.
* gnu/packages/python-check.scm (python-pytest-flask): Update to 1.3.0.
[build-system]: Swap to pyproject-build-system.
[propagated-inputs]: Add python-flask.
[native-inputs]: Remove python-flask and python-werkzeug; add
python-setuptools and python-wheel.
Change-Id: I73beecdcb9b954cc406fbfb7cac3cb4614c299ae
---
gnu/packages/python-check.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm
index e4e5c583b6..a29352b531 100644
--- a/gnu/packages/python-check.scm
+++ b/gnu/packages/python-check.scm
@@ -1815,18 +1815,21 @@ also ensuring that the notebooks are running without
errors.")
(define-public python-pytest-flask
(package
(name "python-pytest-flask")
- (version "1.0.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-flask" version))
(sha256
- (base32
- "1hln7mwgdzfi5ma0kqfsi768l7p24jhkw8l0imhifwy08nh7hmjd"))))
- (build-system python-build-system)
+ (base32 "0pm93xli1pvq9w053grndi84hxq087mr2xhagvac98qvnabirgjq"))))
+ (build-system pyproject-build-system)
(native-inputs
- (list python-flask python-pytest python-setuptools-scm
- python-werkzeug))
+ (list python-pytest
+ python-setuptools
+ python-setuptools-scm
+ python-wheel))
+ (propagated-inputs
+ (list python-flask))
(home-page "https://github.com/pytest-dev/pytest-flask")
(synopsis "Pytest fixtures to test Flask applications")
(description
- 374/474: gnu: python-astroid: Update to 3.3.4., (continued)
- 374/474: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/30
- 371/474: gnu: python-pytest-random-order: Update to 1.1.1., guix-commits, 2024/11/30
- 345/474: gnu: python-cloudpickle: Update to 3.1.0., guix-commits, 2024/11/30
- 383/474: gnu: python-ipython: Update to 8.29.0., guix-commits, 2024/11/30
- 341/474: gnu: python-matplotlib: Disable more failing tests., guix-commits, 2024/11/30
- 357/474: gnu: python-pytest-httpbin: Update to 2.1.0., guix-commits, 2024/11/30
- 369/474: gnu: python-prettytable: Update to 3.12.0., guix-commits, 2024/11/30
- 375/474: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/30
- 363/474: gnu: python-qstylizer: Update to 0.2.4., guix-commits, 2024/11/30
- 356/474: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/30
- 367/474: gnu: python-pytest-flask: Update to 1.3.0.,
guix-commits <=
- 365/474: gnu: python-pytest-flake8: Update to 1.3.0., guix-commits, 2024/11/30
- 343/474: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/30
- 361/474: gnu: python-pytest-asyncio: Update to 0.24.0., guix-commits, 2024/11/30
- 347/474: gnu: python-itsdangerous: Update to 2.2.0., guix-commits, 2024/11/30
- 355/474: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/30
- 362/474: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/30
- 366/474: gnu: python-pytest-doctestplus: Update to 1.2.1., guix-commits, 2024/11/30
- 377/474: gnu: python-jupyter-core: Fix tests., guix-commits, 2024/11/30
- 385/474: gnu: python-trio: Update to 0.27.0., guix-commits, 2024/11/30
- 386/474: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/30