vcswatch reports that
this package seems to have a new changelog entry (version
2.42-1, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit d994051211b06b279603fa28bd70df30accf0668
Merge: 11cb71b 8ab4d46
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Sun May 31 18:09:24 2026 +0200
Merge pull request 'Support PEP 728' (#66) from pep728 into master
Reviewed-on: https://codeberg.org/ltworf/typedload/pulls/66
commit 8ab4d46ff6e7da44ae1999e1aa8a0783c3a7e317
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 18:00:49 2026 +0200
Move test to a file where the alias syntax doesn't bother us
commit d938d192dbb676f5090e07924195ef105969d77f
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 17:55:02 2026 +0200
Add moretypes to supported types documentation
commit 62dfc4ccbffc1074f9f467921ff1ad2040b87a51
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat May 23 01:03:05 2026 +0200
CHANGELOG
commit da0fbba1372a464fe2462798b2230f227e9c5071
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 17:54:16 2026 +0200
Document how closed and extra_items work
commit 216afcfc16f6faef912fafe80b76fe834e22de33
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 17:28:10 2026 +0200
Text extra_items in TypedDict
commit 185e441280e55786ae4423904703bee040eba83c
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 17:24:59 2026 +0200
Support extra items in TypedDict
commit 5dd1f190cb959c2764b60545c28ac92e4f3c0925
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 17:23:40 2026 +0200
Test the correct interaction with failonextra on subtypes
commit c748f0ab7ff2306c50457fca6c7484f5a4c52fd3
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 13:08:33 2026 +0200
Add test for closed TypedDict
commit 9a80edff295afdbcfe149ba5a82b5275093477f5
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 13:06:36 2026 +0200
Support closed in TypedDict
Basically via a one-off failonextra that does not propagate
recursively.
Since there are now 2 TypedDict specific parameters in the function,
group them into a single parameter and a tuple.
commit c2734481c7b033ff2a4bbe90d69b3fe05717ed1b
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 10:21:51 2026 +0200
Make mypy happy
commit 29e581aa081a039577b1963669f36e6af2644ac8
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat May 23 01:06:11 2026 +0200
Test for is_closed
commit 14721f349e5138f4f2534b37751bdb70b7cf0244
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sat May 23 01:04:15 2026 +0200
Implement check for closed TypedDict
commit 11cb71bb6c46d742c664f03a393b5f61d8d8fff0
Merge: f4a3f68 eb4dfac
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Sun May 31 10:17:15 2026 +0200
Merge pull request 'Support frozendict' (#71) from frozendict into master
Reviewed-on: https://codeberg.org/ltworf/typedload/pulls/71
commit eb4dfacb71be88dc9ed54856653e8ecead30f67c
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 10:10:58 2026 +0200
CHANGELOG
Closes: #67
commit 5a170f1aca6adf8986d240e6142ab4baebac7185
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 10:09:08 2026 +0200
Test frozendict loading
commit c5ef6e0da437854219c08d4e6bcacf2fccaa43cc
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 10:07:33 2026 +0200
Support loading frozendict
Not particularly performant since it calls the regular dict loading
function first and then converts to a frozendict.
No need for version checking because it is already done in is_frozendict.
commit 167fa53a0a42f7d664dd641ab05147ed42f86189
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 09:57:15 2026 +0200
Generic test for dictionary loading
commit 1c4163a5b40b2116447a0168fdf4c0696cd987c3
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 09:45:28 2026 +0200
Test dumping frozendict
commit fc7479f30cdfaa5ffe3c857a2815c5031f0a6375
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 09:45:19 2026 +0200
frozendict treated as dict when dumping
commit c74396e1702dad2921784ad08ce7f331e8b99aa2
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 09:39:43 2026 +0200
Test for is_frozendict
commit 34251ae62ce2f5f3e0fd9dd92741ca99f2074154
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 31 09:39:09 2026 +0200
Create is_frozendict function
commit f4a3f68b4f1b30ea1fcfd1a915584dec360a2b10
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 24 00:54:40 2026 +0200
Fix sections
commit 57a8b6cb1602aa4d96caf7b67d86f057ac73cdb2
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Sun May 24 00:53:25 2026 +0200
Bump version