forked from pool/python-pyaml
Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bc1a829dab | |||
| 3c1a865510 | |||
| d5657afb99 | |||
| 6a9defa26a | |||
| 5d25cb9b86 | |||
| e050e50790 | |||
| 521598b526 | |||
| 19f1abb2ca | |||
| a319109a06 | |||
| 7cac9491a4 | |||
| 2d5f2604e3 | |||
| 3e145cbc0c |
@@ -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
3
pyaml-25.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e113a64ec16881bf2b092e2beb84b7dcf1bd98096ad17f5f14e8fb782a75d99b
|
||||||
|
size 29814
|
||||||
@@ -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>
|
Sat Aug 31 12:24:46 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyaml
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Name: python-pyaml
|
||||||
Version: 24.7.0
|
Version: 25.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to produce formatted YAML-serialized data
|
Summary: Python module to produce formatted YAML-serialized data
|
||||||
License: WTFPL
|
License: WTFPL
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/mk-fg/pretty-yaml
|
URL: https://github.com/mk-fg/pretty-yaml
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pyaml/pyaml-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pyaml/pyaml-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
BuildRequires: %{python_module Unidecode}
|
BuildRequires: %{python_module Unidecode}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
@@ -45,10 +46,10 @@ PyYAML-based python module to produce formatted YAML-serialized data.
|
|||||||
%setup -q -n pyaml-%{version}
|
%setup -q -n pyaml-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}/%{_bindir}/pyaml
|
%python_clone -a %{buildroot}/%{_bindir}/pyaml
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
@@ -66,6 +67,6 @@ PyYAML-based python module to produce formatted YAML-serialized data.
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%python_alternative %{_bindir}/pyaml
|
%python_alternative %{_bindir}/pyaml
|
||||||
%{python_sitelib}/pyaml
|
%{python_sitelib}/pyaml
|
||||||
%{python_sitelib}/pyaml-%{version}*-info
|
%{python_sitelib}/pyaml-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user