diff --git a/python-yarl.changes b/python-yarl.changes index 7c5f0e9..8c9b552 100644 --- a/python-yarl.changes +++ b/python-yarl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 29 09:17:59 UTC 2018 - tchvatal@suse.com + +- Raise multidict requirement to match up setup.py + ------------------------------------------------------------------- Sat Feb 24 18:28:57 UTC 2018 - arun@gmx.de diff --git a/python-yarl.spec b/python-yarl.spec index bcb9b15..30b61ef 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -24,23 +24,21 @@ Release: 0 Summary: Yet another URL library License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/aio-libs/yarl/ +URL: https://github.com/aio-libs/yarl/ Source: https://files.pythonhosted.org/packages/source/y/yarl/yarl-%{version}.tar.gz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module idna >= 2.0} -BuildRequires: %{python_module setuptools} -BuildRequires: python-rpm-macros # test requirements BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} -BuildRequires: python3-multidict >= 2.0 +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros +BuildRequires: python3-multidict >= 4.0 Requires: python-idna >= 2.0 %ifpython3 -Requires: python3-multidict >= 2.0 +Requires: python3-multidict >= 4.0 %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build - %python_subpackages %description @@ -60,8 +58,8 @@ export CFLAGS="%{optflags}" %python_exec setup.py test %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES.rst LICENSE README.rst +%license LICENSE +%doc CHANGES.rst README.rst %{python_sitearch}/* %changelog