14
0
forked from pool/python-pyaml

Accepting request 939572 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/939572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyaml?expand=0&rev=7
This commit is contained in:
2021-12-13 19:41:37 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Dec 11 11:38:39 UTC 2021 - Ben Greiner <code@bnavigator.de>
- update to 21.10.1
* no changelog
- fit for python310
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 27 08:41:55 UTC 2021 - pgajdos@suse.com Thu May 27 08:41:55 UTC 2021 - pgajdos@suse.com

View File

@@ -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: 20.4.0 Version: 21.10.1
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
@@ -50,11 +50,12 @@ PyYAML-based python module to produce formatted YAML-serialized data.
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%pytest pyaml/tests/dump.py %pytest
%files %{python_files} %files %{python_files}
%license COPYING %license COPYING
%doc README.rst %doc README.rst
%{python_sitelib}/* %{python_sitelib}/pyaml
%{python_sitelib}/pyaml-%{version}*-info
%changelog %changelog