From 68c2be9a52909cd557b7b2ab48b44141433653c1 Mon Sep 17 00:00:00 2001 From: wency_cn Date: Fri, 13 Feb 2026 19:34:53 +0800 Subject: [PATCH] Update code from upstream --- python-configobj.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/python-configobj.spec b/python-configobj.spec index 577989e..f06fac5 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -1,3 +1,4 @@ +ExclusiveArch: x86_64 aarch64 %define anolis_release 3 Name: python-configobj Version: 5.0.8 @@ -65,6 +66,13 @@ py.test-%{python3_version} -c setup.cfg --color=yes --cov=configobj --cov-report %doc README.md %changelog +* Wed Feb 13 2026 wency_cn - 5.0.8-3.anolis +- Sync with upstream changes +- Update to use pyproject macros +- Add documentation subpackage +- Include CVE-2023-26112 fix +- Add pytest-cov build requirement + * Thu Mar 14 2024 Zhao Hang - 5.0.8-3 - Rebuild with python3.11 -- Gitee