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