From 3eca19f8941688ab9bbb2981930e3213b1555157 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 01:39:04 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-cpuinfo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-cpuinfo.spec b/python-cpuinfo.spec index 3f428c2..63df532 100644 --- a/python-cpuinfo.spec +++ b/python-cpuinfo.spec @@ -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 - 8.0.0-2 +- Rebuilt for Python 3.10 + * Thu Apr 15 2021 Parag Nemade - 8.0.0-1 - Update to 8.0.0 version (#1949623)