[packages/python3-hyperframe] - updated to 6.1.0
qboosh
qboosh at pld-linux.org
Sat Dec 13 09:39:59 CET 2025
commit 763c9bac95e1fc9072ed6852592bda56a0e33346
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Dec 13 09:40:16 2025 +0100
- updated to 6.1.0
python3-hyperframe.spec | 33 +++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)
---
diff --git a/python3-hyperframe.spec b/python3-hyperframe.spec
index a958926..4b26f47 100644
--- a/python3-hyperframe.spec
+++ b/python3-hyperframe.spec
@@ -2,32 +2,32 @@
# Conditional build:
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
-%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
Summary: HTTP/2 framing layer for Python 3
Summary(pl.UTF-8): Warstwa ramek HTTP/2 dla Pythona 3
Name: python3-hyperframe
-# keep in sync with python3-h2.spec
-Version: 6.0.1
+# keep in sync with python3-h2.spec (<7 in h2 4.1.0)
+Version: 6.1.0
Release: 1
License: MIT
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/hyperframe/
Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-%{version}.tar.gz
-# Source0-md5: 153c064e8ac654aaf136b3388c36de48
+# Source0-md5: fda90f638a3db3e8f1837c2e0ade8f08
URL: https://pypi.org/project/hyperframe/
-BuildRequires: python3-modules >= 1:3.6.1
-BuildRequires: python3-setuptools
+BuildRequires: python3-build
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.9
+BuildRequires: python3-setuptools >= 1:75.6.0
%if %{with tests}
-BuildRequires: python3-pytest >= 6.0.1
+BuildRequires: python3-pytest >= 8.3.3
%endif
BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.714
+BuildRequires: rpmbuild(macros) >= 2.044
%if %{with doc}
-BuildRequires: sphinx-pdg >= 3.5.4
+BuildRequires: sphinx-pdg-3 >= 7.4.7
%endif
-Requires: python3-modules >= 1:3.6.1
+Requires: python3-modules >= 1:3.9
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -56,23 +56,24 @@ Dokumentacja API modułu Pythona hyperframe.
%setup -q -n hyperframe-%{version}
%build
-%py3_build
+%py3_build_pyproject
%if %{with tests}
PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
PYTHONPATH=$(pwd)/src \
-%{__python3} -m pytest test
+%{__python3} -m pytest tests
%endif
%if %{with doc}
PYTHONPATH=$(pwd)/src \
-%{__make} -C docs html
+%{__make} -C docs html \
+ SPHINXBUILD=sphinx-build-3
%endif
%install
rm -rf $RPM_BUILD_ROOT
-%py3_install
+%py3_install_pyproject
%clean
rm -rf $RPM_BUILD_ROOT
@@ -81,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc CHANGELOG.rst CONTRIBUTORS.rst LICENSE README.rst
%{py3_sitescriptdir}/hyperframe
-%{py3_sitescriptdir}/hyperframe-%{version}-py*.egg-info
+%{py3_sitescriptdir}/hyperframe-%{version}.dist-info
%if %{with doc}
%files apidocs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-hyperframe.git/commitdiff/763c9bac95e1fc9072ed6852592bda56a0e33346
More information about the pld-cvs-commit
mailing list