git: daa4c2eed732 - main - devel/py-typing-inspection: Update to 0.4.4

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 31 Aug 2026 05:46:09 UTC
The branch main has been updated by sunpoet:

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

commit daa4c2eed732ba55ea814329f1c2dc28e322d38e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-08-31 05:20:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-08-31 05:41:16 +0000

    devel/py-typing-inspection: Update to 0.4.4
    
    Changes:        https://github.com/pydantic/typing-inspection/releases
                    https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md
---
 devel/py-typing-inspection/Makefile                   | 4 ++--
 devel/py-typing-inspection/distinfo                   | 6 +++---
 devel/py-typing-inspection/files/patch-pyproject.toml | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/devel/py-typing-inspection/Makefile b/devel/py-typing-inspection/Makefile
index a3847086dd21..df2bcc704624 100644
--- a/devel/py-typing-inspection/Makefile
+++ b/devel/py-typing-inspection/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	typing-inspection
-PORTVERSION=	0.4.2
+PORTVERSION=	0.4.4
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.0:devel/py-typing-extensions@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.15.0:devel/py-typing-extensions@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent pep517
diff --git a/devel/py-typing-inspection/distinfo b/devel/py-typing-inspection/distinfo
index 5b9a5f779318..d127855f699f 100644
--- a/devel/py-typing-inspection/distinfo
+++ b/devel/py-typing-inspection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759774663
-SHA256 (typing_inspection-0.4.2.tar.gz) = ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464
-SIZE (typing_inspection-0.4.2.tar.gz) = 75949
+TIMESTAMP = 1787587932
+SHA256 (typing_inspection-0.4.4.tar.gz) = 547274fa6b0a561ccf549cc9524b999a578e737d015d8709d021f9d0d13bea47
+SIZE (typing_inspection-0.4.4.tar.gz) = 76928
diff --git a/devel/py-typing-inspection/files/patch-pyproject.toml b/devel/py-typing-inspection/files/patch-pyproject.toml
index 307603bc922e..a880735a6b7e 100644
--- a/devel/py-typing-inspection/files/patch-pyproject.toml
+++ b/devel/py-typing-inspection/files/patch-pyproject.toml
@@ -1,10 +1,10 @@
 --- pyproject.toml.orig	2020-02-02 00:00:00 UTC
 +++ pyproject.toml
-@@ -5,8 +5,7 @@ version = '0.4.2'
+@@ -5,8 +5,7 @@ version = '0.4.4'
  [project]
  name = 'typing-inspection'
- version = '0.4.2'
--license = "MIT"
+ version = '0.4.4'
+-license = 'MIT'
 -license-files = ['LICENSE']
 +license = { text = "MIT" }
  description = 'Runtime typing introspection tools'