From 73e7fa10de4be22f7fbf8a6fa1addba81381e745ba7d7f8e699e82bd306da324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Aug 2018 09:18:24 +0000 Subject: [PATCH] - 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 --- python-yarl.changes | 5 +++++ python-yarl.spec | 16 +++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) 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