1
0

Accepting request 1010393 from devel:languages:python

- use https for urls

OBS-URL: https://build.opensuse.org/request/show/1010393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-contextvars?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-10-14 13:40:18 +00:00 committed by Git OBS Bridge
commit e39e09d3b0
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}