From owner-dev-commits-ports-main@freebsd.org Mon Jun 14 17:47:48 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 646DA661E7F; Mon, 14 Jun 2021 17:47:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3f6p6hYqz3vx6; Mon, 14 Jun 2021 17:47:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 79C4A189E9; Mon, 14 Jun 2021 17:47:45 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EHljRj054934; Mon, 14 Jun 2021 17:47:45 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EHljPJ054933; Mon, 14 Jun 2021 17:47:45 GMT (envelope-from git) Date: Mon, 14 Jun 2021 17:47:45 GMT Message-Id: <202106141747.15EHljPJ054933@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 13c3c69ff386 - main - www/py-httpcore: Update to 0.13.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 13c3c69ff38675f09bcde4dd61145ab01e43d4cc Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 17:47:48 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=13c3c69ff38675f09bcde4dd61145ab01e43d4cc commit 13c3c69ff38675f09bcde4dd61145ab01e43d4cc Author: Po-Chuan Hsieh AuthorDate: 2021-06-14 17:40:57 +0000 Commit: Po-Chuan Hsieh 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 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