git: ce0143a064c9 - main - devel/py-types-python-dateutil: update 2.9.0.20260402 → 2.9.0.20260807

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Mon, 07 Sep 2026 10:10:06 UTC
The branch main has been updated by yuri:

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

commit ce0143a064c94b227637e7f03a61d105fa0a4a7f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-09-07 05:48:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-09-07 10:09:52 +0000

    devel/py-types-python-dateutil: update 2.9.0.20260402 → 2.9.0.20260807
---
 devel/py-types-python-dateutil/Makefile                   | 2 +-
 devel/py-types-python-dateutil/distinfo                   | 6 +++---
 devel/py-types-python-dateutil/files/patch-pyproject.toml | 9 ++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/devel/py-types-python-dateutil/Makefile b/devel/py-types-python-dateutil/Makefile
index 590068ccd348..1a692d089b42 100644
--- a/devel/py-types-python-dateutil/Makefile
+++ b/devel/py-types-python-dateutil/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	types-python-dateutil
-DISTVERSION=	2.9.0.20260402
+DISTVERSION=	2.9.0.20260807
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-python-dateutil/distinfo b/devel/py-types-python-dateutil/distinfo
index 27ffc525c3f7..4e2df9807568 100644
--- a/devel/py-types-python-dateutil/distinfo
+++ b/devel/py-types-python-dateutil/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1775198285
-SHA256 (types_python_dateutil-2.9.0.20260402.tar.gz) = a980142b9966713acb382c467e35c5cc4208a2f91b10b8d785a0ae6765df6c0b
-SIZE (types_python_dateutil-2.9.0.20260402.tar.gz) = 16941
+TIMESTAMP = 1788718630
+SHA256 (types_python_dateutil-2.9.0.20260807.tar.gz) = e0b8a90d464c8684c66b7b8e4556d9074afdddcc56ca45323f0987134f9e7034
+SIZE (types_python_dateutil-2.9.0.20260807.tar.gz) = 17618
diff --git a/devel/py-types-python-dateutil/files/patch-pyproject.toml b/devel/py-types-python-dateutil/files/patch-pyproject.toml
index 00be64ecd923..0bee810da272 100644
--- a/devel/py-types-python-dateutil/files/patch-pyproject.toml
+++ b/devel/py-types-python-dateutil/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-04-03 06:50:00 UTC
+--- pyproject.toml.orig	2026-09-06 18:22:27 UTC
 +++ pyproject.toml
 @@ -1,12 +1,10 @@ build-backend = "setuptools.build_meta"
  [build-system]
@@ -8,22 +8,21 @@
  
  [project]
  name = "types-python-dateutil"
- version = "2.9.0.20260402"
+ version = "2.9.0.20260807"
 -license = "Apache-2.0"
 -license-files = ["LICENSE"]
  description = "Typing stubs for python-dateutil"
  readme = { text = """\
  ## Typing stubs for python-dateutil
-@@ -46,8 +44,10 @@ dependencies = []
+@@ -49,8 +47,9 @@ dependencies = []
  "Chat" = "https://gitter.im/python/typing"
  
  [tool.setuptools]
 -packages = ['dateutil-stubs']
  include-package-data = false
- 
 +[tool.setuptools.packages.find]
 +include = ["dateutil-stubs*"]
-+
+ 
  [tool.setuptools.package-data]
 -'dateutil-stubs' = ['__init__.pyi', '_common.pyi', '_version.pyi', 'easter.pyi', 'parser/__init__.pyi', 'parser/_parser.pyi', 'parser/isoparser.pyi', 'relativedelta.pyi', 'rrule.pyi', 'tz/__init__.pyi', 'tz/_common.pyi', 'tz/tz.pyi', 'tz/win.pyi', 'tzwin.pyi', 'utils.pyi', 'zoneinfo/__init__.pyi', 'zoneinfo/rebuild.pyi', 'METADATA.toml', 'py.typed']
 +'*' = ['__init__.pyi', '_common.pyi', '_version.pyi', 'easter.pyi', 'parser/__init__.pyi', 'parser/_parser.pyi', 'parser/isoparser.pyi', 'relativedelta.pyi', 'rrule.pyi', 'tz/__init__.pyi', 'tz/_common.pyi', 'tz/tz.pyi', 'tz/win.pyi', 'tzwin.pyi', 'utils.pyi', 'zoneinfo/__init__.pyi', 'zoneinfo/rebuild.pyi', 'METADATA.toml', 'py.typed']