diff --git a/python-dominate.changes b/python-dominate.changes index e9da62a..8715afb 100644 --- a/python-dominate.changes +++ b/python-dominate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:17:24 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Tue Sep 27 18:38:32 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-dominate.spec b/python-dominate.spec index 8e57539..7283b05 100644 --- a/python-dominate.spec +++ b/python-dominate.spec @@ -22,7 +22,7 @@ Version: 2.7.0 Release: 0 Summary: Python library for creating and manipulating HTML documents License: GPL-3.0-only -URL: http://github.com/Knio/dominate/ +URL: https://github.com/Knio/dominate/ Source: https://files.pythonhosted.org/packages/source/d/dominate/dominate-%{version}.tar.gz BuildRequires: %{python_module pytest >= 2.7.3} BuildRequires: %{python_module setuptools}