From 9f5df749af87d3e84e48c65cb5621da5e2f2ff21d58cfde675e1f4c9e389493d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 15 Jun 2022 05:09:36 +0000 Subject: [PATCH] - Clean up the SPEC file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=47 --- python-PyYAML.changes | 5 +++++ python-PyYAML.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-PyYAML.changes b/python-PyYAML.changes index e22b133..cddc315 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jun 15 05:09:29 UTC 2022 - Matej Cepl + +- Clean up the SPEC file. + ------------------------------------------------------------------- Wed Mar 9 12:51:17 UTC 2022 - pgajdos@suse.com diff --git a/python-PyYAML.spec b/python-PyYAML.spec index 7915a1c..e7c18bb 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -32,6 +32,7 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: libyaml-devel BuildRequires: python-rpm-macros +%python_subpackages %description YAML is a data serialization format designed for human readability @@ -46,8 +47,6 @@ allow to represent an arbitrary Python object. PyYAML is applicable for a broad range of tasks from complex configuration files to object serialization and persistance. -%python_subpackages - %prep %setup -q -n PyYAML-%{version} %patch0 -p1