From 659cfa42f8f6b0fcb1046d83696048f3cc9c1e7aadab0fc00ce3482cc04d0634 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:14:23 +0000 Subject: [PATCH] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-case?expand=0&rev=13 --- python-case.changes | 5 +++++ python-case.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-case.changes b/python-case.changes index a9e9cae..b9f31e3 100644 --- a/python-case.changes +++ b/python-case.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:14:18 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Wed Jul 20 16:23:58 UTC 2022 - Steve Kowalik diff --git a/python-case.spec b/python-case.spec index f10c912..9c3dda8 100644 --- a/python-case.spec +++ b/python-case.spec @@ -23,7 +23,7 @@ Release: 0 Summary: Python unittest Utilities License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/celery/case +URL: https://github.com/celery/case Source: https://files.pythonhosted.org/packages/source/c/case/case-%{version}.tar.gz Patch0: remove_unittest2.patch Patch1: remove_coverage.patch