[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
358/420: gnu: python-pytest-httpbin: Update to 2.1.0.
From: |
guix-commits |
Subject: |
358/420: gnu: python-pytest-httpbin: Update to 2.1.0. |
Date: |
Tue, 26 Nov 2024 16:29:34 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 556b29bab8478ce8acbfc6c88395886b310cb4e3
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 17 23:24:17 2024 +0000
gnu: python-pytest-httpbin: Update to 2.1.0.
* gnu/packages/web.scm (python-pytest-httpbin): Update to 2.1.0. Improve
package style.
[source]: Adjust URI as it's changed in PyPI.
[build-system]: Swap to pyproject-build-system.
Change-Id: I566ce5ec89f51dd13088fca6cb967a3793b6275b
---
gnu/packages/web.scm | 29 ++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6e0bafc18a..b113ef92ce 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6934,25 +6934,28 @@ endpoint responses are JSON-encoded.")
(define-public python-pytest-httpbin
(package
(name "python-pytest-httpbin")
- (version "0.2.3")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "pytest-httpbin" version))
+ (uri (pypi-uri "pytest_httpbin" version))
(sha256
- (base32
- "1y0v2v7xpzpyd4djwp7ad8ifnlxp8r1y6dfbxg5ckzvllkgridn5"))))
- (build-system python-build-system)
+ (base32 "1iikdji2136mybjk7sczqa2qivlb6gchhkzyz4kq68j3hj1pj1fl"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-setuptools
+ python-wheel))
(propagated-inputs
- (list python-six python-httpbin python-pytest))
- (home-page
- "https://github.com/kevin1024/pytest-httpbin")
- (synopsis
- "Test your HTTP library against a local copy of httpbin")
+ (list python-httpbin
+ python-pytest
+ python-six))
+ (home-page "https://github.com/kevin1024/pytest-httpbin")
+ (synopsis "Test your HTTP library against a local copy of httpbin")
(description
- "@code{Pytest-httpbin} creates a @code{pytest} fixture that is
dependency-injected
-into your tests. It automatically starts up a HTTP server in a separate
thread running
-@code{httpbin} and provides your test with the URL in the fixture.")
+ "@code{Pytest-httpbin} creates a @code{pytest} fixture that is
+dependency-injected into your tests. It automatically starts up a HTTP server
+in a separate thread running @code{httpbin} and provides your test with the
+URL in the fixture.")
(license license:expat)))
(define-public http-parser
- 344/420: gnu: python-beautifulsoup4: Update to 4.12.3., (continued)
- 344/420: gnu: python-beautifulsoup4: Update to 4.12.3., guix-commits, 2024/11/26
- 337/420: gnu: python-versioneer: Simplify tests., guix-commits, 2024/11/26
- 334/420: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/26
- 333/420: gnu: python-mypy: Update to 1.13.0., guix-commits, 2024/11/26
- 338/420: gnu: python-watchdog: Update to 6.0.0., guix-commits, 2024/11/26
- 354/420: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/26
- 330/420: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/26
- 349/420: gnu: python-flask: Update to 3.1.0., guix-commits, 2024/11/26
- 345/420: gnu: python-pandas-2: Update to 2.2.3., guix-commits, 2024/11/26
- 356/420: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/26
- 358/420: gnu: python-pytest-httpbin: Update to 2.1.0.,
guix-commits <=
- 375/420: gnu: python-astroid: Update to 3.3.4., guix-commits, 2024/11/26
- 363/420: gnu: python-tinycss2: Update to 1.4.0., guix-commits, 2024/11/26
- 395/420: gnu: python-icecream: Adjust inputs., guix-commits, 2024/11/26
- 376/420: gnu: python-pylint: Update to 3.3.1., guix-commits, 2024/11/26
- 387/420: gnu: python-pytest-trio: Update to 0.8.0., guix-commits, 2024/11/26
- 393/420: gnu: python-loguru: Update to 0.7.2., guix-commits, 2024/11/26
- 386/420: gnu: python-trio: Update to 0.27.0., guix-commits, 2024/11/26
- 391/420: gnu: python-tenacity: Update to 9.0.0., guix-commits, 2024/11/26
- 398/420: gnu: python-paramiko: Update to 3.5.0., guix-commits, 2024/11/26
- 399/420: gnu: python-async-timeout: Update to 4.0.3., guix-commits, 2024/11/26