git: 9a21bdeb259e - main - devel/py-typing-inspection: Update to 0.4.2

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:03:40 UTC
The branch main has been updated by sunpoet:

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

commit 9a21bdeb259efdf373d8eb2a4b19d842cf3a12c4
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:52:56 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:52:56 +0000

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

diff --git a/devel/py-typing-inspection/Makefile b/devel/py-typing-inspection/Makefile
index f7787239459e..a3847086dd21 100644
--- a/devel/py-typing-inspection/Makefile
+++ b/devel/py-typing-inspection/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	typing-inspection
-PORTVERSION=	0.4.1
+PORTVERSION=	0.4.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-typing-inspection/distinfo b/devel/py-typing-inspection/distinfo
index 16eb47be24b4..5b9a5f779318 100644
--- a/devel/py-typing-inspection/distinfo
+++ b/devel/py-typing-inspection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1748495815
-SHA256 (typing_inspection-0.4.1.tar.gz) = 6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28
-SIZE (typing_inspection-0.4.1.tar.gz) = 75726
+TIMESTAMP = 1759774663
+SHA256 (typing_inspection-0.4.2.tar.gz) = ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464
+SIZE (typing_inspection-0.4.2.tar.gz) = 75949
diff --git a/devel/py-typing-inspection/files/patch-pyproject.toml b/devel/py-typing-inspection/files/patch-pyproject.toml
index bd83d6d5483f..307603bc922e 100644
--- a/devel/py-typing-inspection/files/patch-pyproject.toml
+++ b/devel/py-typing-inspection/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
 --- pyproject.toml.orig	2020-02-02 00:00:00 UTC
 +++ pyproject.toml
-@@ -5,8 +5,7 @@ version = '0.4.1'
+@@ -5,8 +5,7 @@ version = '0.4.2'
  [project]
  name = 'typing-inspection'
- version = '0.4.1'
+ version = '0.4.2'
 -license = "MIT"
 -license-files = ['LICENSE']
 +license = { text = "MIT" }