Received: by mail.netbsd.org (Postfix, from userid 605) id 59D8384E88; Sat, 20 Jun 2020 07:30:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0BF6384E7E for ; Sat, 20 Jun 2020 07:18:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Mo305Kgl-_MC for ; Sat, 20 Jun 2020 07:18:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F41C84D22 for ; Sat, 20 Jun 2020 07:18:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C364FB28; Sat, 20 Jun 2020 07:18:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592637523109660" MIME-Version: 1.0 Date: Sat, 20 Jun 2020 07:18:43 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-dateparser To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200620071843.2C364FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1592637523109660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jun 20 07:18:43 UTC 2020 Modified Files: pkgsrc/time/py-dateparser: Makefile PLIST distinfo Log Message: py-dateparser: updated to 0.7.6 0.7.6: Improvements: * Rename ``scripts`` to ``dateparser_scripts`` to avoid name collisions with modules from other packages or projects 0.7.5: New features: * Add Python 3.8 support * Implement a ``REQUIRE_PARTS`` setting * Add support for subscript and superscript numbers * Extended French support * Extended German support Improvements: * Migrate test suite to Pytest * Add test to check the `yaml` and `json` files content * Add flake8 pipeline with pytest-flake8 * Add partial support for 8-digit dates without separators * Fix possible ``OverflowError`` errors and explicitly avoid to raise ``ValueError`` when parsing relative dates * Fix double-digit GMT and UTC parsing * Fix bug when using ``DATE_ORDER`` * Fix bug when parsing relative time with timezone * Fix milliseconds parsing * Fix wrong values to be interpreted as ``'future'`` in ``PREFER_DATES_FROM`` * Other small improvements To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/time/py-dateparser/Makefile \ pkgsrc/time/py-dateparser/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/time/py-dateparser/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592637523109660 Content-Disposition: inline Content-Length: 3324 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/py-dateparser/Makefile diff -u pkgsrc/time/py-dateparser/Makefile:1.5 pkgsrc/time/py-dateparser/Makefile:1.6 --- pkgsrc/time/py-dateparser/Makefile:1.5 Sat Mar 7 12:22:43 2020 +++ pkgsrc/time/py-dateparser/Makefile Sat Jun 20 07:18:42 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/03/07 12:22:43 adam Exp $ +# $NetBSD: Makefile,v 1.6 2020/06/20 07:18:42 adam Exp $ -DISTNAME= dateparser-0.7.4 +DISTNAME= dateparser-0.7.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dateparser/} Index: pkgsrc/time/py-dateparser/distinfo diff -u pkgsrc/time/py-dateparser/distinfo:1.5 pkgsrc/time/py-dateparser/distinfo:1.6 --- pkgsrc/time/py-dateparser/distinfo:1.5 Sat Mar 7 12:22:43 2020 +++ pkgsrc/time/py-dateparser/distinfo Sat Jun 20 07:18:42 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/03/07 12:22:43 adam Exp $ +$NetBSD: distinfo,v 1.6 2020/06/20 07:18:42 adam Exp $ -SHA1 (dateparser-0.7.4.tar.gz) = 35ae4c28d50cbcc27c77af3eb18f1a8a01a11654 -RMD160 (dateparser-0.7.4.tar.gz) = d34d566ec37279c55fa3ef9dfd8b763feaf1f729 -SHA512 (dateparser-0.7.4.tar.gz) = 3666604878c55eeffdbd326579eb3c0eb68b65422147d75366b686f332ac853f8042af7f4a7ed7c9ae3fe35b5a991691367d600ddaeea1b991f5dccfc509e79a -Size (dateparser-0.7.4.tar.gz) = 312033 bytes +SHA1 (dateparser-0.7.6.tar.gz) = 45f449a03310d1f4347e52f8c6a49efbc2bdd2d7 +RMD160 (dateparser-0.7.6.tar.gz) = 403517a61c37a0c6fa68d6338f1e91e5822accc4 +SHA512 (dateparser-0.7.6.tar.gz) = 802990426f6d6be69ebb8becfb875f5d90a42db8ca0e6d6c89eeb52da431f479dd81d8e9094d0d91c45d5097c18e16eddbd9e16d77b2a0319490574435d1b81a +Size (dateparser-0.7.6.tar.gz) = 320578 bytes Index: pkgsrc/time/py-dateparser/PLIST diff -u pkgsrc/time/py-dateparser/PLIST:1.2 pkgsrc/time/py-dateparser/PLIST:1.3 --- pkgsrc/time/py-dateparser/PLIST:1.2 Fri Feb 9 09:17:23 2018 +++ pkgsrc/time/py-dateparser/PLIST Sat Jun 20 07:18:42 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/02/09 09:17:23 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/06/20 07:18:42 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -929,3 +929,21 @@ ${PYSITELIB}/dateparser_data/__init__.py ${PYSITELIB}/dateparser_data/settings.py ${PYSITELIB}/dateparser_data/settings.pyc ${PYSITELIB}/dateparser_data/settings.pyo +${PYSITELIB}/dateparser_scripts/__init__.py +${PYSITELIB}/dateparser_scripts/__init__.pyc +${PYSITELIB}/dateparser_scripts/__init__.pyo +${PYSITELIB}/dateparser_scripts/get_cldr_data.py +${PYSITELIB}/dateparser_scripts/get_cldr_data.pyc +${PYSITELIB}/dateparser_scripts/get_cldr_data.pyo +${PYSITELIB}/dateparser_scripts/get_cldr_numeral_data.py +${PYSITELIB}/dateparser_scripts/get_cldr_numeral_data.pyc +${PYSITELIB}/dateparser_scripts/get_cldr_numeral_data.pyo +${PYSITELIB}/dateparser_scripts/order_languages.py +${PYSITELIB}/dateparser_scripts/order_languages.pyc +${PYSITELIB}/dateparser_scripts/order_languages.pyo +${PYSITELIB}/dateparser_scripts/utils.py +${PYSITELIB}/dateparser_scripts/utils.pyc +${PYSITELIB}/dateparser_scripts/utils.pyo +${PYSITELIB}/dateparser_scripts/write_complete_data.py +${PYSITELIB}/dateparser_scripts/write_complete_data.pyc +${PYSITELIB}/dateparser_scripts/write_complete_data.pyo --_----------=_1592637523109660--