From 254d2a1fbe66e5f563b403a98237e2d05b6383f8 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Fri, 17 Jan 2025 10:28:55 +0800 Subject: [PATCH] change name to python-PyYAML --- PyYAML.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index d0e5272..fe783c8 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,8 +32,9 @@ files to object serialization and persistence. %if %{with python3} -%package -n python3-pyyaml +%package -n python3-PyYAML Summary: %summary +Provides: python3-pyyaml = %{version}-%{release} Provides: python3-yaml = %{version}-%{release} Provides: python3-yaml%{?_isa} = %{version}-%{release} %{?python_provide:%python_provide python3-pyyaml} @@ -41,7 +42,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 +77,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 +* Fri Jan 17 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