forked from pool/python-pyaml
Accepting request 1137820 from devel:languages:python
- update to 23.12.0: * no upstream changelog OBS-URL: https://build.opensuse.org/request/show/1137820 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c6519fee13bf06e3bb3f20cacdea8eba9140385a7c2546df5dbae4887f768383
|
|
||||||
size 20466
|
|
3
pyaml-23.12.0.tar.gz
Normal file
3
pyaml-23.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce6f648efdfb1b3a5579f8cedb04facf0fa1e8f64846b639309b585bb322b4e5
|
||||||
|
size 26308
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 9 21:48:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 23.12.0:
|
||||||
|
* no upstream changelog
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 11 11:38:39 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Sat Dec 11 11:38:39 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyaml
|
# spec file for package python-pyaml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-pyaml
|
Name: python-pyaml
|
||||||
Version: 21.10.1
|
Version: 23.12.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
|
||||||
@@ -33,6 +33,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyYAML
|
Requires: python-PyYAML
|
||||||
Recommends: python-Unidecode
|
Recommends: python-Unidecode
|
||||||
|
Requires(post): update-alternatives
|
||||||
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -47,14 +49,22 @@ PyYAML-based python module to produce formatted YAML-serialized data.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_clone -a %{buildroot}/%{_bindir}/pyaml
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
%pytest
|
||||||
|
|
||||||
|
%post
|
||||||
|
%python_install_alternative pyaml
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%python_uninstall_alternative pyaml
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
%python_alternative %{_bindir}/pyaml
|
||||||
%{python_sitelib}/pyaml
|
%{python_sitelib}/pyaml
|
||||||
%{python_sitelib}/pyaml-%{version}*-info
|
%{python_sitelib}/pyaml-%{version}*-info
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user