Commit Graph

8 Commits

Author SHA1 Message Date
mfrischknecht
d9b8524102
python3Packages.yamlpath: mark as broken (#270193)
* python3Packages.yamlpath: mark as broken

`yamlpath` depends on `ruamel.yaml` <= 0.17.21 [1], but the packaged
version in Nixpkgs is on version 0.17.32 by now. This breaks a lot
of the libraries own unit tests.

As I don't see anything in Nixpkgs depending on `yamlpath`, this simply
marks the package as broken.

[1]: 9bbddea520/setup.py (L48)

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2023-11-26 22:31:44 +01:00
Flakebi
16a953c937
yamlpath: 3.7.0 -> 3.8.0
Diff: https://github.com/wwkimball/yamlpath/compare/refs/tags/v3.7.0...v3.8.0

Changelog: https://github.com/wwkimball/yamlpath/releases/tag/v3.8.0
2023-04-15 13:39:59 +02:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
03f9d6ac42 yamlpath: 3.6.9 -> 3.7.0 2023-01-18 22:03:07 +08:00
R. Ryantm
37171a5d90 yamlpath: 3.6.8 -> 3.6.9 2022-11-07 23:02:29 +08:00
R. Ryantm
3cb7318edf yamlpath: 3.6.7 -> 3.6.8 2022-11-02 10:41:46 +00:00
Fabian Affolter
b60d756a71 yamlpath: 3.6.3 -> 3.6.7 2022-10-09 19:06:57 +02:00
Sebastian Neubauer
304f58d092 yamlpath: init at 3.6.3 2022-06-27 09:38:11 +02:00