From ed37c06e0d6e2bbe7a105677d6f55fa8d741f625 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 22:37:28 +0800 Subject: [PATCH] Update code from upstream --- python-decorator.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-decorator.spec b/python-decorator.spec index 80e657e..86cbec3 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -1,5 +1,5 @@ %global pypi_name decorator -%define anolis_release 4 +%define anolis_release 5 Name: python-%{pypi_name} Version: 5.1.1 @@ -65,6 +65,9 @@ find %{buildroot} -name SOURCES.txt~ -exec rm -f {} \; %doc README.rst CHANGES.md %changelog +* Tue Oct 29 2024 Troy Dawson - 5.1.1-12 +- Bump release for October 2024 mass rebuild: + * Wed Mar 13 2024 Zhao Hang - 5.1.1-4 - Rebuild with python3.11 -- Gitee