./textproc/py-types-yaml, Typing stubs for PyYAML

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


Branch: CURRENT, Version: 6.0.12.20240311, Package name: py311-types-yaml-6.0.12.20240311, Maintainer: pkgsrc-users

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


Master sites:

Filesize: 11.866 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-10 11:23:51 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.20240311

6.0.12.20240311 (2024-03-11)

Use PEP 570 syntax in third party stubs
   2023-10-21 20:07:39 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.12

6.0.12.12 (2023-09-23)

[PyYAML] type the whole Emitter class
   2023-07-27 10:35:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.11

6.0.12.11 (2023-07-20)

Add an upstream_repository field to METADATA.toml
   2023-05-23 09:53:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.10

6.0.12.10
Improve dump/serialize types

* Add overloads to return `str` or `bytes`, instead of `Any`.
* Mark some arguments as keyword-only.
* Add missing default values.
   2023-05-17 09:08:20 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-types-yaml: added version 6.0.12.9

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