2025-03-09 19:52:44 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-yaml: add wheel tool dependency Adapt wheel name. py-wheel is a requirement of pyyaml, and it is loaded explicitly, which makes the usual safeguard about this in setuptools not work, so this was using the old wheel name when wheel was not installed. See https://github.com/pypa/setuptools/issues/4868 Closes PR 59158 by kim@ Bump PKGREVISION. |
2025-03-08 23:05:40 by Thomas Klausner | Files touched by this commit (1) |
Log message: py-yaml: fix wheel name for latest setuptools and depend on it Bump PKGREVISION. |
2025-03-08 21:17:29 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message: py-yaml: Fix installation for case-insensitive APFS |
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-08-07 10:59:52 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-yaml: updated to 6.0.2 6.0.2 Support for Cython 3.x and Python 3.13 |
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 |