[packages/python3-pytest-httpserver] - updated to 1.1.3
qboosh
qboosh at pld-linux.org
Sun Nov 30 10:25:47 CET 2025
commit 38cd114f4b0d0516e40f2de871e946c3667fd348
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Nov 30 10:25:57 2025 +0100
- updated to 1.1.3
python3-pytest-httpserver.spec | 29 +++++++++++++++++------------
1 file changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/python3-pytest-httpserver.spec b/python3-pytest-httpserver.spec
index 0b92cb7..de2438e 100644
--- a/python3-pytest-httpserver.spec
+++ b/python3-pytest-httpserver.spec
@@ -6,29 +6,34 @@
Summary: HTTP server for pytest
Summary(pl.UTF-8): Serwer HTTP dla pytesta
Name: python3-pytest-httpserver
-Version: 1.0.8
-Release: 3
+Version: 1.1.3
+Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/pytest-httpserver/
Source0: https://files.pythonhosted.org/packages/source/p/pytest-httpserver/pytest_httpserver-%{version}.tar.gz
-# Source0-md5: c9f72a5206cdecd571b20fcd0057f2f4
+# Source0-md5: b99ef7217d5915747ce8bb7b0cd092d9
URL: https://pypi.org/project/pytest-httpserver/
-BuildRequires: python3-modules >= 1:3.8
-BuildRequires: python3-setuptools
+BuildRequires: python3-build
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.9
+BuildRequires: python3-poetry-core >= 1.0.0
%if %{with tests}
BuildRequires: python3-pytest >= 7.1.3
BuildRequires: python3-requests >= 2.28.1
BuildRequires: python3-werkzeug >= 2.0.0
-BuildRequires: python3-toml >= 0.10.2
+%if "%{_ver_lt %{py3_ver} 3.11}" == "1"
+BuildRequires: python3-tomli
+%endif
%endif
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpmbuild(macros) >= 2.044
%if %{with doc}
+BuildRequires: python3-reno
BuildRequires: python3-sphinx_rtd_theme >= 1.0.0
-BuildRequires: sphinx-pdg-3 >= 4
+BuildRequires: sphinx-pdg-3 >= 5.1.1
%endif
-Requires: python3-modules >= 1:3.8
+Requires: python3-modules >= 1:3.9
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -60,7 +65,7 @@ Dokumentacja API modułu Pythona pytest-httpserver.
%setup -q -n pytest_httpserver-%{version}
%build
-%py3_build
+%py3_build_pyproject
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
@@ -76,7 +81,7 @@ PYTEST_PLUGINS=pytest_httpserver.pytest_plugin \
%install
rm -rf $RPM_BUILD_ROOT
-%py3_install
+%py3_install_pyproject
%clean
rm -rf $RPM_BUILD_ROOT
@@ -85,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc CHANGES.rst LICENSE README.md
%{py3_sitescriptdir}/pytest_httpserver
-%{py3_sitescriptdir}/pytest_httpserver-%{version}-py*.egg-info
+%{py3_sitescriptdir}/pytest_httpserver-%{version}.dist-info
%if %{with doc}
%files apidocs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-pytest-httpserver.git/commitdiff/38cd114f4b0d0516e40f2de871e946c3667fd348
More information about the pld-cvs-commit
mailing list