From c689c55dc31bc93ed550a46a6b0ce49af4fd3f8f91f8a3263029901c4bea4337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 22 May 2019 10:16:09 +0000 Subject: [PATCH] - Add missing runtime dependency on idna OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hyperlink?expand=0&rev=7 --- python-hyperlink.changes | 5 +++++ python-hyperlink.spec | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/python-hyperlink.changes b/python-hyperlink.changes index 8520095..33e47f3 100644 --- a/python-hyperlink.changes +++ b/python-hyperlink.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 22 10:15:01 UTC 2019 - Tomáš Chvátal + +- Add missing runtime dependency on idna + ------------------------------------------------------------------- Tue May 21 10:25:35 UTC 2019 - pgajdos@suse.com diff --git a/python-hyperlink.spec b/python-hyperlink.spec index f802648..d40e077 100644 --- a/python-hyperlink.spec +++ b/python-hyperlink.spec @@ -23,16 +23,15 @@ Release: 0 Summary: Immutable URL support for Python License: MIT Group: Development/Languages/Python -Url: https://github.com/python-hyper/hyperlink +URL: https://github.com/python-hyper/hyperlink Source: https://files.pythonhosted.org/packages/source/h/hyperlink/hyperlink-%{version}.tar.gz BuildRequires: %{python_module idna >= 2.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: python-idna >= 2.5 BuildArch: noarch - %python_subpackages %description @@ -56,7 +55,6 @@ based on RFC 3986 and 3987. %files %{python_files} %license LICENSE %doc CHANGELOG.md README.md docs/*.rst -%defattr(-,root,root,-) %{python_sitelib}/* %changelog