14
0
forked from pool/python-pyaml

Accepting request 1198067 from devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1198067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=10
This commit is contained in:
2024-09-02 11:14:32 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e483d9289010e747a325dc43171bcc39d6562dd1dd4719e8cc7e7c96c99fce6
size 27204

3
pyaml-24.7.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d0fdf9e681036fb263a783d0298fc3af580a6e2a6cf1a3314ffc48dc3d91ccb
size 27935

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Aug 31 12:24:46 UTC 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 08:43:20 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyaml
Version: 24.4.0
Version: 24.7.0
Release: 0
Summary: Python module to produce formatted YAML-serialized data
License: WTFPL