diff --git a/python-hyperframe.spec b/python-hyperframe.spec index 46b89621ac3ef227420abc82deff0f02e3c9203e..6fd7bd23f09dcb3c6df6ab54abff074e9df36ef7 100644 --- a/python-hyperframe.spec +++ b/python-hyperframe.spec @@ -1,6 +1,6 @@ Name: python-hyperframe -Version: 6.0.1 -Release: 2 +Version: 6.1.0 +Release: 1 Summary: HTTP/2 framing layer for Python License: MIT @@ -25,7 +25,7 @@ This library contains the HTTP/2 framing code used in the hyper project.It provi pure-python codebase that is capable of decoding a binary stream into HTTP/2 frames. %prep -%autosetup -n hyperframe-%{version} +%autosetup -n hyperframe-%{version}/hyperframe rm -rf hyperframe.egg-info %build @@ -43,6 +43,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest %{python3_sitelib}/hyperframe-%{version}-py%{python3_version}.egg-info %changelog +* Tue May 13 2025 openeuler_bot - 6.1.0-1 +- update python-hyperframe to 6.1.0 + * Fri Apr 01 2022 xigaoxinyan - 6.0.1-2 - Fix build error caused by py3.10+ wildcard @@ -56,4 +59,4 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest - Package update * Fri Mar 6 2020 zhangtao - 5.1.0-4 -- Package init +- Package init \ No newline at end of file diff --git a/v6.0.1.tar.gz b/v6.0.1.tar.gz deleted file mode 100644 index 5f76509ba32b8059670fd642d2c2f5833d364575..0000000000000000000000000000000000000000 Binary files a/v6.0.1.tar.gz and /dev/null differ diff --git a/v6.1.0.tar.gz b/v6.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d023bfa4a469b31247a8869e4c039ae8a9b58e96 Binary files /dev/null and b/v6.1.0.tar.gz differ