From 78d3a04b6a7fec6557330cf3c3adf4551dcb9f10a5bba3674456078614670dc6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 11 Dec 2021 12:04:06 +0000 Subject: [PATCH] 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 --- pyaml-20.4.0.tar.gz | 3 --- pyaml-21.10.1.tar.gz | 3 +++ python-pyaml.changes | 7 +++++++ python-pyaml.spec | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pyaml-20.4.0.tar.gz create mode 100644 pyaml-21.10.1.tar.gz diff --git a/pyaml-20.4.0.tar.gz b/pyaml-20.4.0.tar.gz deleted file mode 100644 index d8667df..0000000 --- a/pyaml-20.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29a5c2a68660a799103d6949167bd6c7953d031449d08802386372de1db6ad71 -size 21176 diff --git a/pyaml-21.10.1.tar.gz b/pyaml-21.10.1.tar.gz new file mode 100644 index 0000000..dc9be39 --- /dev/null +++ b/pyaml-21.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6519fee13bf06e3bb3f20cacdea8eba9140385a7c2546df5dbae4887f768383 +size 20466 diff --git a/python-pyaml.changes b/python-pyaml.changes index 2ffc053..9c841f2 100644 --- a/python-pyaml.changes +++ b/python-pyaml.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 11 11:38:39 UTC 2021 - Ben Greiner + +- update to 21.10.1 + * no changelog +- fit for python310 + ------------------------------------------------------------------- Thu May 27 08:41:55 UTC 2021 - pgajdos@suse.com diff --git a/python-pyaml.spec b/python-pyaml.spec index d4bb117..e32b3c0 100644 --- a/python-pyaml.spec +++ b/python-pyaml.spec @@ -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