From 6bd0d190b36a770b66d59001057c39e780737f234efe417698e27fa0c4baa96e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:12:57 +0000 Subject: [PATCH] - use https for url OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Cerberus?expand=0&rev=23 --- python-Cerberus.changes | 5 +++++ python-Cerberus.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Cerberus.changes b/python-Cerberus.changes index 274db3c..726d9f1 100644 --- a/python-Cerberus.changes +++ b/python-Cerberus.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:12:46 UTC 2022 - Dirk Müller + +- use https for url + ------------------------------------------------------------------- Sun Aug 14 06:12:50 UTC 2022 - Sebastian Wagner diff --git a/python-Cerberus.spec b/python-Cerberus.spec index cad6d5f..4bb5b8a 100644 --- a/python-Cerberus.spec +++ b/python-Cerberus.spec @@ -24,7 +24,7 @@ Release: 0 Summary: Extensible schema and data validation tool for Python dictionaries License: ISC Group: Development/Languages/Python -URL: http://github.com/nicolaiarocci/cerberus +URL: https://github.com/nicolaiarocci/cerberus Source: https://files.pythonhosted.org/packages/source/C/Cerberus/Cerberus-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros