From a337e3318bb36957618fe0840176dab399ba52611b7c8f0f4dc3e14f36aaf9b4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Oct 2022 11:38:50 +0000 Subject: [PATCH] - 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