- Clean up the SPEC file.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=47
This commit is contained in:
parent
1d82aa061b
commit
9f5df749af
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 15 05:09:29 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Clean up the SPEC file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 9 12:51:17 UTC 2022 - pgajdos@suse.com
|
Wed Mar 9 12:51:17 UTC 2022 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -32,6 +32,7 @@ BuildRequires: %{python_module setuptools}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libyaml-devel
|
BuildRequires: libyaml-devel
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
YAML is a data serialization format designed for human readability
|
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
|
PyYAML is applicable for a broad range of tasks from complex
|
||||||
configuration files to object serialization and persistance.
|
configuration files to object serialization and persistance.
|
||||||
|
|
||||||
%python_subpackages
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyYAML-%{version}
|
%setup -q -n PyYAML-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user