Date: Mon, 14 Jun 2021 17:47:45 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 13c3c69ff386 - main - www/py-httpcore: Update to 0.13.4 Message-ID: <202106141747.15EHljPJ054933@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=13c3c69ff38675f09bcde4dd61145ab01e43d4cc commit 13c3c69ff38675f09bcde4dd61145ab01e43d4cc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-14 17:40:57 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-14 17:40:57 +0000 www/py-httpcore: Update to 0.13.4 Changes: https://github.com/encode/httpcore/releases --- www/py-httpcore/Makefile | 5 +++-- www/py-httpcore/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/py-httpcore/Makefile b/www/py-httpcore/Makefile index 75efaf50d965..e00da90abcb4 100644 --- a/www/py-httpcore/Makefile +++ b/www/py-httpcore/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= httpcore -PORTVERSION= 0.13.3 +PORTVERSION= 0.13.4 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Minimal low-level HTTP client LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0.11<0.13:net/py-h11@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=3.0<4:devel/py-anyio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}h11>=0.11<0.13:net/py-h11@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR} USES= python:3.6+ diff --git a/www/py-httpcore/distinfo b/www/py-httpcore/distinfo index bd54939446e4..3094ca3e22d6 100644 --- a/www/py-httpcore/distinfo +++ b/www/py-httpcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620405463 -SHA256 (httpcore-0.13.3.tar.gz) = 5d674b57a11275904d4fd0819ca02f960c538e4472533620f322fc7db1ea0edc -SIZE (httpcore-0.13.3.tar.gz) = 45292 +TIMESTAMP = 1622214126 +SHA256 (httpcore-0.13.4.tar.gz) = 9fa4c623bb9d2280c009c34658cc6315e4fd425a395145645bee205d827263e4 +SIZE (httpcore-0.13.4.tar.gz) = 45139
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106141747.15EHljPJ054933>