Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4CCBC84D00 for ; Mon, 29 May 2023 12:27:53 +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 X6c0DPKyHz7F for ; Mon, 29 May 2023 12:27:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BFF9884CF7 for ; Mon, 29 May 2023 12:27:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8767FA87; Mon, 29 May 2023 12:27:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168536327260100" MIME-Version: 1.0 Date: Mon, 29 May 2023 12:27:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-httpserver To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230529122752.B8767FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168536327260100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 29 12:27:52 UTC 2023 Modified Files: pkgsrc/devel/py-test-httpserver: Makefile distinfo Log Message: py-test-httpserver: updated to 1.0.8 1.0.8 Bug Fixes - Version 1.0.7 has been released with incorrect dependencies. This is fixed now. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-httpserver/Makefile \ pkgsrc/devel/py-test-httpserver/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168536327260100 Content-Disposition: inline Content-Length: 1734 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-httpserver/Makefile diff -u pkgsrc/devel/py-test-httpserver/Makefile:1.2 pkgsrc/devel/py-test-httpserver/Makefile:1.3 --- pkgsrc/devel/py-test-httpserver/Makefile:1.2 Thu May 18 08:46:37 2023 +++ pkgsrc/devel/py-test-httpserver/Makefile Mon May 29 12:27:52 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2023/05/18 08:46:37 adam Exp $ +# $NetBSD: Makefile,v 1.3 2023/05/29 12:27:52 adam Exp $ -DISTNAME= pytest_httpserver-1.0.7 +DISTNAME= pytest_httpserver-1.0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest_httpserver/} Index: pkgsrc/devel/py-test-httpserver/distinfo diff -u pkgsrc/devel/py-test-httpserver/distinfo:1.2 pkgsrc/devel/py-test-httpserver/distinfo:1.3 --- pkgsrc/devel/py-test-httpserver/distinfo:1.2 Thu May 18 08:46:37 2023 +++ pkgsrc/devel/py-test-httpserver/distinfo Mon May 29 12:27:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2023/05/18 08:46:37 adam Exp $ +$NetBSD: distinfo,v 1.3 2023/05/29 12:27:52 adam Exp $ -BLAKE2s (pytest_httpserver-1.0.7.tar.gz) = 51b61c220b134859676f3c4d808d65b7fbea029ec9f9c767382ca5c7ebd9c3f9 -SHA512 (pytest_httpserver-1.0.7.tar.gz) = 21fb81350ad24e0e59322d7530025e0859c59c62ef0eb6248dbd044ce893fd4c5fa0bc691741578a3d7fa6801dc5c80bc56b10baafff2c1abd480d4c994c93c7 -Size (pytest_httpserver-1.0.7.tar.gz) = 60065 bytes +BLAKE2s (pytest_httpserver-1.0.8.tar.gz) = bf4fffb4c4b182944b0fc9f7e69a0abdb54908dfdc17448c72e025ab7c59a18f +SHA512 (pytest_httpserver-1.0.8.tar.gz) = 5acff56b1c250c190da6466d398c10f206a24fe4112628ba4ec56bb2e23e21408b13d22ab6ad428e7ad7e685d7f2e73d5fc4b7afe86e7cb88d844a6e8e1a6bb4 +Size (pytest_httpserver-1.0.8.tar.gz) = 60126 bytes --_----------=_168536327260100--