From 97a33e6c8c6492eba8b613635acbe12ce41e228611ebe074856f33b44fe32f41 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:16:04 +0000 Subject: [PATCH] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=41 --- python-croniter.changes | 5 +++++ python-croniter.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-croniter.changes b/python-croniter.changes index eaa8806..6530f54 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:15:59 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Tue Sep 27 15:18:11 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-croniter.spec b/python-croniter.spec index efe49c3..4e7ef13 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -22,7 +22,7 @@ Version: 1.3.7 Release: 0 Summary: Python iterators for datetime objects with cron-like format License: MIT -URL: http://github.com/kiorky/croniter +URL: https://github.com/kiorky/croniter Source: https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz BuildRequires: %{python_module future} BuildRequires: %{python_module pytest >= 3.0.3}