diff --git a/hyperframe-6.0.1.tar.gz b/hyperframe-6.0.1.tar.gz deleted file mode 100644 index 56236e6..0000000 --- a/hyperframe-6.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae510046231dc8e9ecb1a6586f63d2347bf4c8905914aa84ba585ae85f28a914 -size 25008 diff --git a/hyperframe-6.1.0.tar.gz b/hyperframe-6.1.0.tar.gz new file mode 100644 index 0000000..a524c21 --- /dev/null +++ b/hyperframe-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f630908a00854a7adeabd6382b43923a4c4cd4b821fcb527e6ab9e15382a3b08 +size 26566 diff --git a/python-hyperframe.changes b/python-hyperframe.changes index 1ab1054..436c818 100644 --- a/python-hyperframe.changes +++ b/python-hyperframe.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Apr 16 15:14:00 UTC 2025 - Felix Stegmeier + +- 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 diff --git a/python-hyperframe.spec b/python-hyperframe.spec index c837ca1..fbc4161 100644 --- a/python-hyperframe.spec +++ b/python-hyperframe.spec @@ -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