From bf80a3f1409b981fe7f3a66a01430d3286272a1188d93b44e271c9c14b1eeeb8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:15:34 +0000 Subject: [PATCH] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-contextvars?expand=0&rev=5 --- python-contextvars.changes | 5 +++++ python-contextvars.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-contextvars.changes b/python-contextvars.changes index 7c707cc..19d32cd 100644 --- a/python-contextvars.changes +++ b/python-contextvars.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:15:27 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Wed May 19 07:20:33 UTC 2021 - pgajdos@suse.com diff --git a/python-contextvars.spec b/python-contextvars.spec index cefedf6..efa20d7 100644 --- a/python-contextvars.spec +++ b/python-contextvars.spec @@ -1,7 +1,7 @@ # # spec file for package python-contextvars # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Version: 2.4 Release: 0 License: Apache-2.0 Summary: PEP 567 (context variables) backport -URL: http://github.com/MagicStack/contextvars +URL: https://github.com/MagicStack/contextvars Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/c/contextvars/contextvars-%{version}.tar.gz BuildRequires: %{python_module setuptools}