15
0
forked from pool/python-arrow

- update to 1.1.1:

* Added Odia, Maltese, Serbian, Sami, and Luxembourgish locales.
  * All calls to ``arrow.get()`` should now properly pass the ``tzinfo``
    argument to the Arrow constructor. 
  * Humanize output is now properly truncated when a locale class
    overrides ``_format_timeframe()``.
  * Updated Turkish locale and added tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=52
This commit is contained in:
2021-07-04 19:51:01 +00:00
committed by Git OBS Bridge
parent e1420b2bf7
commit 65561d9a75
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jul 4 19:48:33 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 1.1.1:
* Added Odia, Maltese, Serbian, Sami, and Luxembourgish locales.
* All calls to ``arrow.get()`` should now properly pass the ``tzinfo``
argument to the Arrow constructor.
* Humanize output is now properly truncated when a locale class
overrides ``_format_timeframe()``.
* Updated Turkish locale and added tests.
-------------------------------------------------------------------
Tue May 18 22:06:04 UTC 2021 - Dirk Müller <dmueller@suse.com>