Source-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.15.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/094121ac66cd
branches:  trunk
changeset: 434648:094121ac66cd
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 20 07:20:28 2020 +0000

description:
py-arrow: updated to 0.15.7

0.15.7:

- [NEW] Added a number of built-in format strings. See the `docs <https://arrow.readthedocs.io/#built-in-formats>`_ for a complete list of supported formats. For example:

.. code-block:: python

    >>> arw = arrow.utcnow()
    >>> arw.format(arrow.FORMAT_COOKIE)
    'Wednesday, 27-May-2020 10:30:35 UTC'

- [NEW] Arrow is now fully compatible with Python 3.9 and PyPy3.
- [NEW] Added Makefile, tox.ini, and requirements.txt files to the distribution bundle.
- [NEW] Added French Canadian and Swahili locales.
- [NEW] Added ``humanize`` week granularity translation for Hebrew, Greek, Macedonian, Swedish, Slovak.
- [FIX] ms and μs timestamps are now normalized in ``arrow.get()``, ``arrow.fromtimestamp()``, and ``arrow.utcfromtimestamp()``. For example:

.. code-block:: python

    >>> ts = 1591161115194556
    >>> arw = arrow.get(ts)
    <Arrow [2020-06-03T05:11:55.194556+00:00]>
    >>> arw.timestamp
    1591161115

- [FIX] Refactored and updated Macedonian, Hebrew, Korean, and Portuguese locales.

diffstat:

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

diffs (27 lines):

diff -r a6f105d28134 -r 094121ac66cd time/py-arrow/Makefile
--- a/time/py-arrow/Makefile    Sat Jun 20 07:18:42 2020 +0000
+++ b/time/py-arrow/Makefile    Sat Jun 20 07:20:28 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2020/05/07 04:56:30 adam Exp $
+# $NetBSD: Makefile,v 1.17 2020/06/20 07:20:28 adam Exp $
 
-DISTNAME=      arrow-0.15.6
+DISTNAME=      arrow-0.15.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arrow/}
diff -r a6f105d28134 -r 094121ac66cd time/py-arrow/distinfo
--- a/time/py-arrow/distinfo    Sat Jun 20 07:18:42 2020 +0000
+++ b/time/py-arrow/distinfo    Sat Jun 20 07:20:28 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/05/07 04:56:30 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/06/20 07:20:28 adam Exp $
 
-SHA1 (arrow-0.15.6.tar.gz) = 70339da09a7eef1bef29fc5d47ef2ab5727a7410
-RMD160 (arrow-0.15.6.tar.gz) = 372119a641c1063654f31c71ec2a16657ee8d4c1
-SHA512 (arrow-0.15.6.tar.gz) = c56316f8c535c6f14ccaab32e2559b45309170fd47e8728cdd8c0e2af9398264f90fbdd0ece82d14e3f959d24b186fac3e8bb52cf7a64fe0dcd4c247650c73b5
-Size (arrow-0.15.6.tar.gz) = 83160 bytes
+SHA1 (arrow-0.15.7.tar.gz) = 37a02715aeecae332888764768bb43d2e21d32e5
+RMD160 (arrow-0.15.7.tar.gz) = 588cb065a2f1c5ebf515e5da4c60697610ee9294
+SHA512 (arrow-0.15.7.tar.gz) = 28cfc9edbf013ee03bb52c9794333d725a4fc967f0c8c6837931fc6994e08c367763deb193b8eae8b931cf849294bfce3470316c0a1b73340eb96ca1c9d8959c
+Size (arrow-0.15.7.tar.gz) = 89278 bytes


Home | Main Index | Thread Index | Old Index