Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 380F684D3E for ; Thu, 7 Sep 2023 13:42:58 +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 6qscPlMSJEUO for ; Thu, 7 Sep 2023 13:42:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A560084CFE for ; Thu, 7 Sep 2023 13:42:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EB16FBDB; Thu, 7 Sep 2023 13:42:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1694094177211560" MIME-Version: 1.0 Date: Thu, 7 Sep 2023 13:42:57 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/py-empty-files To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230907134257.9EB16FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1694094177211560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Sep 7 13:42:57 UTC 2023 Modified Files: pkgsrc/devel/py-empty-files: Makefile distinfo Log Message: Update to 0.0.9. From the changelog: - Empty files will now just create a blank file if you have not setup openssl correctly for the version of urllib3. This mainly happens in python 3.7. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-empty-files/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-empty-files/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1694094177211560 Content-Disposition: inline Content-Length: 1852 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-empty-files/Makefile diff -u pkgsrc/devel/py-empty-files/Makefile:1.4 pkgsrc/devel/py-empty-files/Makefile:1.5 --- pkgsrc/devel/py-empty-files/Makefile:1.4 Mon Jun 26 16:31:33 2023 +++ pkgsrc/devel/py-empty-files/Makefile Thu Sep 7 13:42:57 2023 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.4 2023/06/26 16:31:33 schmonz Exp $ +# $NetBSD: Makefile,v 1.5 2023/09/07 13:42:57 schmonz Exp $ -DISTNAME= empty-files-0.0.4 +DISTNAME= empty-files-0.0.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=e/empty-files/} MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= https://github.com/approvals/${GITHUB_PROJECT} +HOMEPAGE= https://github.com/approvals/EmptyFiles.Python COMMENT= Null Object pattern for files LICENSE= apache-2.0 Index: pkgsrc/devel/py-empty-files/distinfo diff -u pkgsrc/devel/py-empty-files/distinfo:1.3 pkgsrc/devel/py-empty-files/distinfo:1.4 --- pkgsrc/devel/py-empty-files/distinfo:1.3 Mon Jun 26 16:31:33 2023 +++ pkgsrc/devel/py-empty-files/distinfo Thu Sep 7 13:42:57 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/06/26 16:31:33 schmonz Exp $ +$NetBSD: distinfo,v 1.4 2023/09/07 13:42:57 schmonz Exp $ -BLAKE2s (empty-files-0.0.4.tar.gz) = c965eaae3f048248b4796ca0828dcfc8014dd644b8afd9869f67702358492d01 -SHA512 (empty-files-0.0.4.tar.gz) = d660b977fff33d2eaeaa4d55b8ae854f304dab23c762b6946df603b72a77b241cb7dd40f6202bc34ed64c4c5f0d504f084905c4cb322b69c682affbf70179475 -Size (empty-files-0.0.4.tar.gz) = 6752 bytes +BLAKE2s (empty-files-0.0.9.tar.gz) = 817bdb4df3eeda28329c1bed8c5e7b39c456491bbc6028f81ea9b60886abf36c +SHA512 (empty-files-0.0.9.tar.gz) = c3ece8f8e9ad384ae7b079f2d8b2aa6d51eaf5b1a6f1f413c78a3e05147ecbe1c674bd4fbbc395229c0f9f238ef5e5bc5abe0322fc704201e9ad78d7ddffd112 +Size (empty-files-0.0.9.tar.gz) = 6812 bytes --_----------=_1694094177211560--