Received: by mail.netbsd.org (Postfix, from userid 605) id 691C484D7A; Wed, 7 Jul 2021 09:53:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8EE5284F6F for ; Wed, 7 Jul 2021 09:53:37 +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 UgEgWNKF3ECb for ; Wed, 7 Jul 2021 09:53:37 +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 07CA284F63 for ; Wed, 7 Jul 2021 09:53:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EFCBFFA95; Wed, 7 Jul 2021 09:53:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162565161664090" MIME-Version: 1.0 Date: Wed, 7 Jul 2021 09:53:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-httpx-socks To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210707095336.EFCBFFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162565161664090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jul 7 09:53:36 UTC 2021 Modified Files: pkgsrc/www/py-httpx-socks: Makefile distinfo Log Message: py-httpx-socks: updated to 0.4.1 v0.4.1: Include keepalive_expiry when creating a new connection To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-httpx-socks/Makefile cvs rdiff -u -r1.2 -r1.3 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. --_----------=_162565161664090 Content-Disposition: inline Content-Length: 2130 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.3 pkgsrc/www/py-httpx-socks/Makefile:1.4 --- pkgsrc/www/py-httpx-socks/Makefile:1.3 Sat May 8 09:02:54 2021 +++ pkgsrc/www/py-httpx-socks/Makefile Wed Jul 7 09:53:36 2021 @@ -1,16 +1,17 @@ -# $NetBSD: Makefile,v 1.3 2021/05/08 09:02:54 adam Exp $ +# $NetBSD: Makefile,v 1.4 2021/07/07 09:53:36 adam Exp $ -DISTNAME= httpx-socks-0.4.0 +DISTNAME= httpx-socks-0.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/httpx-socks/} -MAINTAINER= pkgsrc-users@pkgsrc.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/romis2012/httpx-socks COMMENT= Proxy (HTTP, SOCKS) transports for httpx LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-httpx>=0.18.1:../../www/py-httpx +DEPENDS+= ${PYPKGPREFIX}-httpcore>=0.13.4:../../www/py-httpcore DEPENDS+= ${PYPKGPREFIX}-python-socks>=1.2.4:../../net/py-python-socks USE_LANGUAGES= # none Index: pkgsrc/www/py-httpx-socks/distinfo diff -u pkgsrc/www/py-httpx-socks/distinfo:1.2 pkgsrc/www/py-httpx-socks/distinfo:1.3 --- pkgsrc/www/py-httpx-socks/distinfo:1.2 Sat May 8 09:02:54 2021 +++ pkgsrc/www/py-httpx-socks/distinfo Wed Jul 7 09:53:36 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2021/05/08 09:02:54 adam Exp $ +$NetBSD: distinfo,v 1.3 2021/07/07 09:53:36 adam Exp $ -SHA1 (httpx-socks-0.4.0.tar.gz) = e54e49a5555fcc4d26badd9a83203e85e25dc611 -RMD160 (httpx-socks-0.4.0.tar.gz) = efbeefc1bed9a70d2f08250c4e9e15fd5a75e419 -SHA512 (httpx-socks-0.4.0.tar.gz) = 707296e374a2b321756e95d5eb2aafada3583b7d597b5fd451091549b50b9dd35fd2e4173b26913c175a4af1b93873f474cc6fce74330faab0e82b7046e1a838 -Size (httpx-socks-0.4.0.tar.gz) = 7911 bytes +SHA1 (httpx-socks-0.4.1.tar.gz) = ac5a72d64780ddbd76f1fd5267196f2cecb72f99 +RMD160 (httpx-socks-0.4.1.tar.gz) = a63538ae0ed8e36fc6af63c96a97fe3454622981 +SHA512 (httpx-socks-0.4.1.tar.gz) = 6bc64da0ca22b336414b8d8170623731f017b667a05e91921123bfb64d116235e4952ab65f5b42c99ab79585113dcb19320e57415d67811a4367dfc725ce181d +Size (httpx-socks-0.4.1.tar.gz) = 7921 bytes --_----------=_162565161664090--