From owner-svn-ports-all@freebsd.org Sat Aug 15 17:08:22 2020 Return-Path: Delivered-To: svn-ports-all@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 3F2263BF876; Sat, 15 Aug 2020 17:08:22 +0000 (UTC) (envelope-from sunpoet@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BTRbB0yqBz4QCP; Sat, 15 Aug 2020 17:08:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 046AC224EA; Sat, 15 Aug 2020 17:08:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07FH8LZd028209; Sat, 15 Aug 2020 17:08:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07FH8LhR028206; Sat, 15 Aug 2020 17:08:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202008151708.07FH8LhR028206@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 15 Aug 2020 17:08:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545003 - head/www/py-httpcore X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-httpcore X-SVN-Commit-Revision: 545003 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2020 17:08:22 -0000 Author: sunpoet Date: Sat Aug 15 17:08:21 2020 New Revision: 545003 URL: https://svnweb.freebsd.org/changeset/ports/545003 Log: Update to 0.10.0 - Add HTTP2 option Changes: https://github.com/encode/httpcore/releases Modified: head/www/py-httpcore/Makefile head/www/py-httpcore/distinfo Modified: head/www/py-httpcore/Makefile ============================================================================== --- head/www/py-httpcore/Makefile Sat Aug 15 17:08:01 2020 (r545002) +++ head/www/py-httpcore/Makefile Sat Aug 15 17:08:21 2020 (r545003) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpcore -PORTVERSION= 0.9.1 +PORTVERSION= 0.10.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +14,17 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.10:net/py-h11@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +OPTIONS_DEFINE= HTTP2 +OPTIONS_DEFAULT=HTTP2 +HTTP2_DESC= HTTP/2 support + +HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<4:www/py-h2@${PY_FLAVOR} .include Modified: head/www/py-httpcore/distinfo ============================================================================== --- head/www/py-httpcore/distinfo Sat Aug 15 17:08:01 2020 (r545002) +++ head/www/py-httpcore/distinfo Sat Aug 15 17:08:21 2020 (r545003) @@ -1,3 +1,3 @@ -TIMESTAMP = 1590927009 -SHA256 (httpcore-0.9.1.tar.gz) = ecc5949310d9dae4de64648a4ce529f86df1f232ce23dcfefe737c24d21dfbe9 -SIZE (httpcore-0.9.1.tar.gz) = 31911 +TIMESTAMP = 1596954368 +SHA256 (httpcore-0.10.0.tar.gz) = 3f0481835528fe7ec57034c1e6d36cd52487707c3f15c5757d74820b9b42173e +SIZE (httpcore-0.10.0.tar.gz) = 35514