Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FC1684E74 for ; Wed, 8 Nov 2023 13:14:05 +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 LDL0OeKBwP5b for ; Wed, 8 Nov 2023 13:14:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9592A84D27 for ; Wed, 8 Nov 2023 13:14:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8F125FA2F; Wed, 8 Nov 2023 13:14:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169944924451730" MIME-Version: 1.0 Date: Wed, 8 Nov 2023 13:14:04 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httpx-socks To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231108131404.8F125FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169944924451730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Nov 8 13:14:04 UTC 2023 Modified Files: pkgsrc/www/py-httpx-socks: Makefile distinfo Log Message: py-httpx-socks: updated to 0.8.0 0.8.0 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-httpx-socks/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-httpx-socks/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169944924451730 Content-Disposition: inline Content-Length: 1613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-httpx-socks/Makefile diff -u pkgsrc/www/py-httpx-socks/Makefile:1.16 pkgsrc/www/py-httpx-socks/Makefile:1.17 --- pkgsrc/www/py-httpx-socks/Makefile:1.16 Sat Sep 16 03:16:36 2023 +++ pkgsrc/www/py-httpx-socks/Makefile Wed Nov 8 13:14:04 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2023/09/16 03:16:36 adam Exp $ +# $NetBSD: Makefile,v 1.17 2023/11/08 13:14:04 adam Exp $ -DISTNAME= httpx-socks-0.7.8 +DISTNAME= httpx-socks-0.8.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/} Index: pkgsrc/www/py-httpx-socks/distinfo diff -u pkgsrc/www/py-httpx-socks/distinfo:1.14 pkgsrc/www/py-httpx-socks/distinfo:1.15 --- pkgsrc/www/py-httpx-socks/distinfo:1.14 Sat Sep 16 03:16:36 2023 +++ pkgsrc/www/py-httpx-socks/distinfo Wed Nov 8 13:14:04 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2023/09/16 03:16:36 adam Exp $ +$NetBSD: distinfo,v 1.15 2023/11/08 13:14:04 adam Exp $ -BLAKE2s (httpx-socks-0.7.8.tar.gz) = 17b3cb6d5da9d6ac6e3c71c07913a448a510264a0fce354f4b290a0f92a6570d -SHA512 (httpx-socks-0.7.8.tar.gz) = c98ba2758d1eac80a7ea1306aed14a3e7d44bef8ee7be9d47724ef69b6badecd4a6617a7a6a09dc2031a1267a13424cec3b4536bdfd6689a952650d7ea11b376 -Size (httpx-socks-0.7.8.tar.gz) = 9702 bytes +BLAKE2s (httpx-socks-0.8.0.tar.gz) = defbc3d3ede9044046bf8d0a0f594035aa1f9a401a79af716069e66bb511d731 +SHA512 (httpx-socks-0.8.0.tar.gz) = d7e8df2ebe75bda414b661e7915cbcbed2478e4769b361a2daecd8205083f8b018be89e81dbca02f10aea74bc48b5492d72191bb9a1bd0b8c9b29525df7f1f40 +Size (httpx-socks-0.8.0.tar.gz) = 9677 bytes --_----------=_169944924451730--