Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (31m)  pkgsrc-2024Q1 (6d)  pkgsrc-2023Q4 (53d)  pkgsrc-2023Q2 (85d)  pkgsrc-2023Q3 (164d) 

2024-05-23 16:09:07 UTC Now

2023-02-21 06:28:00 UTC MAIN commitmail json YAML

py-types-toml: updated to 0.10.8.5

0.10.8.5 (2023-02-21)

Stubtest settings: change `ignore_missing_stub` default to `false`

If you're reading about this commit from an autogenerated changelog entry, this should have no user-visible impact on how the stubs are interpreted by a type checker; it's just an internal change to how typeshed's tests work.

0.10.8.4 (2023-02-15)

Use `typing_extensions.Self` instead of `_typeshed.Self`

0.10.8.3 (2023-02-07)

Bump mypy to 1.0

0.10.8.2 (2023-02-02)

Manual changes of `Any` union to `Incomplete` in stubs folder

- ClassVar[Any | None]
- Missed previous changes due to alias
- Manual review of leftover Any unions (`| Any` and `Any |`)

(adam)