diff --git a/hyperframe-4.0.2.tar.gz b/hyperframe-4.0.2.tar.gz deleted file mode 100644 index d15ad7e..0000000 --- a/hyperframe-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e0336997f564135ff5e1a3c667fad6fa2e8faa3ba7397352dabb2fc1871033 -size 16831 diff --git a/hyperframe-5.0.0.tar.gz b/hyperframe-5.0.0.tar.gz new file mode 100644 index 0000000..136c817 --- /dev/null +++ b/hyperframe-5.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b886c7f25dab2e39a95cc01741c56755d11092abbcf33a6e60c465206f6ae7ec +size 17691 diff --git a/python-hyperframe.changes b/python-hyperframe.changes index 9ee8818..1d85bda 100644 --- a/python-hyperframe.changes +++ b/python-hyperframe.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 22 12:10:15 UTC 2017 - aloisio@gmx.com + +- Update to version 5.0.0 + Backwards Incompatible API Changes: + * Added support for unknown extension frames. These will be + returned in the new ExtensionFrame object. The flag information + for these frames is persisted in flag_byte if needed. +- Enabled tests +- Fixed source URL + ------------------------------------------------------------------- Mon Mar 6 19:04:06 UTC 2017 - aloisio@gmx.com diff --git a/python-hyperframe.spec b/python-hyperframe.spec index 0e89ee5..9609ae3 100644 --- a/python-hyperframe.spec +++ b/python-hyperframe.spec @@ -18,18 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hyperframe -Version: 4.0.2 +Version: 5.0.0 Release: 0 Summary: HTTP/2 framing layer for Python License: MIT Group: Development/Languages/Python Url: http://hyper.rtfd.org -Source0: https://pypi.io/packages/source/h/hyperframe/hyperframe-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildArch: noarch +# test requirements +BuildRequires: %{python_module pytest} BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch %python_subpackages %description @@ -47,10 +49,13 @@ stream into HTTP/2 frames. %python_install %python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%check +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} -v + %files %{python_files} %defattr(-,root,root,-) %doc LICENSE README.rst CONTRIBUTORS.rst HISTORY.rst %{python_sitelib}/hyperframe -%{python_sitelib}/hyperframe-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/hyperframe-%{version}-py%{python_version}.egg-info %changelog