Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A05D84E7F for ; Fri, 17 Nov 2023 20:48:07 +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 r9GYm3aGPZmF for ; Fri, 17 Nov 2023 20:48:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EAD6784E74 for ; Fri, 17 Nov 2023 20:48:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E82A9FA3D; Fri, 17 Nov 2023 20:48:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700254086178100" MIME-Version: 1.0 Date: Fri, 17 Nov 2023 20:48:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/time/py-dateparser To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231117204806.E82A9FA3D@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700254086178100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Nov 17 20:48:06 UTC 2023 Modified Files: pkgsrc/time/py-dateparser: Makefile distinfo Log Message: py-dateparser: updated to 1.2.0 1.2.0 (2023-11-17) ------------------ New features: - New ``PREFER_MONTH_OF_YEAR`` setting Fixes: - Absolute years in Russian are no longer being treated as a number of years in the past Cleanups and internal improvements: - Removed the use of ``datetime.utcnow``, deprecated on Python 3.12 - Applied Black formatting to the code base - Initial integration with OSSFuzz - Extended test cases To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/time/py-dateparser/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/time/py-dateparser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700254086178100 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.15 pkgsrc/time/py-dateparser/Makefile:1.16 --- pkgsrc/time/py-dateparser/Makefile:1.15 Wed Mar 29 12:57:16 2023 +++ pkgsrc/time/py-dateparser/Makefile Fri Nov 17 20:48:06 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/03/29 12:57:16 adam Exp $ +# $NetBSD: Makefile,v 1.16 2023/11/17 20:48:06 adam Exp $ -DISTNAME= dateparser-1.1.8 +DISTNAME= dateparser-1.2.0 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.16 pkgsrc/time/py-dateparser/distinfo:1.17 --- pkgsrc/time/py-dateparser/distinfo:1.16 Wed Mar 29 12:57:16 2023 +++ pkgsrc/time/py-dateparser/distinfo Fri Nov 17 20:48:06 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2023/03/29 12:57:16 adam Exp $ +$NetBSD: distinfo,v 1.17 2023/11/17 20:48:06 adam Exp $ -BLAKE2s (dateparser-1.1.8.tar.gz) = a58a9030a5fe5ec05f3845a6d5bf8ec03e210e6efbc66397c44b179802870b4a -SHA512 (dateparser-1.1.8.tar.gz) = 45fc6ee67be77ae9ece818b25e680a9416c30bbe8d71746a2b08910b57406d65e6b9f0c51ada1697034ea1f3f9a0952c2f0616c9fa1be4c7886e459e1cc2d898 -Size (dateparser-1.1.8.tar.gz) = 296595 bytes +BLAKE2s (dateparser-1.2.0.tar.gz) = 9a17e409b2902e24e0c402fdb2285f7bba4ea912797545a73858e49cebe7f465 +SHA512 (dateparser-1.2.0.tar.gz) = 74d5975f515dee096d83d10b72e5dc66ab197d50f24c129560ffb87eef4abd1422d8236555496d1ab1c0bfb832729e9c0d3ea2ca2c9c49da19963f0f2c1c1eb4 +Size (dateparser-1.2.0.tar.gz) = 307260 bytes --_----------=_1700254086178100--