From e1420b2bf7303b049c6dce1c565f4b39e6c7f24e1b7d3345f31986a9146f8672 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 18 May 2021 22:07:22 +0000 Subject: [PATCH] - update to 1.1.0: * [NEW] Implemented the ``dehumanize`` method for ``Arrow`` objects. * [NEW] Made the start of the week adjustable when using ``span("week")`` * [NEW] Added Croatian, Latin, Latvian, Lithuanian and Malay locales. * [FIX] Internally standardize locales and improve locale validation. * [FIX] Correct type checking for ``arrow.get(2021, 3, 9)`` construction. * [FIX] Audited all docstrings for style, typos and outdated info. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=50 --- arrow-1.0.3.tar.gz | 3 --- arrow-1.1.0.tar.gz | 3 +++ python-arrow.changes | 11 +++++++++++ python-arrow.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 arrow-1.0.3.tar.gz create mode 100644 arrow-1.1.0.tar.gz diff --git a/arrow-1.0.3.tar.gz b/arrow-1.0.3.tar.gz deleted file mode 100644 index 477d0c3..0000000 --- a/arrow-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:399c9c8ae732270e1aa58ead835a79a40d7be8aa109c579898eb41029b5a231d -size 102536 diff --git a/arrow-1.1.0.tar.gz b/arrow-1.1.0.tar.gz new file mode 100644 index 0000000..86b992f --- /dev/null +++ b/arrow-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fe13abf3517abab315e09350c903902d1447bd311afbc17547ba1cb3ff5bd8 +size 109692 diff --git a/python-arrow.changes b/python-arrow.changes index c228952..eb89e85 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue May 18 22:06:04 UTC 2021 - Dirk Müller + +- update to 1.1.0: + * [NEW] Implemented the ``dehumanize`` method for ``Arrow`` objects. + * [NEW] Made the start of the week adjustable when using ``span("week")`` + * [NEW] Added Croatian, Latin, Latvian, Lithuanian and Malay locales. + * [FIX] Internally standardize locales and improve locale validation. + * [FIX] Correct type checking for ``arrow.get(2021, 3, 9)`` construction. + * [FIX] Audited all docstrings for style, typos and outdated info. + ------------------------------------------------------------------- Thu Apr 15 12:33:30 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-arrow.spec b/python-arrow.spec index bbecff9..701ee83 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -1,5 +1,5 @@ # -# spec file for package python-arrow +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-arrow%{?psuffix} -Version: 1.0.3 +Version: 1.1.0 Release: 0 Summary: Better dates and times for Python License: Apache-2.0