1
0

2 Commits

Author SHA256 Message Date
7d83398924 Accepting request 1248074 from devel:languages:python
- 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/request/show/1248074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=37
2025-02-25 15:39:29 +00:00
0ebd6e5ef9 - 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
2025-02-24 10:17:10 +00:00
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ruamel.yaml
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-ruamel.yaml
Version: 0.18.6
Version: 0.18.10
Release: 0
Summary: Python YAML parser
License: MIT

BIN
ruamel.yaml-0.18.10.tar.gz LFS Normal file

Binary file not shown.

Binary file not shown.