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