From b2e52c197866c8f80a869cf72121b4d2896806e7 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 26 Oct 2022 03:34:54 +0000 Subject: [PATCH] update for mass rebuild and upgrade verification Signed-off-by: zhuofeng (cherry picked from commit 3452da934d680cd820ea6b9ce39569cf4d6e6811) --- PyYAML.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PyYAML.spec b/PyYAML.spec index 1247002..44bb6ef 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -3,7 +3,7 @@ Name: pyyaml Version: 6.0 -Release: 1 +Release: 2 Summary: YAML parser and emitter for Python License: MIT URL: https://github.com/yaml/pyyaml @@ -81,6 +81,9 @@ files to object serialization and persistence. %endif %changelog +* Wed Oct 26 2022 zhuofeng - 6.0-2 +- rebuild for next release + * Fri Dec 24 2021 tianwei - 6.0-1 - Upgrade to 6.0 -- Gitee