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:           Sat Jun 20 07:20:28 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.15 -r1.16 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.16 pkgsrc/time/py-arrow/Makefile:1.17
--- pkgsrc/time/py-arrow/Makefile:1.16  Thu May  7 04:56:30 2020
+++ pkgsrc/time/py-arrow/Makefile       Sat Jun 20 07:20:28 2020
@@ -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/}

Index: pkgsrc/time/py-arrow/distinfo
diff -u pkgsrc/time/py-arrow/distinfo:1.15 pkgsrc/time/py-arrow/distinfo:1.16
--- pkgsrc/time/py-arrow/distinfo:1.15  Thu May  7 04:56:30 2020
+++ pkgsrc/time/py-arrow/distinfo       Sat Jun 20 07:20:28 2020
@@ -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