[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
358/361: gnu: python-pytest-httpbin: Update to 2.1.0.
From: |
guix-commits |
Subject: |
358/361: gnu: python-pytest-httpbin: Update to 2.1.0. |
Date: |
Thu, 21 Nov 2024 06:29:51 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 87f9c0e80861385f00a818ab8969aa578cecc53b
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
- 355/361: gnu: Remove python-flask-jwt., (continued)
- 355/361: gnu: Remove python-flask-jwt., guix-commits, 2024/11/21
- 357/361: gnu: python-httpbin: Update to 0.10.2., guix-commits, 2024/11/21
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/21
- 89/361: gnu: python-nbformat: Update to 5.10.4., guix-commits, 2024/11/21
- 54/361: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/11/21
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/21
- 224/361: gnu: python-kiwisolver: Update to 1.4.6., guix-commits, 2024/11/21
- 234/361: gnu: python-jsonpickle: Adjust inputs., guix-commits, 2024/11/21
- 330/361: gnu: meson-python: Update to 0.17.1., guix-commits, 2024/11/21
- 356/361: gnu: python-apispec-webframeworks: Update to 1.2.0., guix-commits, 2024/11/21
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0.,
guix-commits <=
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/21
- 99/361: gnu: python-jupyter-server-mathjax: Update to 0.2.6., guix-commits, 2024/11/21
- 243/361: gnu: python-twine: Adjust inputs., guix-commits, 2024/11/21
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/21
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/21
- 244/361: gnu: python-notebook: Disable more failing tests., guix-commits, 2024/11/21
- 248/361: gnu: Add python-pytest-html., guix-commits, 2024/11/21
- 250/361: gnu: python-parse-type: Adjust inputs., guix-commits, 2024/11/21
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/21
- 261/361: gnu: python-pymysql: Adjust inputs., guix-commits, 2024/11/21