diff --git a/python-hyperframe.changes b/python-hyperframe.changes index 23ad739..7c835c3 100644 --- a/python-hyperframe.changes +++ b/python-hyperframe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:49:04 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Sun Feb 25 16:45:50 UTC 2018 - aloisio@gmx.com diff --git a/python-hyperframe.spec b/python-hyperframe.spec index a72e2fd..b4703eb 100644 --- a/python-hyperframe.spec +++ b/python-hyperframe.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,14 +23,12 @@ Release: 0 Summary: HTTP/2 framing layer for Python License: MIT Group: Development/Languages/Python -Url: http://hyper.rtfd.org +URL: http://hyper.rtfd.org Source0: https://files.pythonhosted.org/packages/source/h/hyperframe/hyperframe-%{version}.tar.gz -BuildRequires: %{python_module devel} -BuildRequires: fdupes -BuildRequires: python-rpm-macros # test requirements BuildRequires: %{python_module pytest} -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -53,8 +51,8 @@ stream into HTTP/2 frames. %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 +%license LICENSE +%doc README.rst CONTRIBUTORS.rst HISTORY.rst %{python_sitelib}/hyperframe %{python_sitelib}/hyperframe-%{version}-py%{python_version}.egg-info