14
0
forked from pool/python-pyaml

Accepting request 939567 from home:bnavigator:branches:devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/939567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyaml?expand=0&rev=14
This commit is contained in:
2021-12-11 12:04:06 +00:00
committed by Git OBS Bridge
parent 556d8f9476
commit 78d3a04b6a
4 changed files with 14 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyaml
Version: 20.4.0
Version: 21.10.1
Release: 0
Summary: Python module to produce formatted YAML-serialized data
License: WTFPL
@@ -50,11 +50,12 @@ PyYAML-based python module to produce formatted YAML-serialized data.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest pyaml/tests/dump.py
%pytest
%files %{python_files}
%license COPYING
%doc README.rst
%{python_sitelib}/*
%{python_sitelib}/pyaml
%{python_sitelib}/pyaml-%{version}*-info
%changelog