From b183f3e4d4b244cf48a64bfaa0b5c38a461ae80c Mon Sep 17 00:00:00 2001 From: lnasyyrov Date: Tue, 19 May 2026 15:37:28 +0300 Subject: [PATCH] spec: add redos 8.0 support --- python-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-config.spec b/python-config.spec index eef389a..33fdb54 100644 --- a/python-config.spec +++ b/python-config.spec @@ -14,7 +14,7 @@ https://github.com/KonishchevDmitry/object-validator project.} Name: python-config Version: 0.1.2 -Release: 4.ROCKIT3%{?dist} +Release: 4.ROCKIT4%{?dist} Summary: A simple module for reading Python configuration files Group: Development/Libraries @@ -34,6 +34,7 @@ BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools %if 0%{with tests} BuildRequires: python%{python3_pkgversion}-pytest >= 2.2.4 +BuildRequires: python%{python3_pkgversion}-setuptools <= 72.0.0 %endif # with tests Obsoletes: python36-config Conflicts: python36-config @@ -70,6 +71,9 @@ make PYTHON=%{__python3} check %changelog +* Tue Jun 23 2026 Linar Nasyyrov - 0.1.2-4.ROCKIT4 +- Add RedOS 8.0 support + * Tue Jan 24 2023 Andrey Kulaev - 0.1.2-4 - Add centos 8.4 support