- Raise multidict requirement to match up setup.py
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=20
This commit is contained in:
parent
dc23784a49
commit
73e7fa10de
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user