From 6804a12557c4c81efebd668d1fc020a537e677bac8a91908b409c687dc210660 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:18:43 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-first?expand=0&rev=9 --- python-first.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-first.spec b/python-first.spec index a365eb6..8ebfd75 100644 --- a/python-first.spec +++ b/python-first.spec @@ -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}