From 76e66b1890b761f69d777b29774b21312fb99568 Mon Sep 17 00:00:00 2001 From: bbrucezhang Date: Thu, 12 Jun 2025 07:09:07 +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 8d8fe94..724a9ee 100644 --- a/python-cson.spec +++ b/python-cson.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.8 -Release: 4%{?dist} +Release: 5%{?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-5 +- Rebuilt for loongarch64 + * Wed Jun 11 2025 bbrucezhang - 0.8-4 - Rebuilt for loongarch64 -- Gitee