[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
357/474: gnu: python-pytest-httpbin: Update to 2.1.0.
From: |
guix-commits |
Subject: |
357/474: gnu: python-pytest-httpbin: Update to 2.1.0. |
Date: |
Sat, 30 Nov 2024 18:20:54 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 0f1956af1b151c094197928a4b57a33032867549
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 0abaa57210..60ecd4e532 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
- 380/474: gnu: python-executing: Update to 2.1.0., (continued)
- 380/474: gnu: python-executing: Update to 2.1.0., guix-commits, 2024/11/30
- 378/474: gnu: python-typeguard: Update to 4.4.1., guix-commits, 2024/11/30
- 381/474: gnu: python-pure-eval: Update to 0.2.3., guix-commits, 2024/11/30
- 382/474: gnu: python-stack-data: Update to 0.6.3., guix-commits, 2024/11/30
- 342/474: gnu: python-xlsxwriter: Update to 3.2.0., guix-commits, 2024/11/30
- 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 <=
- 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, 2024/11/30
- 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