Received: by mail.netbsd.org (Postfix, from userid 605) id 84BD884F00; Tue, 23 Jan 2024 13:34:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B1F1784EEF for ; Tue, 23 Jan 2024 13:34:10 +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 YTtL-08OzIlV for ; Tue, 23 Jan 2024 13:34:10 +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 0D54784E5C for ; Tue, 23 Jan 2024 13:34:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 062C8FA42; Tue, 23 Jan 2024 13:34:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706016849299440" MIME-Version: 1.0 Date: Tue, 23 Jan 2024 13:34:09 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dotenv To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240123133410.062C8FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706016849299440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 23 13:34:09 UTC 2024 Modified Files: pkgsrc/devel/py-dotenv: Makefile PLIST distinfo Log Message: py-dotenv: updated to 1.0.1 1.0.1 **Fixed** * Gracefully handle code which has been imported from a zipfile * Allow modules using load_dotenv to be reloaded when launched in a separate thread * Fix file not closed after deletion, handle error in the rewrite function **Misc** * Use pathlib.Path in tests * Fix year in release date in changelog.md * Use https in README links To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-dotenv/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-dotenv/PLIST cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-dotenv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706016849299440 Content-Disposition: inline Content-Length: 3298 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-dotenv/Makefile diff -u pkgsrc/devel/py-dotenv/Makefile:1.12 pkgsrc/devel/py-dotenv/Makefile:1.13 --- pkgsrc/devel/py-dotenv/Makefile:1.12 Mon May 22 12:25:07 2023 +++ pkgsrc/devel/py-dotenv/Makefile Tue Jan 23 13:34:09 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2023/05/22 12:25:07 adam Exp $ +# $NetBSD: Makefile,v 1.13 2024/01/23 13:34:09 adam Exp $ -DISTNAME= python-dotenv-1.0.0 +DISTNAME= python-dotenv-1.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-dotenv/} @@ -13,20 +13,14 @@ LICENSE= modified-bsd # cli DEPENDS+= ${PYPKGPREFIX}-click>=5.0:../../devel/py-click TEST_DEPENDS+= ${PYPKGPREFIX}-sh>=2:../../sysutils/py-sh -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.9:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov USE_LANGUAGES= # none -USE_PKG_RESOURCES= yes - PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: cd ${DESTDIR}${PREFIX}/bin && ${MV} dotenv dotenv-${PYVERSSUFFIX} || ${TRUE} -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-dotenv/PLIST diff -u pkgsrc/devel/py-dotenv/PLIST:1.3 pkgsrc/devel/py-dotenv/PLIST:1.4 --- pkgsrc/devel/py-dotenv/PLIST:1.3 Thu Sep 8 15:21:59 2022 +++ pkgsrc/devel/py-dotenv/PLIST Tue Jan 23 13:34:09 2024 @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2022/09/08 15:21:59 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2024/01/23 13:34:09 adam Exp $ bin/dotenv-${PYVERSSUFFIX} -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/dotenv/__init__.py ${PYSITELIB}/dotenv/__init__.pyc ${PYSITELIB}/dotenv/__init__.pyo Index: pkgsrc/devel/py-dotenv/distinfo diff -u pkgsrc/devel/py-dotenv/distinfo:1.11 pkgsrc/devel/py-dotenv/distinfo:1.12 --- pkgsrc/devel/py-dotenv/distinfo:1.11 Mon May 22 12:25:07 2023 +++ pkgsrc/devel/py-dotenv/distinfo Tue Jan 23 13:34:09 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/05/22 12:25:07 adam Exp $ +$NetBSD: distinfo,v 1.12 2024/01/23 13:34:09 adam Exp $ -BLAKE2s (python-dotenv-1.0.0.tar.gz) = 5549f6010834a7733dffd2aa140f027a09c61a4c8ce2da2e6b046a369dfeb333 -SHA512 (python-dotenv-1.0.0.tar.gz) = 8fc14eb07d8fb5e4cb4a83338aac1009aaa0715b3e7438b4ac8ee7da0ad5f7cf6b05121a685d05af7f03828ab39df61382cfbc5e95c6708246d1f400fe10d250 -Size (python-dotenv-1.0.0.tar.gz) = 37399 bytes +BLAKE2s (python-dotenv-1.0.1.tar.gz) = 7d2aae28f91226992e8981447e6f8912f810bc294a28060bada3f791931001fe +SHA512 (python-dotenv-1.0.1.tar.gz) = d03f28f123b19e6e4af05c239686e189e5767108049399c110b80668bfea9d2a3f9222b719863fdef016cbe726a7a77748a18ddad013f7fc21c239ccf680c1da +Size (python-dotenv-1.0.1.tar.gz) = 39115 bytes --_----------=_1706016849299440--