From 66f5a9615034222eaea2d433752bb681c362423b4893b177668476c024312b5b Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 10 Mar 2022 09:56:18 +0000 Subject: [PATCH 1/4] Accepting request 960614 from home:edogawa - update to 4.0.0 OBS-URL: https://build.opensuse.org/request/show/960614 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=18 --- humanize-2.6.0.tar.gz | 3 --- humanize-4.0.0.tar.gz | 3 +++ python-humanize.changes | 5 +++++ python-humanize.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 humanize-2.6.0.tar.gz create mode 100644 humanize-4.0.0.tar.gz 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..22e2e6d 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 8 12:37:57 UTC 2022 - Edgar Aichinger + +- update to 4.0.0 + ------------------------------------------------------------------- Mon Sep 28 11:51:21 UTC 2020 - Dirk Mueller diff --git a/python-humanize.spec b/python-humanize.spec index 7e3f2e7..a9ab47d 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -20,7 +20,7 @@ %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 From ec76fcde9b671aeb399401fd14850f9c6df1253a8c0ae1f5f9761ef6c517ac23 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 13 Oct 2022 07:20:15 +0000 Subject: [PATCH 2/4] - 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 From a337e3318bb36957618fe0840176dab399ba52611b7c8f0f4dc3e14f36aaf9b4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Oct 2022 11:38:50 +0000 Subject: [PATCH 3/4] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=20 --- python-humanize.changes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-humanize.changes b/python-humanize.changes index e9b4df0..c048324 100644 --- a/python-humanize.changes +++ b/python-humanize.changes @@ -6,7 +6,11 @@ Thu Oct 13 07:20:09 UTC 2022 - Dirk Müller ------------------------------------------------------------------- Tue Mar 8 12:37:57 UTC 2022 - Edgar Aichinger -- update to 4.0.0 +- 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 From 4044e4fa9be327565653a7d9d2ed56fd09c2eccd29e3794e64bab2b80151de14 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Oct 2022 11:39:04 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-humanize?expand=0&rev=21 --- python-humanize.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-humanize.spec b/python-humanize.spec index 30ab075..b1a846e 100644 --- a/python-humanize.spec +++ b/python-humanize.spec @@ -27,6 +27,7 @@ License: MIT Group: Development/Languages/Python 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