Accepting request 929904 from devel:languages:python
- 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/request/show/929904 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-arrow?expand=0&rev=23
This commit is contained in:
commit
742c101aa9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dee7602f6c60e3ec510095b5e301441bc56288cb8f51def14dcb3079f623823a
|
|
||||||
size 113054
|
|
3
arrow-1.2.1.tar.gz
Normal file
3
arrow-1.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c2dde3c382d9f7e6922ce636bf0b318a7a853df40ecb383b29192e6c5cc82840
|
||||||
|
size 118941
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 6 17:33:37 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sun Jul 4 19:48:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
Name: python-arrow%{?psuffix}
|
Name: python-arrow%{?psuffix}
|
||||||
Version: 1.1.1
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Better dates and times for Python
|
Summary: Better dates and times for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -45,7 +45,7 @@ BuildRequires: %{python_module dateutil >= 2.7.0}
|
|||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytz}
|
BuildRequires: %{python_module pytz >= 2021.1}
|
||||||
BuildRequires: %{python_module simplejson}
|
BuildRequires: %{python_module simplejson}
|
||||||
%endif
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user