Compare commits

1 Commits
1.1 ... main

4 changed files with 27 additions and 10 deletions

BIN
hyperframe-6.0.1.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
hyperframe-6.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Apr 16 15:14:00 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
- 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.
-------------------------------------------------------------------
Fri Apr 21 12:26:30 UTC 2023 - Dirk Müller <dmueller@suse.com>

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