./textproc/py-yaml, Collection of libraries to process YAML with Python

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


Branch: CURRENT, Version: 6.0.1nb1, Package name: py311-yaml-6.0.1nb1, Maintainer: pkgsrc-users

YAML is a data serialization format designed for human readability and
interaction with scripting languages. PyYAML is a YAML parser and
emitter for Python.

PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages. PyYAML
supports standard YAML tags and provides Python-specific tags that allow
to represent an arbitrary Python object.

PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.


Required to run:
[textproc/libyaml] [devel/py-cython] [lang/python310]

Master sites:

Filesize: 122.267 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-13 17:34:02 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-yaml: do not use cython

This module doesn't support Cython 3. This is an open
issue since Jan 2022:
https://github.com/yaml/pyyaml/issues/601

Bump PKGREVISION.
   2023-07-18 06:34:33 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yaml: updated to 6.0.1

6.0.1
pin Cython build dep to < 3.0
   2023-04-17 21:38:53 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-yaml: updated to 6.0

6.0

Change README format to Markdown
Add a test for YAML 1.1 types
fix float resolver to ignore `.` and `._`
drop Python 2.7
Fix spelling of “hexadecimal”
fix representation of Enum subclasses
fix libyaml extension compiler warnings
fix ResourceWarning on leaked file descriptors
always require `Loader` arg to `yaml.load()`
remove remaining direct distutils usage
   2022-11-09 14:14:32 by Joerg Sonnenberger | Files touched by this commit (223)
Log message:
Reset MAINTAINER
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2021-02-21 19:33:44 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-yaml: needs py-cython