17
0

Accepting request 1272143 from home:fstegmeier:branches:devel:languages:python

- Update to 6.1.0
  * API Changes (Backward Incompatible)
    * Support for Python 3.6 has been removed.
    * Support for Python 3.7 has been removed.
    * Support for Python 3.8 has been removed.
  * API Changes (Backward Compatible)
    * Support for Python 3.10 has been added.
    * Support for Python 3.11 has been added.
    * Support for Python 3.12 has been added.
    * Support for Python 3.13 has been added.
    * Updated packaging and testing infrastructure.
    * Code cleanup and linting.
    * Improved type hints.

OBS-URL: https://build.opensuse.org/request/show/1272143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperframe?expand=0&rev=18
This commit is contained in:
2025-04-23 13:08:51 +00:00
committed by Git OBS Bridge
parent 5babff6df8
commit 490eda6585
4 changed files with 27 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-hyperframe
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,18 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-hyperframe
Version: 6.0.1
Version: 6.1.0
Release: 0
Summary: HTTP/2 framing layer for Python
License: MIT
URL: https://github.com/python-hyper/hyperframe
Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
@@ -42,10 +42,10 @@ stream into HTTP/2 frames.
%setup -q -n hyperframe-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -55,6 +55,6 @@ stream into HTTP/2 frames.
%license LICENSE
%doc README.rst CONTRIBUTORS.rst CHANGELOG.rst
%{python_sitelib}/hyperframe
%{python_sitelib}/hyperframe-%{version}-py%{python_version}.egg-info
%{python_sitelib}/hyperframe-%{version}.dist-info
%changelog