diff --git a/humanize-2.6.0.tar.gz b/humanize-2.6.0.tar.gz deleted file mode 100644 index 7cc4d6a..0000000 --- a/humanize-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ee358ea6c23de896b9d1925ebe6a8504bb2ba7e98d5ccf4d07ab7f3b28f3819 -size 53753 diff --git a/humanize-4.0.0.tar.gz b/humanize-4.0.0.tar.gz new file mode 100644 index 0000000..9f61f79 --- /dev/null +++ b/humanize-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1f872fdfc7d2ef4a28d4f80ddde9f96d36955b5d6b0dac4bdeb99502bddb00 +size 71028 diff --git a/python-humanize.changes b/python-humanize.changes index 7d570fc..c048324 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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 + +- update to 4.0.0: + * Drop support for Python 3.6 + * Remove deprecated VERSION, use version instead + * Remove when from naturaldelta() and allow largest timedelta + * Remove deprecated private function aliases + ------------------------------------------------------------------- Mon Sep 28 11:51:21 UTC 2020 - Dirk Mueller diff --git a/python-humanize.spec b/python-humanize.spec index 7e3f2e7..b1a846e 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 @@ -20,22 +20,23 @@ %define skip_python2 1 %global modname humanize Name: python-humanize -Version: 2.6.0 +Version: 4.0.0 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 base >= 3.7} 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