diff --git a/hyperframe-5.1.0.tar.gz b/hyperframe-5.1.0.tar.gz deleted file mode 100644 index 5e46bd6..0000000 --- a/hyperframe-5.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a25944539db36d6a2e47689e7915dcee562b3f8d10c6cdfa0d53c91ed692fb04 -size 17851 diff --git a/hyperframe-5.2.0.tar.gz b/hyperframe-5.2.0.tar.gz new file mode 100644 index 0000000..9b2faf5 --- /dev/null +++ b/hyperframe-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f5c17f2cc3c719b917c4f33ed1c61bd1f8dfac4b1bd23b7c80b3400971b41f +size 19115 diff --git a/python-hyperframe.changes b/python-hyperframe.changes index 7c835c3..36134a2 100644 --- a/python-hyperframe.changes +++ b/python-hyperframe.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 26 13:59:58 UTC 2019 - Tomáš Chvátal + +- Update to 5.2.0: + * Add a new ENABLE_CONNECT_PROTOCOL settings paramter. + * Fix collections.abc deprecation. + ------------------------------------------------------------------- Tue Dec 4 12:49:04 UTC 2018 - Matej Cepl diff --git a/python-hyperframe.spec b/python-hyperframe.spec index b4703eb..3652b9d 100644 --- a/python-hyperframe.spec +++ b/python-hyperframe.spec @@ -1,7 +1,7 @@ # # spec file for package python-hyperframe # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,15 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hyperframe -Version: 5.1.0 +Version: 5.2.0 Release: 0 Summary: HTTP/2 framing layer for Python License: MIT Group: Development/Languages/Python -URL: http://hyper.rtfd.org +URL: https://github.com/python-hyper/hyperframe Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-%{version}.tar.gz -# test requirements BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -45,10 +45,10 @@ stream into HTTP/2 frames. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} -v +%pytest %files %{python_files} %license LICENSE