From ec76fcde9b671aeb399401fd14850f9c6df1253a8c0ae1f5f9761ef6c517ac23 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:20:15 +0000 Subject: [PATCH] - use https for urls OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=19 --- python-humanize.changes | 5 +++++ python-humanize.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-humanize.changes b/python-humanize.changes index 22e2e6d..e9b4df0 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 13 07:20:09 UTC 2022 - Dirk Müller + +- use https for urls + ------------------------------------------------------------------- Tue Mar 8 12:37:57 UTC 2022 - Edgar Aichinger diff --git a/python-humanize.spec b/python-humanize.spec index a9ab47d..30ab075 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -1,7 +1,7 @@ # # spec file for package python-humanize # -# Copyright (c) 2020 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 @@ -25,17 +25,17 @@ Release: 0 Summary: Python humanize utilities License: MIT Group: Development/Languages/Python -URL: http://github.com/jmoiron/humanize +URL: https://github.com/jmoiron/humanize Source: https://files.pythonhosted.org/packages/source/h/humanize/humanize-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pytest} # /SECTION -BuildArch: noarch %python_subpackages %description