pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-arrow



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep  6 13:37:14 UTC 2019

Modified Files:
        pkgsrc/time/py-arrow: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/time/py-arrow/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/py-arrow/Makefile
diff -u pkgsrc/time/py-arrow/Makefile:1.12 pkgsrc/time/py-arrow/Makefile:1.13
--- pkgsrc/time/py-arrow/Makefile:1.12  Mon Aug 26 10:38:11 2019
+++ pkgsrc/time/py-arrow/Makefile       Fri Sep  6 13:37:14 2019
@@ -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/}

Index: pkgsrc/time/py-arrow/distinfo
diff -u pkgsrc/time/py-arrow/distinfo:1.11 pkgsrc/time/py-arrow/distinfo:1.12
--- pkgsrc/time/py-arrow/distinfo:1.11  Mon Aug 26 10:38:11 2019
+++ pkgsrc/time/py-arrow/distinfo       Fri Sep  6 13:37:14 2019
@@ -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