git: 8b89638ce6ab - main - www/py-htmldate: Update to 1.10.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 08 Jul 2026 13:42:10 UTC
The branch main has been updated by sunpoet:

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

commit 8b89638ce6ab27af07e9e7110dbc5456930890af
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-08 13:04:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-08 13:32:40 +0000

    www/py-htmldate: Update to 1.10.0
    
    Changes:        https://github.com/adbar/htmldate/releases
---
 www/py-htmldate/Makefile                   |  2 +-
 www/py-htmldate/distinfo                   |  6 +++---
 www/py-htmldate/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/www/py-htmldate/Makefile b/www/py-htmldate/Makefile
index d27e0cec847f..bf69f0102b1e 100644
--- a/www/py-htmldate/Makefile
+++ b/www/py-htmldate/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	htmldate
-PORTVERSION=	1.9.4
+PORTVERSION=	1.10.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-htmldate/distinfo b/www/py-htmldate/distinfo
index a20ef6cee32a..d7cf58a5366a 100644
--- a/www/py-htmldate/distinfo
+++ b/www/py-htmldate/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1763853478
-SHA256 (htmldate-1.9.4.tar.gz) = 1129063e02dd0354b74264de71e950c0c3fcee191178321418ccad2074cc8ed0
-SIZE (htmldate-1.9.4.tar.gz) = 44690
+TIMESTAMP = 1782966684
+SHA256 (htmldate-1.10.0.tar.gz) = a38df10772ab5d7dbb11896e3f6a852a8491fb1b0965465bc174e23fc2baae58
+SIZE (htmldate-1.10.0.tar.gz) = 44455
diff --git a/www/py-htmldate/files/patch-pyproject.toml b/www/py-htmldate/files/patch-pyproject.toml
new file mode 100644
index 000000000000..254b97dd193e
--- /dev/null
+++ b/www/py-htmldate/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2026-06-01 17:40:06 UTC
++++ pyproject.toml
+@@ -7,7 +7,7 @@ readme = "README.md"
+ name = "htmldate"
+ description = "Fast and robust extraction of original and updated publication dates from URLs and web pages."
+ readme = "README.md"
+-license = "Apache-2.0"
++license = {text = "Apache 2.0"}
+ dynamic = ["version"]
+ requires-python = ">=3.10"
+ authors = [