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 Jul 24 06:53:42 UTC 2020
Modified Files:
pkgsrc/time/py-arrow: Makefile distinfo
Log Message:
py-arrow: updated to 0.15.8
0.15.8
- [WARN] arrow will **drop support** for Python 2.7 and 3.5 in the 1.0.0 release in late September. The 0.15.x and 0.16.x releases are the last to support Python 2.7 and 3.5.
- [NEW] Added ``humanize`` week granularity translation for Czech.
- [FIX] ``arrow.get`` will now pick sane defaults when weekdays are passed with particular token combinations.
- [INTERNAL] Moved arrow to an organization. The repo can now be found `here <https://github.com/arrow-py/arrow>`_.
- [INTERNAL] Started issuing deprecation warnings for Python 2.7 and 3.5.
- [INTERNAL] Added Python 3.9 to CI pipeline.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/time/py-arrow/Makefile
cvs rdiff -u -r1.16 -r1.17 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.17 pkgsrc/time/py-arrow/Makefile:1.18
--- pkgsrc/time/py-arrow/Makefile:1.17 Sat Jun 20 07:20:28 2020
+++ pkgsrc/time/py-arrow/Makefile Fri Jul 24 06:53:42 2020
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.17 2020/06/20 07:20:28 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/07/24 06:53:42 adam Exp $
-DISTNAME= arrow-0.15.7
+DISTNAME= arrow-0.15.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/arrow/}
MAINTAINER= kamelderouiche%yahoo.com@localhost
-HOMEPAGE= https://github.com/crsmithdev/arrow
+HOMEPAGE= https://github.com/arrow-py/arrow
COMMENT= Better dates and times for Python
LICENSE= apache-2.0
Index: pkgsrc/time/py-arrow/distinfo
diff -u pkgsrc/time/py-arrow/distinfo:1.16 pkgsrc/time/py-arrow/distinfo:1.17
--- pkgsrc/time/py-arrow/distinfo:1.16 Sat Jun 20 07:20:28 2020
+++ pkgsrc/time/py-arrow/distinfo Fri Jul 24 06:53:42 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/06/20 07:20:28 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/07/24 06:53:42 adam Exp $
-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
+SHA1 (arrow-0.15.8.tar.gz) = 8feea41969e37b03e02af1485e4dd9d118154914
+RMD160 (arrow-0.15.8.tar.gz) = df463189241c7f8f3ef22516865453d8520d8b94
+SHA512 (arrow-0.15.8.tar.gz) = 93d161cbeb48636f2e3f91ebcc51cddbb3b21175ae31f5d9251a22358c7d1934663a8e47a82efd8773bf30c28efefcd8d2a3baf581fe191777cd41f12f29d4d2
+Size (arrow-0.15.8.tar.gz) = 92220 bytes
Home |
Main Index |
Thread Index |
Old Index