Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:06:32 +0000
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: 99b5ac7e0e98 - main - www/py-httpx: Fix 46ca512e1410d55bb72593f71661c2ce556654d6
Message-ID:  <69e40068.3458d.66275b23@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit 99b5ac7e0e98daf0520fce5e5497d73186c9b978
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:42:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:53:11 +0000

    www/py-httpx: Fix 46ca512e1410d55bb72593f71661c2ce556654d6
    
    - Bump PORTREVISION for package change
---
 www/py-httpx/Makefile                   | 2 +-
 www/py-httpx/files/patch-pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/py-httpx/Makefile b/www/py-httpx/Makefile
index 40455ccc1a33..b11f6698f3b1 100644
--- a/www/py-httpx/Makefile
+++ b/www/py-httpx/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	httpx
 PORTVERSION=	0.28.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-httpx/files/patch-pyproject.toml b/www/py-httpx/files/patch-pyproject.toml
index 971b34aa71c3..b9bddd09e8a7 100644
--- a/www/py-httpx/files/patch-pyproject.toml
+++ b/www/py-httpx/files/patch-pyproject.toml
@@ -5,7 +5,7 @@
      "click==8.*",
      "pygments==2.*",
 -    "rich>=10,<14",
-+    "rich>=10,<15",
++    "rich>=10,<16",
  ]
  http2 = [
      "h2>=3,<5",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e40068.3458d.66275b23>