14
0
forked from pool/python-first

Accepting request 1010401 from devel:languages:python

- use https for urls

OBS-URL: https://build.opensuse.org/request/show/1010401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-first?expand=0&rev=5
This commit is contained in:
2022-10-14 13:41:36 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 13 07:18:51 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use https for urls
-------------------------------------------------------------------
Mon May 17 11:11:53 UTC 2021 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-first
#
# 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 @@ Release: 0
Summary: Python library to return the first true value of an iterable
License: MIT
Group: Development/Languages/Python
URL: http://github.com/hynek/first/
URL: https://github.com/hynek/first/
Source: https://files.pythonhosted.org/packages/source/f/first/first-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}