Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion python-config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -70,6 +71,9 @@ make PYTHON=%{__python3} check


%changelog
* Tue Jun 23 2026 Linar Nasyyrov <lnasyyrov@k2.cloud> - 0.1.2-4.ROCKIT4
- Add RedOS 8.0 support

* Tue Jan 24 2023 Andrey Kulaev <adkulaev@gmail.com> - 0.1.2-4
- Add centos 8.4 support

Expand Down