[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: |
Fri, 22 Nov 2024 06:01:14 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 99d355c355fd88d712cb3876bec1469158f370aa
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
- 291/361: gnu: Add python-rgbxy., (continued)
- 291/361: gnu: Add python-rgbxy., guix-commits, 2024/11/22
- 278/361: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/22
- 290/361: gnu: python-mpv: Adjust inputs., guix-commits, 2024/11/22
- 297/361: gnu: python-pluggy: Update to 1.5.0., guix-commits, 2024/11/22
- 300/361: gnu: Remove python-pytest-8., guix-commits, 2024/11/22
- 313/361: gnu: python-pytest-xprocess: Update to 1.0.2., guix-commits, 2024/11/22
- 326/361: gnu: python-packaging-bootstrap: Update to 24.2., guix-commits, 2024/11/22
- 328/361: gnu: python-hatchling: Update to 1.26.1., guix-commits, 2024/11/22
- 331/361: gnu: python-attrs: Update to 24.2.0., guix-commits, 2024/11/22
- 360/361: gnu: python-dirty-equals: Update to 0.8.0., guix-commits, 2024/11/22
- 358/361: gnu: python-pytest-httpbin: Update to 2.1.0.,
guix-commits <=
- 104/361: gnu: python-requests: Update to 2.31.0., guix-commits, 2024/11/22
- 127/361: gnu: python-pyls-black: Add missing input., guix-commits, 2024/11/22
- 160/361: gnu: dynaconf: Improve package style., guix-commits, 2024/11/22
- 217/361: gnu: python-qemu-qmp: Move to pyproject-build-system., guix-commits, 2024/11/22
- 225/361: gnu: python-array-api-compat: Update to 1.9.1., guix-commits, 2024/11/22
- 231/361: gnu: python-daft: Adjust inputs., guix-commits, 2024/11/22
- 235/361: gnu: python-lazy-loader: Adjust inputs., guix-commits, 2024/11/22
- 228/361: gnu: python-automat: Update to 22.10.0., guix-commits, 2024/11/22
- 239/361: gnu: python-requests-toolbelt: Update to 1.0.0., guix-commits, 2024/11/22
- 242/361: gnu: python-requests-unixsocket: Fix build., guix-commits, 2024/11/22