Received: by mail.netbsd.org (Postfix, from userid 605) id 5D77284D7A; Mon, 21 Nov 2022 10:00:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8C7F484D6A for ; Mon, 21 Nov 2022 10:00:49 +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 zslDuhTu6Vl5 for ; Mon, 21 Nov 2022 10:00:49 +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 05FDC84D60 for ; Mon, 21 Nov 2022 10:00:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDDCEFA90; Mon, 21 Nov 2022 10:00:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1669024848226990" MIME-Version: 1.0 Date: Mon, 21 Nov 2022 10:00:48 +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: <20221121100048.EDDCEFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1669024848226990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Mon Nov 21 10:00:48 UTC 2022 Modified Files: pkgsrc/time/py-dateparser: Makefile distinfo Log Message: py-dateparser: updated to 1.1.3 1.1.3 (2022-11-03) ------------------ New features: - Add support for fractional units Improvements: - Fix the returned datetime skipping a day with time+timezone input and PREFER_DATES_FROM = 'future' - Fix input translatation breaking keep_formatting - English: support "till date" - English: support “after” and “before” in relative dates Cleanups: - Reorganize internal data - CI updates To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/py-dateparser/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/time/py-dateparser/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1669024848226990 Content-Disposition: inline Content-Length: 1675 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.10 pkgsrc/time/py-dateparser/Makefile:1.11 --- pkgsrc/time/py-dateparser/Makefile:1.10 Tue Oct 25 09:02:38 2022 +++ pkgsrc/time/py-dateparser/Makefile Mon Nov 21 10:00:48 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2022/10/25 09:02:38 adam Exp $ +# $NetBSD: Makefile,v 1.11 2022/11/21 10:00:48 adam Exp $ -DISTNAME= dateparser-1.1.2 +DISTNAME= dateparser-1.1.3 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.11 pkgsrc/time/py-dateparser/distinfo:1.12 --- pkgsrc/time/py-dateparser/distinfo:1.11 Tue Oct 25 09:02:38 2022 +++ pkgsrc/time/py-dateparser/distinfo Mon Nov 21 10:00:48 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2022/10/25 09:02:38 adam Exp $ +$NetBSD: distinfo,v 1.12 2022/11/21 10:00:48 adam Exp $ -BLAKE2s (dateparser-1.1.2.tar.gz) = 1e632401d0fe132b3c09a0ab7e52c04c91f4f75d5791009dad79924c128de98c -SHA512 (dateparser-1.1.2.tar.gz) = a5f935f66112cd8d122551714177004acb649a50a34910afcc011413c404521fa3e0938e22bf3d6e653ae7deae686145f79bb80fd9688838b85e1038506c0d14 -Size (dateparser-1.1.2.tar.gz) = 288404 bytes +BLAKE2s (dateparser-1.1.3.tar.gz) = 34342c63e27957310aadf9f340796b3ac066d31ae3d66ce68bedbcca4d0d2cf0 +SHA512 (dateparser-1.1.3.tar.gz) = 2f4c548a269ed5d011bbcbe0aaa9a743cf7a0770ebd01ef234ae60faf975c1e9f08850f2c9fbaae22f5ecab7cdc9522cf981f97854e6909759803bfbd3990d5f +Size (dateparser-1.1.3.tar.gz) = 293781 bytes SHA1 (patch-setup.py) = e23760741deedb40a5647b093132296a5bc9384c --_----------=_1669024848226990--