./devel/py-types-toml, Typing stubs for toml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.8.20240310, Package name: py311-types-toml-0.10.8.20240310, Maintainer: pkgsrc-users

This is a PEP 561 type stub package for the toml package. It can
be used by type-checking tools like mypy, PyCharm, pytype etc. to
check code that uses toml.


Master sites:

Filesize: 4.289 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-10 11:21:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-types-toml: updated to 0.10.8.20240310

0.10.8.20240310 (2024-03-10)

Bump mypy to 1.9, add to json.encoder, small fixups
   2023-07-27 10:31:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-toml: updated to 0.10.8.7

0.10.8.7 (2023-07-20)

Add an upstream_repository field to METADATA.toml
   2023-04-02 21:01:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-toml: updated to 0.10.8.6

0.10.8.6 (2023-03-28)

Add defaults for third-party stubs Q-T
   2023-02-21 07:28:00 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
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 |`)
   2022-11-24 14:27:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-toml: updated to 0.10.8.1

0.10.8.1
Mark `toml` as complete
   2022-07-20 10:49:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-toml: updated to 0.10.8

0.10.8 (2022-07-12)

Import `Match` and `Pattern` from `re`, not `typing`

0.10.7 (2022-05-07)

Import generics from standard modules in all third-party stubs
   2022-05-02 14:35:18 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-types-toml: updated to 0.10.6

0.10.6 (2022-04-27)

Remove Python 2 support from toml

0.10.5 (2022-04-16)

Use `TypeAlias` where possible for type aliases

0.10.4 (2022-02-10)

Improve `toml` typings
   2022-02-03 09:15:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-toml: updated to 0.10.3

0.10.3
Use lowercase `type` everywhere