From 9961661844293126d15a9005a09db9731cd92206 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Mon, 1 Jun 2026 19:34:50 +0200 Subject: [PATCH 1/3] prepare v1.10.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61662294..468bf84b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ## Changelog ## 1.10.0 -- maintenance: modernize typing, packaging and code -- evaluation: review and correct benchmark ground-truth labels, update and speed up alternatives -- performance: stable day-granular cache key and reduced copying +- maintenance: modernize code and packaging (#188) +- evaluation: review and correct benchmark ground-truth labels, update and speed up alternatives (#189) +- performance: code hardening, stable day-granular cache key and reduced copying - fixes: preserve tails in element cleaning ## 1.9.4 From 6ffaf5d7b191b7d831fc0561791d0cdeb34aaec1 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Mon, 1 Jun 2026 19:36:53 +0200 Subject: [PATCH 2/3] shorter text --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 468bf84b..1acaf56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## 1.10.0 - maintenance: modernize code and packaging (#188) -- evaluation: review and correct benchmark ground-truth labels, update and speed up alternatives (#189) +- evaluation: review and correct benchmark, update alternatives (#189) - performance: code hardening, stable day-granular cache key and reduced copying -- fixes: preserve tails in element cleaning +- fix: preserve tails in element cleaning ## 1.9.4 - maintenance: remove LXML version constraint (#184) From c3ace0bef11f58fc837480eb39de35d406720af6 Mon Sep 17 00:00:00 2001 From: Adrien Barbaresi Date: Mon, 1 Jun 2026 19:41:05 +0200 Subject: [PATCH 3/3] update license formatting --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 86bc72e8..fadb17ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" name = "htmldate" description = "Fast and robust extraction of original and updated publication dates from URLs and web pages." readme = "README.md" -license = { text = "Apache 2.0" } +license = "Apache-2.0" dynamic = ["version"] requires-python = ">=3.10" authors = [ @@ -31,7 +31,6 @@ classifiers = [ "Intended Audience :: Education", "Intended Audience :: Information Technology", "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux",