From 659fe18e8e2f672f1835225de2b8d444f647fd51 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Wed, 8 Jan 2025 17:14:29 +0800 Subject: [PATCH] change name to python-PyYAML --- PyYAML.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index d0e5272..41daa50 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -1,9 +1,9 @@ %bcond_without python2 %bcond_without python3 -Name: pyYAML +Name: python-PyYAML Version: 6.0.1 -Release: 2 +Release: 3 Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml @@ -32,7 +32,7 @@ files to object serialization and persistence. %if %{with python3} -%package -n python3-pyyaml +%package -n python3-PyYAML Summary: %summary Provides: python3-yaml = %{version}-%{release} Provides: python3-yaml%{?_isa} = %{version}-%{release} @@ -41,7 +41,7 @@ Provides: python3-PyYAML = %{version}-%{release} Provides: python3-PyYAML%{?_isa} = %{version}-%{release} Obsoletes: python3-PyYAML < 4.1-5 -%description -n python3-pyyaml +%description -n python3-PyYAML YAML is a data serialization format designed for human readability and interaction with scripting languages. PyYAML is a YAML parser and emitter for Python. @@ -76,13 +76,16 @@ files to object serialization and persistence. %if %{with python3} -%files -n python3-pyyaml +%files -n python3-PyYAML %license LICENSE %doc CHANGES examples %{python3_sitearch}/* %endif %changelog +* Wed Jan 08 2025 shixuantong - 6.0.1-3 +- change name to python-PyYAML + * Wed Jan 31 2024 Ge Wang - 6.0.1-2 - fix build error due to cython updated -- Gitee