git: 39548364515f - main - devel/py-types-ujson: upgrade to 5.10.0.20250326

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Thu, 17 Apr 2025 20:09:07 UTC
The branch main has been updated by thierry:

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

commit 39548364515fd54d84f33a0e3bc307f3df1a669e
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2025-04-17 12:37:22 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2025-04-17 20:09:03 +0000

    devel/py-types-ujson: upgrade to 5.10.0.20250326
    
    Changelog at
    https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/ujson.md#510020250326-2025-03-26
    
    + chase dependency in math/py-mathics-scanner.
---
 devel/py-types-ujson/Makefile    | 5 ++---
 devel/py-types-ujson/distinfo    | 6 +++---
 math/py-mathics-scanner/Makefile | 4 ++--
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/devel/py-types-ujson/Makefile b/devel/py-types-ujson/Makefile
index 146bb9ada680..8131a9f60d33 100644
--- a/devel/py-types-ujson/Makefile
+++ b/devel/py-types-ujson/Makefile
@@ -1,6 +1,5 @@
-PORTNAME=	types-ujson
-DISTVERSION=	5.10.0.20240515
-PORTREVISION=	1
+PORTNAME=	types_ujson
+DISTVERSION=	5.10.0.20250326
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-ujson/distinfo b/devel/py-types-ujson/distinfo
index c9b22d941483..a98412d28873 100644
--- a/devel/py-types-ujson/distinfo
+++ b/devel/py-types-ujson/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1737924152
-SHA256 (types-ujson-5.10.0.20240515.tar.gz) = ceae7127f0dafe4af5dd0ecf98ee13e9d75951ef963b5c5a9b7ea92e0d71f0d7
-SIZE (types-ujson-5.10.0.20240515.tar.gz) = 3571
+TIMESTAMP = 1744892404
+SHA256 (types_ujson-5.10.0.20250326.tar.gz) = 5469e05f2c31ecb3c4c0267cc8fe41bcd116826fbb4ded69801a645c687dd014
+SIZE (types_ujson-5.10.0.20250326.tar.gz) = 8340
diff --git a/math/py-mathics-scanner/Makefile b/math/py-mathics-scanner/Makefile
index ac1959673a4f..be51e50e9606 100644
--- a/math/py-mathics-scanner/Makefile
+++ b/math/py-mathics-scanner/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mathics_scanner
 PORTVERSION=	1.4.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR}	\
-		${PYTHON_PKGNAMEPREFIX}types-ujson>0:devel/py-types-ujson@${PY_FLAVOR}	\
+		${PYTHON_PKGNAMEPREFIX}types_ujson>0:devel/py-types-ujson@${PY_FLAVOR}	\
 		${PYTHON_PKGNAMEPREFIX}types-PyYAML>0:devel/py-types-PyYAML@${PY_FLAVOR}
 TEST_DEPENDS=	gmake:devel/gmake	\
 		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}