Date: Sat, 10 Oct 2020 17:57:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551965 - head/www/py-httpx Message-ID: <202010101757.09AHvrew052501@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 10 17:57:53 2020 New Revision: 551965 URL: https://svnweb.freebsd.org/changeset/ports/551965 Log: Update to 0.16.0 Changes: https://github.com/encode/httpx/releases Modified: head/www/py-httpx/Makefile head/www/py-httpx/distinfo Modified: head/www/py-httpx/Makefile ============================================================================== --- head/www/py-httpx/Makefile Sat Oct 10 17:57:48 2020 (r551964) +++ head/www/py-httpx/Makefile Sat Oct 10 17:57:53 2020 (r551965) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpx -PORTVERSION= 0.15.5 +PORTVERSION= 0.16.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httpcore>=0.11.0<0.12:www/py-httpcore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpcore>=0.12<0.13:www/py-httpcore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=0:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rfc3986>=1.3<2:www/py-rfc3986@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=0:devel/py-sniffio@${PY_FLAVOR} @@ -29,7 +29,7 @@ OPTIONS_DEFAULT=HTTP2 BROTLI_DESC= Brotli support HTTP2_DESC= HTTP/2 support -BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotlipy>=0.7.0<0.8:archivers/py-brotlipy@${PY_FLAVOR} -HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR} +BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotlipy>=0.7<0.8:archivers/py-brotlipy@${PY_FLAVOR} +HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3<4:www/py-h2@${PY_FLAVOR} .include <bsd.port.mk> Modified: head/www/py-httpx/distinfo ============================================================================== --- head/www/py-httpx/distinfo Sat Oct 10 17:57:48 2020 (r551964) +++ head/www/py-httpx/distinfo Sat Oct 10 17:57:53 2020 (r551965) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601627947 -SHA256 (httpx-0.15.5.tar.gz) = 254b371e3880a8e2387bf9ead6949bac797bd557fda26eba19a6153a0c06bd2b -SIZE (httpx-0.15.5.tar.gz) = 82160 +TIMESTAMP = 1602317897 +SHA256 (httpx-0.16.0.tar.gz) = 032c624c703cfa3aafe2d3a766150b48bcf8df71e833c1440fa74151da9df143 +SIZE (httpx-0.16.0.tar.gz) = 82819
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101757.09AHvrew052501>