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) | |
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) | |
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
|
2021-02-21 16:43:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-yaml: updated to 5.4.1
5.4.1
* Fix stub compat with older pyyaml versions that may unwittingly load it
5.4
* Build modernization, remove distutils, fix metadata, build wheels, CI to GHA
* Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader
* Fix memory leak in implicit resolver setup
* Fix py2 copy support for timezone objects
* Fix compatibility with Jython
|
2020-03-21 09:37:55 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-yaml: updated to 5.3.1
5.3.1:
* Prevents arbitrary code execution during python/object/new constructor
|