15
0
forked from pool/python-arrow

Accepting request 667209 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/667209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-01-20 09:17:01 +00:00
committed by Git OBS Bridge
parent ddcf808ff4
commit dd9f045c70
4 changed files with 38 additions and 6 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Jan 20 04:31:54 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
* be more specific in %files section
* require pytz
- update to version 0.13.0:
* [NEW] Added support for Python 3.6.
* [CHANGE] Drop support for Python 2.6/3.3.
* [CHANGE] Return generator instead of list for Arrow.range(),
Arrow.span_range() and Arrow.interval().
* [FIX] Make arrow.get() work with str & tzinfo combo.
* [FIX] Make sure special RegEx characters are escaped in format
string.
* [NEW] Added support for ZZZ when formatting.
* [FIX] Stop using datetime.utcnow() in internals, use
datetime.now(UTC) instead.
* [FIX] Return NotImplemented instead of TypeError in arrow math
internals.
* [NEW] Added Estonian Locale.
* [FIX] Small fixes to Greek locale.
* [FIX] TagalogLocale improvements.
* [FIX] Added test requirements to setup.
* [FIX] Improve docs for get, now and utcnow methods.
* [FIX] Correct typo in depreciation warning.
-------------------------------------------------------------------
Tue Dec 4 12:45:42 UTC 2018 - Matej Cepl <mcepl@suse.com>