From 751ec5adf3a7abd972dd4c47760667fb58f33fb7 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 14:10:00 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-sortedcontainers.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index fc60664..f84f64a 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -1,10 +1,8 @@ -%global _without_docs 1 -%global _without_tests 1 %global srcname sortedcontainers Name: python-%{srcname} Version: 2.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Pure Python sorted container types License: ASL 2.0 @@ -97,6 +95,9 @@ popd %changelog +* Fri Jun 04 2021 Python Maint - 2.4.0-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 2.4.0-2 - Bootstrap for Python 3.10