Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py3-ruamel-yaml/0.18.6 package update #12621

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions py3-ruamel-yaml.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from https://pypi.org/project/ruamel.yaml/
package:
name: py3-ruamel-yaml
version: 0.18.5
version: 0.18.6
epoch: 0
description: ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
copyright:
Expand All @@ -23,7 +23,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 61917e3a35a569c1133a8f772e1226961bf5a1198bea7e23f06a0841dea1ab0e
expected-sha256: 8b27e6a217e786c6fbe5634d8f3f11bc63e0f80f6a5890f28863d9c45aac311b
uri: https://files.pythonhosted.org/packages/source/r/ruamel.yaml/ruamel.yaml-${{package.version}}.tar.gz

- runs: pip install . --prefix=/usr --root=${{targets.destdir}}
Expand Down
Loading