Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 839918509E for ; Thu, 28 Dec 2023 17:22:16 +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 v5pWJDlNTpw7 for ; Thu, 28 Dec 2023 17:22:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0377184CFA for ; Thu, 28 Dec 2023 17:22:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFBC7FA42; Thu, 28 Dec 2023 17:22:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170378413568720" MIME-Version: 1.0 Date: Thu, 28 Dec 2023 17:22:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-freezegun To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231228172215.EFBC7FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170378413568720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 28 17:22:15 UTC 2023 Modified Files: pkgsrc/devel/py-freezegun: Makefile distinfo Log Message: py-freezegun: updated to 1.4.0 1.4.0 * `asyncio`-support from 1.3.x introduced quite a few bugs, so that functionality is now hidden behind a flag: `with freeze_time('1970-01-02', real_asyncio=True):` To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-freezegun/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-freezegun/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170378413568720 Content-Disposition: inline Content-Length: 1599 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-freezegun/Makefile diff -u pkgsrc/devel/py-freezegun/Makefile:1.16 pkgsrc/devel/py-freezegun/Makefile:1.17 --- pkgsrc/devel/py-freezegun/Makefile:1.16 Tue Dec 5 17:53:12 2023 +++ pkgsrc/devel/py-freezegun/Makefile Thu Dec 28 17:22:15 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2023/12/05 17:53:12 adam Exp $ +# $NetBSD: Makefile,v 1.17 2023/12/28 17:22:15 adam Exp $ -DISTNAME= freezegun-1.3.1 +DISTNAME= freezegun-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=f/freezegun/} Index: pkgsrc/devel/py-freezegun/distinfo diff -u pkgsrc/devel/py-freezegun/distinfo:1.15 pkgsrc/devel/py-freezegun/distinfo:1.16 --- pkgsrc/devel/py-freezegun/distinfo:1.15 Tue Dec 5 17:53:12 2023 +++ pkgsrc/devel/py-freezegun/distinfo Thu Dec 28 17:22:15 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2023/12/05 17:53:12 adam Exp $ +$NetBSD: distinfo,v 1.16 2023/12/28 17:22:15 adam Exp $ -BLAKE2s (freezegun-1.3.1.tar.gz) = 72582b5ba1b3578a877325b480615a53812569679747509aa3a03d476f58b3ad -SHA512 (freezegun-1.3.1.tar.gz) = 7524c85ad4d49fdf86d132085845ec9c67d06600cfa25e0d650cc0a565d1830f9f83315930fd6516ae924c2395721473a04c1ecfeb1735ee31e894370267ef95 -Size (freezegun-1.3.1.tar.gz) = 31535 bytes +BLAKE2s (freezegun-1.4.0.tar.gz) = 1193b86ddcd5603b01895baab0b36b54aa422f6bed2a215d797fd689d2f8b76b +SHA512 (freezegun-1.4.0.tar.gz) = bbdad19b7fc2da9a2851d6b4c14427ccda1f2e06617993cf7173ded65cced9b98d36e1da05a2718b70653a69986cd81d84317003271eda2075177ccf63495b7a +Size (freezegun-1.4.0.tar.gz) = 31748 bytes --_----------=_170378413568720--