Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 17:57:48 +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: r551964 - head/www/py-httpcore
Message-ID:  <202010101757.09AHvmFQ052375@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct 10 17:57:48 2020
New Revision: 551964
URL: https://svnweb.freebsd.org/changeset/ports/551964

Log:
  Update to 0.12.0
  
  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 Oct 10 17:56:55 2020	(r551963)
+++ head/www/py-httpcore/Makefile	Sat Oct 10 17:57:48 2020	(r551964)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	httpcore
-PORTVERSION=	0.11.1
+PORTVERSION=	0.12.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Minimal low-level HTTP client
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h11>=0.8<0.11:net/py-h11@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h11>=0<1:net/py-h11@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}sniffio>=1.0<2:devel/py-sniffio@${PY_FLAVOR}
 
 USES=		python:3.6+
@@ -25,6 +25,6 @@ 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}
+HTTP2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}h2>=3<5:www/py-h2@${PY_FLAVOR}
 
 .include <bsd.port.mk>

Modified: head/www/py-httpcore/distinfo
==============================================================================
--- head/www/py-httpcore/distinfo	Sat Oct 10 17:56:55 2020	(r551963)
+++ head/www/py-httpcore/distinfo	Sat Oct 10 17:57:48 2020	(r551964)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601485423
-SHA256 (httpcore-0.11.1.tar.gz) = a35dddd1f4cc34ff37788337ef507c0ad0276241ece6daf663ac9e77c0b87232
-SIZE (httpcore-0.11.1.tar.gz) = 39987
+TIMESTAMP = 1602317895
+SHA256 (httpcore-0.12.0.tar.gz) = 2526a38f31ac5967d38b7f593b5d8c4bd3fa82c21400402f866ba3312946acbf
+SIZE (httpcore-0.12.0.tar.gz) = 40748



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010101757.09AHvmFQ052375>