From a0321a6ce1b8ab2c97eab8d7e1f6ee2407bbcf0d Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Thu, 12 Jun 2025 04:40:00 +0800 Subject: [PATCH] Rebuilt for loongarch64 --- python-cson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cson.spec b/python-cson.spec index 2036733..8d8fe94 100644 --- a/python-cson.spec +++ b/python-cson.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A Coffescript Object Notation (CSON) parser for Python 2 and Python 3 License: MIT URL: https://github.com/avakar/pycson @@ -39,6 +39,9 @@ A python parser for the Coffeescript Object Notation (CSON). %{python3_sitelib}/%{srcname}/ %changelog +* Wed Jun 11 2025 bbrucezhang - 0.8-4 +- Rebuilt for loongarch64 + * Wed Jun 11 2025 bbrucezhang - 0.8-3 - Rebuilt for loongarch64 -- Gitee