2022-10-13 07:15:34 +00:00
committed by Git OBS Bridge
parent 84a0440dd1
commit bf80a3f140
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 13 07:15:27 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use https for urls
-------------------------------------------------------------------
Wed May 19 07:20:33 UTC 2021 - pgajdos@suse.com

View File

@@ -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}