Received: by mail.netbsd.org (Postfix, from userid 605) id 88FFF84F4F; Tue, 7 Feb 2023 12:31:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B9E3484D66 for ; Tue, 7 Feb 2023 12:31:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id sqY758vWoEai for ; Tue, 7 Feb 2023 12:31:00 +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 34B4C84D3C for ; Tue, 7 Feb 2023 12:31:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E3A8FA90; Tue, 7 Feb 2023 12:31:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167577306061430" MIME-Version: 1.0 Date: Tue, 7 Feb 2023 12:31:00 +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: <20230207123100.2E3A8FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167577306061430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Feb 7 12:31:00 UTC 2023 Modified Files: pkgsrc/time/py-dateparser: Makefile distinfo Log Message: py-dateparser: updated to 1.1.7 1.1.7 (2023-02-02) ------------------ Improvements: - Add an “ago” synonym for Arabic - Improved date parsing for Czech - Improved date parsing for Indonesian 1.1.6 (2023-01-12) ------------------ Improvements: - Fix the bug where Monday is parsed as a month - Prevent ReDoS in Spanish sentence splitting regex To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/py-dateparser/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/time/py-dateparser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167577306061430 Content-Disposition: inline Content-Length: 1609 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.13 pkgsrc/time/py-dateparser/Makefile:1.14 --- pkgsrc/time/py-dateparser/Makefile:1.13 Sun Jan 1 21:39:23 2023 +++ pkgsrc/time/py-dateparser/Makefile Tue Feb 7 12:30:59 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2023/01/01 21:39:23 adam Exp $ +# $NetBSD: Makefile,v 1.14 2023/02/07 12:30:59 adam Exp $ -DISTNAME= dateparser-1.1.5 +DISTNAME= dateparser-1.1.7 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.14 pkgsrc/time/py-dateparser/distinfo:1.15 --- pkgsrc/time/py-dateparser/distinfo:1.14 Sun Jan 1 21:39:23 2023 +++ pkgsrc/time/py-dateparser/distinfo Tue Feb 7 12:30:59 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2023/01/01 21:39:23 adam Exp $ +$NetBSD: distinfo,v 1.15 2023/02/07 12:30:59 adam Exp $ -BLAKE2s (dateparser-1.1.5.tar.gz) = 51e72244929a7e24b6582a291919c55d1f949b3a5a19d9cf8f2d8889ccdbba71 -SHA512 (dateparser-1.1.5.tar.gz) = 0a2ea4a8a4b580ed8f0939b3bc7175fa40bc37df1469711ce2b802bc24a8b45484f8c5f6b9297a8343c1fbe281892e6521b19c35468305d8ba7e584e444a7bf2 -Size (dateparser-1.1.5.tar.gz) = 295364 bytes +BLAKE2s (dateparser-1.1.7.tar.gz) = b90cb14fb82a3c63ee091ae672b144207efc0b41f45984ba473d559e4dd5b8ca +SHA512 (dateparser-1.1.7.tar.gz) = d333fa2007c069f7424def9694544767a8885eec5d476e9dd73605754fd53f5a9dbbeb19f24291ac6c6ffa09b4014a3135ad8fbabadae1655c78a8d5fe36f907 +Size (dateparser-1.1.7.tar.gz) = 295818 bytes --_----------=_167577306061430--