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

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


Branch: CURRENT, Version: 6.0.12.20241230, Package name: py312-types-yaml-6.0.12.20241230, 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: 16.678 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-12 15:40:20 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.20241230

6.0.12.20241230
fix(yaml): SafeConstructor.construct_scalar accept `MappingNode`
   2024-12-26 15:35:56 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
py-types-yaml: fix PKGNAME after update
   2024-12-24 18:50:29 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.20241221

6.0.12.20241221 (2024-12-21)

Update to mypy 1.14
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-09-18 11:14:26 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.20240917

6.0.12.20240917
PyYAML: correct return type of `construct_scalar()`
   2024-08-23 12:15:27 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-types-yaml: updated to 6.0.12.20240808

6.0.12.20240808
[PyYAML] stubtest: Ignore auto-generated methods
   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