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 Aug  3 04:35:13 UTC 2019

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

Log Message:
py-arrow: updated to 0.14.4

0.14.4
- [FIX] Fixed a regression in 0.14.3 that prevented a tzinfo argument of type string to be passed to the get() function. Functionality such as arrow.get("2019072807", "YYYYMMDDHH", tzinfo="UTC") 
should work as normal again.
- [CHANGE] Moved backports.functools_lru_cache dependency from extra_requires to install_requires for Python 2.7 installs to fix

0.14.3
- [NEW] Added full support for Python 3.8.
- [CHANGE] Added warnings for upcoming factory.get() parsing changes in 0.15.0. Please see https://github.com/crsmithdev/arrow/issues/612 for full details.
- [FIX] Extensive refactor and update of documentation.
- [FIX] factory.get() can now construct from kwargs.
- [FIX] Added meridians to Spanish Locale.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/py-arrow/PLIST
cvs rdiff -u -r1.9 -r1.10 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.10 pkgsrc/time/py-arrow/Makefile:1.11
--- pkgsrc/time/py-arrow/Makefile:1.10  Sun Jun 16 14:08:03 2019
+++ pkgsrc/time/py-arrow/Makefile       Sat Aug  3 04:35:12 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2019/06/16 14:08:03 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/08/03 04:35:12 adam Exp $
 
-DISTNAME=      arrow-0.14.2
+DISTNAME=      arrow-0.14.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/arrow/}
@@ -13,6 +13,11 @@ LICENSE=     apache-2.0
 DEPENDS+=      ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 TEST_DEPENDS+= ${PYPKGPREFIX}-chai-[0-9]*:../../devel/py-chai
 
+.include "../../lang/python/pyversion.mk"
+.if ${_PYTHON_VERSION} == 27
+DEPENDS+=      ${PYPKGPREFIX}-backports.functools_lru_cache>=1.2.1:../../devel/py-backports.functools_lru_cache
+.endif
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"

Index: pkgsrc/time/py-arrow/PLIST
diff -u pkgsrc/time/py-arrow/PLIST:1.1 pkgsrc/time/py-arrow/PLIST:1.2
--- pkgsrc/time/py-arrow/PLIST:1.1      Sat Jun 14 14:12:57 2014
+++ pkgsrc/time/py-arrow/PLIST  Sat Aug  3 04:35:12 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2014/06/14 14:12:57 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/08/03 04:35:12 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -8,6 +8,9 @@ ${PYSITELIB}/${EGG_INFODIR}/top_level.tx
 ${PYSITELIB}/arrow/__init__.py
 ${PYSITELIB}/arrow/__init__.pyc
 ${PYSITELIB}/arrow/__init__.pyo
+${PYSITELIB}/arrow/_version.py
+${PYSITELIB}/arrow/_version.pyc
+${PYSITELIB}/arrow/_version.pyo
 ${PYSITELIB}/arrow/api.py
 ${PYSITELIB}/arrow/api.pyc
 ${PYSITELIB}/arrow/api.pyo

Index: pkgsrc/time/py-arrow/distinfo
diff -u pkgsrc/time/py-arrow/distinfo:1.9 pkgsrc/time/py-arrow/distinfo:1.10
--- pkgsrc/time/py-arrow/distinfo:1.9   Sun Jun 16 14:08:03 2019
+++ pkgsrc/time/py-arrow/distinfo       Sat Aug  3 04:35:12 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/06/16 14:08:03 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/08/03 04:35:12 adam Exp $
 
-SHA1 (arrow-0.14.2.tar.gz) = 5461d044f8f94769333e2a3d7ebb63a7aa5fea97
-RMD160 (arrow-0.14.2.tar.gz) = c8d64cf3ea2a072ed382c8badefb974dbc9edc98
-SHA512 (arrow-0.14.2.tar.gz) = 68c28e363de180f606e874076a9107b5214d8973e4bb9cdab639c5e30efe29e69cf97ca4aa1372f8da116dc3a518f2e4f8bc00807d64091ac922122288cfd31b
-Size (arrow-0.14.2.tar.gz) = 102667 bytes
+SHA1 (arrow-0.14.4.tar.gz) = ea1cf02b63c7ccfc4ed75cccee159630fe0ab5de
+RMD160 (arrow-0.14.4.tar.gz) = 5c5a05f1a68325f7ef0def2631be9c678292d6d0
+SHA512 (arrow-0.14.4.tar.gz) = e3b5e0b5e28deb7d1cb13fddb07f7d9e2718ecc78ed58da28c01b65960782b4e791a673ac022138ec16b9c2197c45b63a36e153138d11a240e9f0ff24ced3e11
+Size (arrow-0.14.4.tar.gz) = 582324 bytes



Home | Main Index | Thread Index | Old Index