From ccd373a7712405d3f340fdfaecbe68b636977d82 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 19:45:44 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-Traits.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-Traits.spec b/python-Traits.spec index b9f9d13..da9bdb9 100644 --- a/python-Traits.spec +++ b/python-Traits.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 %global srcname Traits %global modname traits %global commit ac5d0296def6a389f932add5fbcab2eef6e7334e @@ -9,7 +8,7 @@ Name: python-%{srcname} Version: 6.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Explicitly typed attributes for Python # Images have different licenses. For image license breakdown check # image_LICENSE.txt file. @@ -93,6 +92,9 @@ popd %{python3_sitearch}/%{modname}* %changelog +* Fri Jun 04 2021 Python Maint - 6.2.0-4 +- Rebuilt for Python 3.10 + * Fri Jun 04 2021 Python Maint - 6.2.0-3 - Bootstrap for Python 3.10