vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 0c0be601e5819edec027d05b357d5d513f90220e
Merge: 9bd00a6 8017b42
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Mon Nov 18 19:30:04 2024 +0000
Merge pull request 'Add support for typing.ReadOnly' (#32) from ReadOnly into master
Reviewed-on: https://codeberg.org/ltworf/typedload/pulls/32
commit 8017b42904cdc03939f4c7202514321c583e8d47
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 20:25:02 2024 +0100
Remove dead code
commit 5f7183f8fe82d7e08197c950bd021570710614ec
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 20:24:46 2024 +0100
Test loading TypedDict with ReadOnly fields
commit f6b2b3b66666f32ab89dc32b234caeca34aa798f
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 20:23:37 2024 +0100
Handle ReadOnly which can be combined with other TypedDict annotations
commit 0956e3c8b70c80f4815d497a6b3cfaece6a07f0c
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 20:23:09 2024 +0100
CHANGELOG
commit b6c35a258a7141b071d2c4080da68b33f3d024e9
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 17:04:38 2024 +0100
Add tests for ReadOnly typechecks
commit 1c453586a07f3511e428ade974e48a9255070067
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 17:04:21 2024 +0100
Add test for literalvalues, which was never tested
commit a258d227cc767a6e68c4a6cbf73f8f169dd47a20
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 17:03:09 2024 +0100
Remove no longer needed conditions
commit 2c729568fbfa71f9819a7ac99247a85cb4fc4bbe
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 17:01:02 2024 +0100
Implement typechecks for typing.ReadOnly
commit 9bd00a631d83964657b54483437cf7b2704b37ee
Merge: 64465ef fde3e0a
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Mon Nov 18 14:40:01 2024 +0000
Merge pull request 'Test that at least basic type return works with mypy' (#29) from mypytest into master
Reviewed-on: https://codeberg.org/ltworf/typedload/pulls/29
commit fde3e0ada174c14ae1e8c1fc261a912b320a9aee
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 14:44:41 2024 +0100
Test that at least basic type return works with mypy
commit 64465effebf1966621ff1416c42598ae77c0b9f2
Merge: 8d244e9 b22ce35
Author: ltworf <ltworf@noreply.codeberg.org>
Date: Mon Nov 18 14:36:42 2024 +0000
Merge pull request 'Drop old python versions.' (#31) from updateci into master
Reviewed-on: https://codeberg.org/ltworf/typedload/pulls/31
commit b22ce35de01223e72421ef8039de9adf9b550b04
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 15:32:34 2024 +0100
Remove dead code
commit fac4299b2cc041538afe74c5c5bbc47a86dfa9ae
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 15:32:23 2024 +0100
Fail tests for EOL versions of py
commit 787fc6bc32761c66a5b709910b0c6970e514cf41
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 15:31:02 2024 +0100
Update classifier
commit 0ed3c6201630aab5d1d1fa34520dfdf8a6a8eb0d
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 15:30:20 2024 +0100
Mypy check with 3.9 minimum version
commit 4d3400b82c2958ea08368daa189d6815a91ab963
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 15:30:03 2024 +0100
Support for 3.8 is dropped as it is EOL
commit a5dd35cf17b810ceaac696a902ced17c85b725b1
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 15:28:32 2024 +0100
Python 3.8 is EOL
commit 4c78f3055aa1634724975bc0b1a54436ba5a14c2
Author: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>
Date: Mon Nov 18 15:28:17 2024 +0100
Python 3.13 was released