SHA256
1
0
forked from pool/python-pyaml

12 Commits

Author SHA256 Message Date
bc1a829dab Accepting request 1292522 from devel:languages:python
- update to 25.7.0:
  * tests: still match module in addition to class name

OBS-URL: https://build.opensuse.org/request/show/1292522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=16
2025-07-14 08:52:23 +00:00
3c1a865510 - update to 25.7.0:
* tests: still match module in addition to class name

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=31
2025-07-13 14:40:21 +00:00
d5657afb99 Accepting request 1284630 from devel:languages:python
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/request/show/1284630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=15
2025-06-11 14:25:46 +00:00
6a9defa26a - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=29
2025-06-11 06:16:33 +00:00
5d25cb9b86 Accepting request 1281079 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1281079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=14
2025-05-30 12:37:12 +00:00
e050e50790 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=27
2025-05-29 08:18:27 +00:00
521598b526 Accepting request 1271877 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1271877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=13
2025-04-22 15:31:05 +00:00
19f1abb2ca - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=25
2025-04-22 12:39:09 +00:00
a319109a06 Accepting request 1243206 from devel:languages:python
- update to 25.1.0:
  * https://github.com/mk-fg/pretty-yaml/compare/24.9.0...25.1.0

OBS-URL: https://build.opensuse.org/request/show/1243206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=12
2025-02-05 11:40:59 +00:00
7cac9491a4 - update to 25.1.0:
* https://github.com/mk-fg/pretty-yaml/compare/24.9.0...25.1.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=23
2025-02-04 18:55:42 +00:00
2d5f2604e3 Accepting request 1225316 from devel:languages:python
- update to 24.9.0:
  * vspacing.oneline_split: fix splitting list items starting with
  "-key

OBS-URL: https://build.opensuse.org/request/show/1225316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=11
2024-11-21 14:13:51 +00:00
3e145cbc0c - update to 24.9.0:
* vspacing.oneline_split: fix splitting list items starting with
  "-key

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=21
2024-11-20 15:17:25 +00:00
4 changed files with 50 additions and 10 deletions

View File

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

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

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

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Jul 13 14:39:52 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 25.7.0:
* tests: still match module in addition to class name
-------------------------------------------------------------------
Wed Jun 11 05:49:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
-------------------------------------------------------------------
Thu May 29 08:16:08 UTC 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 12:19:15 UTC 2025 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
-------------------------------------------------------------------
Tue Feb 4 18:55:29 UTC 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 15:17:02 UTC 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 12:24:46 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pyaml
#
# 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
@@ -16,19 +16,20 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-pyaml
Version: 24.7.0
Version: 25.7.0
Release: 0
Summary: Python module to produce formatted YAML-serialized data
License: WTFPL
Group: Development/Languages/Python
URL: https://github.com/mk-fg/pretty-yaml
Source: https://files.pythonhosted.org/packages/source/p/pyaml/pyaml-%{version}.tar.gz
BuildRequires: %{python_module PyYAML}
BuildRequires: %{python_module Unidecode}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-PyYAML
@@ -45,10 +46,10 @@ PyYAML-based python module to produce formatted YAML-serialized data.
%setup -q -n pyaml-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_clone -a %{buildroot}/%{_bindir}/pyaml
%python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -66,6 +67,6 @@ PyYAML-based python module to produce formatted YAML-serialized data.
%doc README.rst
%python_alternative %{_bindir}/pyaml
%{python_sitelib}/pyaml
%{python_sitelib}/pyaml-%{version}*-info
%{python_sitelib}/pyaml-%{version}.dist-info
%changelog