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: Sun Jun 16 14:08:03 UTC 2019
Modified Files:
pkgsrc/time/py-arrow: Makefile distinfo
Log Message:
py-arrow: updated to 0.14.2
0.14.2
- [CHANGE] Travis CI builds now use tox to lint and run tests.
- [FIX] Fixed UnicodeDecodeError on certain locales.
0.14.1
- [FIX] Fixed "ImportError: No module named 'dateutil'".
0.14.0
- [NEW] Added provisional support for Python 3.8.
- [CHANGE] Removed support for EOL Python 3.4.
- [FIX] Updated setup.py with modern Python standards.
- [FIX] Upgraded dependencies to latest versions.
- [FIX] Enabled flake8 and black on travis builds.
- [FIX] Formatted code using black and isort.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.8 -r1.9 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.9 pkgsrc/time/py-arrow/Makefile:1.10
--- pkgsrc/time/py-arrow/Makefile:1.9 Wed May 22 20:53:43 2019
+++ pkgsrc/time/py-arrow/Makefile Sun Jun 16 14:08:03 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/05/22 20:53:43 adam Exp $
+# $NetBSD: Makefile,v 1.10 2019/06/16 14:08:03 adam Exp $
-DISTNAME= arrow-0.13.2
+DISTNAME= arrow-0.14.2
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.8 pkgsrc/time/py-arrow/distinfo:1.9
--- pkgsrc/time/py-arrow/distinfo:1.8 Wed May 22 20:53:43 2019
+++ pkgsrc/time/py-arrow/distinfo Sun Jun 16 14:08:03 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/05/22 20:53:43 adam Exp $
+$NetBSD: distinfo,v 1.9 2019/06/16 14:08:03 adam Exp $
-SHA1 (arrow-0.13.2.tar.gz) = cee32285fe2f6d2e2ff154f1290ada560a1782dd
-RMD160 (arrow-0.13.2.tar.gz) = 6214213bc8a2ae7611c5d5090009230dd6f430ff
-SHA512 (arrow-0.13.2.tar.gz) = 2886c6b84fd8e428c6083d1bff8963e2d9e06f34abc19df266bb70e0f6a1acf2275ebf89ed54a6e6876632baf0fa006563279630e62e71599560973bcc5c4bf4
-Size (arrow-0.13.2.tar.gz) = 70603 bytes
+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
Home |
Main Index |
Thread Index |
Old Index