diff --git a/hyperframe-5.2.0.tar.gz b/hyperframe-5.2.0.tar.gz deleted file mode 100644 index 116922a..0000000 Binary files a/hyperframe-5.2.0.tar.gz and /dev/null differ diff --git a/python-hyperframe.spec b/python-hyperframe.spec index 8940f1e..2ec323a 100644 --- a/python-hyperframe.spec +++ b/python-hyperframe.spec @@ -1,11 +1,11 @@ Name: python-hyperframe -Version: 5.2.0 -Release: 3 +Version: 6.0.1 +Release: 1 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-5.2.0.tar.gz +Source0: https://github.com/python-hyper/hyperframe/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3dist(setuptools) python3dist(pytest) @@ -35,7 +35,7 @@ rm -rf hyperframe.egg-info %py3_install %check -%{__python3} -m pytest +PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest %files -n python3-hyperframe %doc README.rst LICENSE @@ -43,6 +43,9 @@ rm -rf hyperframe.egg-info %{python3_sitelib}/hyperframe-%{version}-py?.?.egg-info %changelog +* Wed Jul 28 2021 liyanan - 6.0.1-1 +- update to 6.0.1 + * Mon Nov 09 2020 leiju - 5.2.0-3 - Remove python2 subpackage diff --git a/v6.0.1.tar.gz b/v6.0.1.tar.gz new file mode 100644 index 0000000..5f76509 Binary files /dev/null and b/v6.0.1.tar.gz differ