Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 21:14:20 +02:00 committed by Miro Hrončok
parent bf296d89ce
commit 7f86052ae9

View File

@ -22,7 +22,7 @@
Name: scons
Version: 4.1.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: An Open Source software construction tool
License: MIT
URL: http://www.scons.org
@ -292,6 +292,9 @@ popd
%endif
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 4.1.0-4
- Rebuilt for Python 3.10
* Sun May 23 2021 Robert-André Mauchin <zebob.m@gmail.com> - 4.1.0-3
- Install prebuilt docs to avoid dependency on fop, affected by the Java apocalypse