1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Update to 0.11.0

Changes:	https://github.com/encode/httpcore/releases
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-23 18:49:43 +00:00
parent 5fc126831b
commit 71d578dec7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549788
3 changed files with 4 additions and 15 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= httpcore
PORTVERSION= 0.10.2
PORTVERSION= 0.11.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1598029479
SHA256 (httpcore-0.10.2.tar.gz) = 93a4caf743e7ed29dbf7900515f0917babaa26bfaae6fb6c922ca1228519d400
SIZE (httpcore-0.10.2.tar.gz) = 36674
TIMESTAMP = 1600863364
SHA256 (httpcore-0.11.0.tar.gz) = 35ffc735d746b83f8fc6d36f82600e56117b9e8adc65d0c0423264b6ebfef7bf
SIZE (httpcore-0.11.0.tar.gz) = 39952

View File

@ -1,11 +0,0 @@
--- setup.py.orig 2020-08-20 09:34:45 UTC
+++ setup.py
@@ -53,7 +53,7 @@ setup(
packages=get_packages("httpcore"),
include_package_data=True,
zip_safe=False,
- install_requires=["h11>=0.8,<0.10", "sniffio==1.*"],
+ install_requires=["h11>=0.8,<0.11", "sniffio==1.*"],
extras_require={
"http2": ["h2==3.*"],
},