Package Release Info

python-pyaml-25.7.0-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-pyaml

Change Logs

* Sun Jul 13 2025 Dirk Müller <dmueller@suse.com>
- update to 25.7.0:
  * tests: still match module in addition to class name
* Wed Jun 11 2025 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
* Thu May 29 2025 Dirk Müller <dmueller@suse.com>
- update to 25.5.0:
  * Fix repr_unknown logic for not splitting long values affecting
    all plain strings
    Only intended to keep e.g. "<SomeClass ...> # python SomeType"
    values that have comments in them oneline, not all plain
    strings.
* Tue Apr 22 2025 ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
* Tue Feb 04 2025 Dirk Müller <dmueller@suse.com>
- update to 25.1.0:
  * https://github.com/mk-fg/pretty-yaml/compare/24.9.0...25.1.0
* Wed Nov 20 2024 Dirk Müller <dmueller@suse.com>
- update to 24.9.0:
  * vspacing.oneline_split: fix splitting list items starting with
  "-key
* Sat Aug 31 2024 Dirk Müller <dmueller@suse.com>
- update to 24.7.0:
  * cli.vspacing: add optional "s" flag for oneline_split=True
  * vspacing: keep long all-oneliner blocks together by default,
    unless oneline_split is specified
* Sun Apr 21 2024 Dirk Müller <dmueller@suse.com>
- update to 24.4.0:
  * cli: suppress BrokenPipe tracebacks for closed stdout
  * cli: support multi-doc input/output, add -l/--lines option
    to pretty-print json logs and such
  * README: correct simplier -> simpler misspelling
* Tue Jan 09 2024 Dirk Müller <dmueller@suse.com>
- update to 23.12.0:
  * no upstream changelog
* Sat Dec 11 2021 Ben Greiner <code@bnavigator.de>
- update to 21.10.1
  * no changelog
- fit for python310
Version: 20.3.1-bp152.1.5
* Thu Mar 19 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to version 20.3.1
  * Add -r/--replace command-line option
* Wed May 15 2019 Gary Smith <GSmith@suse.com>
- Update to version 19.4.1
  * no changelog available
* Mon Sep 10 2018 Jan Engelhardt <jengelh@inai.de>
- Trim bias from description. Use noun phrasing.
* Fri Aug 31 2018 Martin Pluskal <mpluskal@suse.com>
- Update to version 17.12.1:
  * Internal changes
- Drop some useless dependencies and conditions
Version: 17.10.0-bp150.2.4
* Fri Nov 10 2017 arun@gmx.de
- update to version 17.10.0:
  * README: add link to ruamel.yaml module as a parser counterpart
- changes from version 17.8.0:
  * Represent numpy arrays as lists, as per #24
- changes from version 17.7.2:
  * allow line width to be passed in throguh cli
* Thu May 18 2017 toddrme2178@gmail.com
- Initial version