From owner-svn-ports-head@freebsd.org Wed Sep 23 18:49:52 2020 Return-Path: Delivered-To: svn-ports-head@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 7A44A422ED3; Wed, 23 Sep 2020 18:49:52 +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 4BxS0H6KSCz44Sh; Wed, 23 Sep 2020 18:49:51 +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 6B7B31528B; Wed, 23 Sep 2020 18:49:48 +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 08NInm8V019808; Wed, 23 Sep 2020 18:49:48 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08NInldw019803; Wed, 23 Sep 2020 18:49:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009231849.08NInldw019803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 Sep 2020 18:49:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r549789 - head/www/py-httpx X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/py-httpx X-SVN-Commit-Revision: 549789 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2020 18:49:53 -0000 Author: sunpoet Date: Wed Sep 23 18:49:47 2020 New Revision: 549789 URL: https://svnweb.freebsd.org/changeset/ports/549789 Log: Update to 0.15.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 Wed Sep 23 18:49:43 2020 (r549788) +++ head/www/py-httpx/Makefile Wed Sep 23 18:49:47 2020 (r549789) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpx -PORTVERSION= 0.14.3 +PORTVERSION= 0.15.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,8 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}chardet>=3.0<4:textproc/py-chardet@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httpcore>=0.10.0<0.11:www/py-httpcore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}httpcore>=0.11.0<0.12: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} Modified: head/www/py-httpx/distinfo ============================================================================== --- head/www/py-httpx/distinfo Wed Sep 23 18:49:43 2020 (r549788) +++ head/www/py-httpx/distinfo Wed Sep 23 18:49:47 2020 (r549789) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599302769 -SHA256 (httpx-0.14.3.tar.gz) = 96bd4de4e6b742d672e2338720baf98518efaf85c86e0b48218e1bef9f272333 -SIZE (httpx-0.14.3.tar.gz) = 76741 +TIMESTAMP = 1600863366 +SHA256 (httpx-0.15.0.tar.gz) = 1e94f557f4efaa75bd6677ff6502b778cd0cf10cb53acc7e10ca6c835cf8c9b0 +SIZE (httpx-0.15.0.tar.gz) = 81437