Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:46:10 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ea1df851428f - main - www/py-uvicorn: Update to 0.17.6
Message-ID:  <202203251346.22PDkAIu023028@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea1df851428fa8fa859143f468b058772c223815

commit ea1df851428fa8fa859143f468b058772c223815
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 13:06:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:37:22 +0000

    www/py-uvicorn: Update to 0.17.6
    
    Changes:        https://github.com/encode/uvicorn/releases
---
 www/py-uvicorn/Makefile             |  4 ++--
 www/py-uvicorn/distinfo             |  6 +++---
 www/py-uvicorn/files/patch-setup.py | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/www/py-uvicorn/Makefile b/www/py-uvicorn/Makefile
index e3c00be72e21..068ad29c725d 100644
--- a/www/py-uvicorn/Makefile
+++ b/www/py-uvicorn/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	uvicorn
-PORTVERSION=	0.17.5
+PORTVERSION=	0.17.6
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.4.0:www/py-asgiref@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}h11>=0.8:net/py-h11@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}httptools>=0.2.0<0.4.1:www/py-httptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}httptools>=0.4.0:www/py-httptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-dotenv>=0.13:www/py-python-dotenv@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yaml>=5.1:devel/py-yaml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}uvloop>=0.14.0:devel/py-uvloop@${PY_FLAVOR} \
diff --git a/www/py-uvicorn/distinfo b/www/py-uvicorn/distinfo
index 7ff2938702b5..e4f4235df735 100644
--- a/www/py-uvicorn/distinfo
+++ b/www/py-uvicorn/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646058172
-SHA256 (uvicorn-0.17.5.tar.gz) = c04a9c069111489c324f427501b3840d306c6b91a77b00affc136a840a3f45f1
-SIZE (uvicorn-0.17.5.tar.gz) = 39547
+TIMESTAMP = 1647264718
+SHA256 (uvicorn-0.17.6.tar.gz) = 5180f9d059611747d841a4a4c4ab675edf54c8489e97f96d0583ee90ac3bfc23
+SIZE (uvicorn-0.17.6.tar.gz) = 39534
diff --git a/www/py-uvicorn/files/patch-setup.py b/www/py-uvicorn/files/patch-setup.py
deleted file mode 100644
index cea05aa656b8..000000000000
--- a/www/py-uvicorn/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	2022-02-16 12:54:46 UTC
-+++ setup.py
-@@ -53,7 +53,7 @@ minimal_requirements = [
- 
- extra_requirements = [
-     "websockets>=10.0",
--    "httptools>=0.2.0,<0.4.0",
-+    "httptools>=0.2.0,<0.4.1",
-     "uvloop>=0.14.0,!=0.15.0,!=0.15.1; " + env_marker_cpython,
-     "colorama>=0.4;" + env_marker_win,
-     "watchgod>=0.6",



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