From 62dc959323a7016f9c36b0f7f451ea1eba5fa203c030a1e8821c247f0b5415d7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:17:30 +0000 Subject: [PATCH] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dominate?expand=0&rev=16 --- python-dominate.changes | 5 +++++ python-dominate.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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}