From 0c431c13190b0779642c68a5df5ad12bff69db11 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 16 Jan 2025 17:19:51 +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 3b0a660..39d62ed 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.2 -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. @@ -75,13 +75,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 +* Thu Jan 16 2025 shixuantong 6.0.2-3 +- change name to python-PyYAML + * Wed Jan 08 2025 shixuantong 6.0.2-2 - change name to pyyaml -- Gitee