From 2e9df680b73e9a764b870c31b74c7f6c709b8375 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Wed, 8 Jan 2025 16:47:53 +0800 Subject: [PATCH] change name to pyyaml --- PyYAML.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index f2c0a6e..3b0a660 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -1,9 +1,9 @@ %bcond_without python2 %bcond_without python3 -Name: pyYAML +Name: pyyaml Version: 6.0.2 -Release: 1 +Release: 2 Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml @@ -82,6 +82,9 @@ files to object serialization and persistence. %endif %changelog +* Wed Jan 08 2025 shixuantong 6.0.2-2 +- change name to pyyaml + * Mon Oct 28 2024 Dongxing Wang - 6.0.2-1 - Update package to version 6.0.2 Support for Cython 3.x and Python 3.13 -- Gitee