15
0

- update to 0.18.10:

* implemented changes to the setup.py for Python 3.14 as
    suggested by Miro Hrončok
  * fix issue with roundtripping 0 in YAML 1.1
  * added warning to README.md that PyPI might block updates due
    to breaking changes
  * fixes for README
  * fixes preserving anchor on scalar integer `0`
  * fix for formatting of README suggested by Michael R.
    Crusoe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=77
This commit is contained in:
2025-02-24 10:17:10 +00:00
committed by Git OBS Bridge
parent 414734d30b
commit c9e9488273
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 24 10:16:18 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.18.10:
* implemented changes to the setup.py for Python 3.14 as
suggested by Miro Hrončok
* fix issue with roundtripping 0 in YAML 1.1
* added warning to README.md that PyPI might block updates due
to breaking changes
* fixes for README
* fixes preserving anchor on scalar integer `0`
* fix for formatting of README suggested by Michael R.
Crusoe
-------------------------------------------------------------------
Sat Mar 16 16:33:40 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>