diff options
author | adam <adam@pkgsrc.org> | 2019-09-06 13:37:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-06 13:37:14 +0000 |
commit | 4968d1a7a6e0858dff5437bf68cb1b3b798f8ea0 (patch) | |
tree | bccf74d68e936117610db8399ea42e39787525bd /time | |
parent | f7df1313a1de5cf8b4f66481f63283eac0689f17 (diff) | |
download | pkgsrc-4968d1a7a6e0858dff5437bf68cb1b3b798f8ea0.tar.gz |
py-arrow: updated to 0.14.7
0.14.7
- [CHANGE] `ArrowParseWarning` will no longer be printed on every call to `arrow.get()` with a datetime string. The purpose of the warning was to start a conversation about the upcoming 0.15.0 changes and we appreciate all the feedback that the community has given us!
0.14.6
- [NEW] Added support for `week` granularity in `Arrow.humanize()`. For example, `arrow.utcnow().shift(weeks=-1).humanize(granularity="week")` outputs "a week ago". This change introduced two new untranslated words, `week` and `weeks`, to all locale dictionaries, so locale contributions are welcome!
- [NEW] Fully translated the Brazilian Portugese locale.
- [CHANGE] Updated the Macedonian locale to inherit from a Slavic base.
- [FIX] Fixed a bug that caused `arrow.get()` to ignore tzinfo arguments of type string (e.g. `arrow.get(tzinfo="Europe/Paris")`).
- [FIX] Fixed a bug that occurred when `arrow.Arrow()` was instantiated with a `pytz` tzinfo object.
- [FIX] Fixed a bug that caused Arrow to fail when passed a sub-second token, that when rounded, had a value greater than 999999 (e.g. `arrow.get("2015-01-12T01:13:15.9999995")`). Arrow should now accurately propagate the rounding for large sub-second tokens.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-arrow/Makefile | 4 | ||||
-rw-r--r-- | time/py-arrow/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/py-arrow/Makefile b/time/py-arrow/Makefile index cb974b64ea3..bc7410e441b 100644 --- a/time/py-arrow/Makefile +++ b/time/py-arrow/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2019/08/26 10:38:11 adam Exp $ +# $NetBSD: Makefile,v 1.13 2019/09/06 13:37:14 adam Exp $ -DISTNAME= arrow-0.14.5 +DISTNAME= arrow-0.14.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/} diff --git a/time/py-arrow/distinfo b/time/py-arrow/distinfo index 02906b2e955..42f1ae9575c 100644 --- a/time/py-arrow/distinfo +++ b/time/py-arrow/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2019/08/26 10:38:11 adam Exp $ +$NetBSD: distinfo,v 1.12 2019/09/06 13:37:14 adam Exp $ -SHA1 (arrow-0.14.5.tar.gz) = 7bd044ac9ca1abf33b40d3877314e6a3713a3ffd -RMD160 (arrow-0.14.5.tar.gz) = ca61d432a0e56c0430fc543a321f4249fc5dac51 -SHA512 (arrow-0.14.5.tar.gz) = 2b2fa23ad565b1c85728aadb997dba30726b61c666a852f84be547254e54a23aaf20c9eda73e78246dcbb68d46954e035c66b44d4fcd5e5404bab2ebd4e81dc8 -Size (arrow-0.14.5.tar.gz) = 590609 bytes +SHA1 (arrow-0.14.7.tar.gz) = 1cc42fa4b71760a9ae209a87251699d1f5410177 +RMD160 (arrow-0.14.7.tar.gz) = d0d51ebce8b16d41d40144a2b67f353419188413 +SHA512 (arrow-0.14.7.tar.gz) = 44ad742d390e6c96a0bdd20cdba5843ae90ece32f26984eaedc7b11f05316f02eb69ae6e4877aa2199abe97b8bdcbd29da66b7f343a7abdf0105899e83ab5b50 +Size (arrow-0.14.7.tar.gz) = 67657 bytes |