From df85d1b31c2b15a23f29353405b53953efad16a0 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Tue, 25 Oct 2022 02:00:22 +0000 Subject: [PATCH] Rebuild for next release Signed-off-by: zhuofeng (cherry picked from commit f1e400341cc0ab6f421acf162fcdb982c3e16bb2) --- pyparsing.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyparsing.spec b/pyparsing.spec index 7c1df03..60355dc 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -1,6 +1,6 @@ Name: pyparsing Version: 3.0.6 -Release: 1 +Release: 2 Summary: A Python Parsing Module License: MIT URL: https://github.com/pyparsing/pyparsing/ @@ -65,6 +65,9 @@ dos2unix -k CHANGES LICENSE %doc CHANGES README.rst docs examples %changelog +* Tue Oct 25 2022 zhuofeng - 3.0.6-2 +- Rebuild for next release + * Wed Dec 01 2021 shixuantong - 3.0.6-1 - update version to 3.0.6 -- Gitee