pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/py-dateparser py-dateparser: updated to 0.7.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a7c8ff663be
branches:  trunk
changeset: 339976:4a7c8ff663be
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 19 19:36:12 2019 +0000

description:
py-dateparser: updated to 0.7.2

0.7.2:
Features:
* Extended Czech support
* Added `time` to valid periods
* Added timezone information to dates found with `search_dates()`
* Support strings as date formats

Improvements:
* Fixed Collections ABCs depreciation warning
* Fixed dates with trailing colons not being parsed
* Fixed date format override on any settings change
* Fixed parsing current weekday as past date, regardless of settings
* Added UTC -2:30 as a valid offset
* Added Python 3.7 to supported versions, dropped support for Python 3.3 and 3.4
* Moved to importlib from imp where possible
* Improved support for Catalan
* Documentation improvements

diffstat:

 time/py-dateparser/Makefile |   4 ++--
 time/py-dateparser/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 9a686f482e26 -r 4a7c8ff663be time/py-dateparser/Makefile
--- a/time/py-dateparser/Makefile       Thu Sep 19 19:14:39 2019 +0000
+++ b/time/py-dateparser/Makefile       Thu Sep 19 19:36:12 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/02/13 12:54:27 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/09/19 19:36:12 adam Exp $
 
-DISTNAME=      dateparser-0.7.1
+DISTNAME=      dateparser-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dateparser/}
diff -r 9a686f482e26 -r 4a7c8ff663be time/py-dateparser/distinfo
--- a/time/py-dateparser/distinfo       Thu Sep 19 19:14:39 2019 +0000
+++ b/time/py-dateparser/distinfo       Thu Sep 19 19:36:12 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/02/13 12:54:27 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/09/19 19:36:12 adam Exp $
 
-SHA1 (dateparser-0.7.1.tar.gz) = 0ee13686726ed280a941787626548f274d4ccde1
-RMD160 (dateparser-0.7.1.tar.gz) = 9ad6595015e8a2f6b9e5df6a724e9ed90e88e09b
-SHA512 (dateparser-0.7.1.tar.gz) = afe5be78e156defbd8b8a917afd9b89909c46b9b680e1c300a8e50cfaea84b481ede5eb96185a9ad25ef48066a4b749612d2bcba48b505760ac9ae631d02b1ad
-Size (dateparser-0.7.1.tar.gz) = 309095 bytes
+SHA1 (dateparser-0.7.2.tar.gz) = ae9288eed0212e9c01019478f415a6fe079306f8
+RMD160 (dateparser-0.7.2.tar.gz) = 146b23769d014a182c870c15c3be612d82f6bd05
+SHA512 (dateparser-0.7.2.tar.gz) = 3b015a4cca9cdb2d6541c4eb3150e392ed7fc2701a3b233a0deb5405d7255d68049bcea60a5ce734865835b37354d6d1ed569cd71dee1b808a2685df502310c1
+Size (dateparser-0.7.2.tar.gz) = 308405 bytes



Home | Main Index | Thread Index | Old Index