Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 993791A9239 for ; Tue, 26 Oct 2021 17:14:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D4BD284EF0; Tue, 26 Oct 2021 17:14:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1C2B584EEB for ; Tue, 26 Oct 2021 17:14:46 +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 CBtxXfBx0rwX for ; Tue, 26 Oct 2021 17:14:45 +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 8B65384CDC for ; Tue, 26 Oct 2021 17:14:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8131FFA97; Tue, 26 Oct 2021 17:14:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635268485249560" MIME-Version: 1.0 Date: Tue, 26 Oct 2021 17:14:45 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-respx To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211026171445.8131FFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635268485249560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 26 17:14:45 UTC 2021 Modified Files: pkgsrc/www/py-respx: Makefile distinfo Log Message: py-respx: updated to 0.18.2 0.18.2 Fixed - Include extensions when instantiating request in HTTPCoreMocker To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-respx/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-respx/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635268485249560 Content-Disposition: inline Content-Length: 1498 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-respx/Makefile diff -u pkgsrc/www/py-respx/Makefile:1.5 pkgsrc/www/py-respx/Makefile:1.6 --- pkgsrc/www/py-respx/Makefile:1.5 Fri Oct 22 11:13:26 2021 +++ pkgsrc/www/py-respx/Makefile Tue Oct 26 17:14:45 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2021/10/22 11:13:26 adam Exp $ +# $NetBSD: Makefile,v 1.6 2021/10/26 17:14:45 adam Exp $ -DISTNAME= respx-0.18.1 +DISTNAME= respx-0.18.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=r/respx/} Index: pkgsrc/www/py-respx/distinfo diff -u pkgsrc/www/py-respx/distinfo:1.7 pkgsrc/www/py-respx/distinfo:1.8 --- pkgsrc/www/py-respx/distinfo:1.7 Tue Oct 26 11:30:46 2021 +++ pkgsrc/www/py-respx/distinfo Tue Oct 26 17:14:45 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:30:46 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/10/26 17:14:45 adam Exp $ -BLAKE2s (respx-0.18.1.tar.gz) = 23e6c59fa6ffb2d08886e77708e43fb2e1b6caa74d9951cc3115d9616ba836a5 -SHA512 (respx-0.18.1.tar.gz) = ebf5427df97c9043bf51fc889a57410cf4a5e9ee4916a2aca6a417d048e4be9920e410a57d4a2c721152be857f7032e53d660845b003b36fe2a75198f35b05fd -Size (respx-0.18.1.tar.gz) = 23703 bytes +BLAKE2s (respx-0.18.2.tar.gz) = 86f2f958ae4ecbcfe22c793a2672d011c00cb71e9cfbef30dad6512e079184f4 +SHA512 (respx-0.18.2.tar.gz) = 4ef4da6de5ccd4829fa158da94a7ad7d5cdfe20b8d271bb3cbbfa5d7e8782962d38586aeb3914abdec0b02ca82eeb6caf229c7c16e707b568a2fef9c1dc74c58 +Size (respx-0.18.2.tar.gz) = 23766 bytes --_----------=_1635268485249560--