commit:     94bb1964b2a5e4274518fc3857c15a226e51bc04
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 15 03:03:41 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 03:20:04 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bb1964

dev-python/pytest-httpserver: Bump to 1.1.5

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-httpserver/Manifest              |  1 +
 .../pytest-httpserver-1.1.5.ebuild                 | 37 ++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pytest-httpserver/Manifest 
b/dev-python/pytest-httpserver/Manifest
index 89f91c7b94ef..013f8749cca3 100644
--- a/dev-python/pytest-httpserver/Manifest
+++ b/dev-python/pytest-httpserver/Manifest
@@ -1,2 +1,3 @@
 DIST pytest_httpserver-1.1.3.tar.gz 68870 BLAKE2B 
44d4983f6845c76d4b5355e7dd070a542c040ef41501c96fd4812e180a807947d66cb43e4f38f4f7243d04c9080c03ec1ba3fc17e8d9af97b37cc622761f026f
 SHA512 
502b7f0e3904746277ddd6007fea4f3920d402534855917a5d471ed7ce55c4aacdbb3c24d2cec349c29a128fc28e35f540373165c9de79c3ccb2ce7a9f28ba9b
 DIST pytest_httpserver-1.1.4.tar.gz 8295814 BLAKE2B 
3581f67eb493bbcfcedae1edecb34877abf198c7b1fa1ac80452c195d2ca7ab9558ed7fa1ef210387603a48e1a18a38482b228a378b43f065f07031e54ce2f25
 SHA512 
7e94a60113000bb8c91bed4c95f822333ea013b3eb51f969d3033c0c0b7feb146f98821f09b33efbe1304387995ea453296f208732f30c028a1869b8b1b70764
+DIST pytest_httpserver-1.1.5.tar.gz 70974 BLAKE2B 
ed8f8e23fdc9ec75782dd5d89ac7372a906bf83be583ad8cf5b6c0ce870137d91c4b2e21ab4d426be2751b2c11d88c9faf4092a1963f65245130c66f5c29d13f
 SHA512 
1a5ee0b65922db6623b0f93f7b0f2d4d223ab6f21705bf94f62135695c5e85ce2528fc6cfe7f833fd1170aad092ce924e060c4a47666cadec3fbbdd5a3f67daa

diff --git a/dev-python/pytest-httpserver/pytest-httpserver-1.1.5.ebuild 
b/dev-python/pytest-httpserver/pytest-httpserver-1.1.5.ebuild
new file mode 100644
index 000000000000..5eb7fb6b0bc1
--- /dev/null
+++ b/dev-python/pytest-httpserver/pytest-httpserver-1.1.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTTP server for pytest to test HTTP clients"
+HOMEPAGE="
+       https://github.com/csernazs/pytest-httpserver/
+       https://pypi.org/project/pytest_httpserver/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+       >=dev-python/werkzeug-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/requests[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=( "${PN}" )
+EPYTEST_PLUGIN_LOAD_VIA_ENV=1
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+       # tests from building release artifacts
+       tests/test_release.py
+)

Reply via email to