From be383afc19f91b505c999de8e4ead50a0da5d1a8 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Fri, 28 Feb 2025 10:58:23 +0800 Subject: [PATCH] rebuild --- python-cson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cson.spec b/python-cson.spec index f8cd022..15c2b3b 100644 --- a/python-cson.spec +++ b/python-cson.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Coffescript Object Notation (CSON) parser for Python 2 and Python 3 License: MIT URL: https://github.com/avakar/pycson @@ -39,5 +39,8 @@ A python parser for the Coffeescript Object Notation (CSON). %{python3_sitelib}/%{srcname}/ %changelog +* Fri Oct 11 2024 OpenCloudOS Release Engineering - 0.8-2 +- rebuild + * Fri Oct 11 2024 OpenCloudOS Release Engineering - 0.8-1 - initial build -- Gitee