From 313300eebe48c0de57784f9e865139f43f65e0e1f01a277c2da140b92c0b4a41 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Nov 2021 17:35:52 +0000 Subject: [PATCH] - update to 1.2.1: * Added quarter granularity to humanize * Added Sinhala and Urdu locales * Support Python 3.10 * Updated Azerbaijani, Hebrew, and Serbian locale * Added Albanian, Tamil and Zulu locales. * Added support for Decimal as input to arrow.get(). * The Estonian, Finnish, Nepali and Zulu locales now support dehumanize. * Improved validation checks when using parser tokens A and hh. * Minor bug fixes to Catalan, Cantonese, Greek and Nepali locales. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=53 --- arrow-1.1.1.tar.gz | 3 --- arrow-1.2.1.tar.gz | 3 +++ python-arrow.changes | 14 ++++++++++++++ python-arrow.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 arrow-1.1.1.tar.gz create mode 100644 arrow-1.2.1.tar.gz diff --git a/arrow-1.1.1.tar.gz b/arrow-1.1.1.tar.gz deleted file mode 100644 index 315a27a..0000000 --- a/arrow-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dee7602f6c60e3ec510095b5e301441bc56288cb8f51def14dcb3079f623823a -size 113054 diff --git a/arrow-1.2.1.tar.gz b/arrow-1.2.1.tar.gz new file mode 100644 index 0000000..319985b --- /dev/null +++ b/arrow-1.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dde3c382d9f7e6922ce636bf0b318a7a853df40ecb383b29192e6c5cc82840 +size 118941 diff --git a/python-arrow.changes b/python-arrow.changes index 4f63da1..1f69107 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Nov 6 17:33:37 UTC 2021 - Dirk Müller + +- update to 1.2.1: + * Added quarter granularity to humanize + * Added Sinhala and Urdu locales + * Support Python 3.10 + * Updated Azerbaijani, Hebrew, and Serbian locale + * Added Albanian, Tamil and Zulu locales. + * Added support for Decimal as input to arrow.get(). + * The Estonian, Finnish, Nepali and Zulu locales now support dehumanize. + * Improved validation checks when using parser tokens A and hh. + * Minor bug fixes to Catalan, Cantonese, Greek and Nepali locales. + ------------------------------------------------------------------- Sun Jul 4 19:48:33 UTC 2021 - Dirk Müller diff --git a/python-arrow.spec b/python-arrow.spec index 4305ea5..6468799 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-arrow%{?psuffix} -Version: 1.1.1 +Version: 1.2.1 Release: 0 Summary: Better dates and times for Python License: Apache-2.0 @@ -45,7 +45,7 @@ BuildRequires: %{python_module dateutil >= 2.7.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytz} +BuildRequires: %{python_module pytz >= 2021.1} BuildRequires: %{python_module simplejson} %endif %python_subpackages