pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-arrow py-arrow: updated to 0.14.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4007f4b55ec8
branches:  trunk
changeset: 339103:4007f4b55ec8
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 06 13:37:14 2019 +0000

description:
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:

 time/py-arrow/Makefile |   4 ++--
 time/py-arrow/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 38473bacd5ad -r 4007f4b55ec8 time/py-arrow/Makefile
--- a/time/py-arrow/Makefile    Fri Sep 06 13:34:21 2019 +0000
+++ b/time/py-arrow/Makefile    Fri Sep 06 13:37:14 2019 +0000
@@ -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 -r 38473bacd5ad -r 4007f4b55ec8 time/py-arrow/distinfo
--- a/time/py-arrow/distinfo    Fri Sep 06 13:34:21 2019 +0000
+++ b/time/py-arrow/distinfo    Fri Sep 06 13:37:14 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index