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.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6d408e0b5684
branches:  trunk
changeset: 436035:6d408e0b5684
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 24 06:53:42 2020 +0000

description:
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.

diffstat:

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

diffs (34 lines):

diff -r 0ae837819cdc -r 6d408e0b5684 time/py-arrow/Makefile
--- a/time/py-arrow/Makefile    Thu Jul 23 19:56:03 2020 +0000
+++ b/time/py-arrow/Makefile    Fri Jul 24 06:53:42 2020 +0000
@@ -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
 
diff -r 0ae837819cdc -r 6d408e0b5684 time/py-arrow/distinfo
--- a/time/py-arrow/distinfo    Thu Jul 23 19:56:03 2020 +0000
+++ b/time/py-arrow/distinfo    Fri Jul 24 06:53:42 2020 +0000
@@ -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