Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 01:39:04 +02:00 committed by Miro Hrončok
parent a6ede6284f
commit 3eca19f894

View File

@ -4,7 +4,7 @@
Name: python-%{srcname}
Version: 8.0.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: %{sum}
License: MIT
@ -77,6 +77,9 @@ sed -i -e '/^#!\//, 1d' cpuinfo/cpuinfo.py
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 8.0.0-2
- Rebuilt for Python 3.10
* Thu Apr 15 2021 Parag Nemade <pnemade AT redhat DOT com> - 8.0.0-1
- Update to 8.0.0 version (#1949623)