From 29b536964a128076a27314eda5efd5c6b38ad492 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 2 Jun 2021 13:17:48 +0200 Subject: [PATCH] Bootstrap for Python 3.10 --- python-sortedcontainers.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index b4698e8..fc60664 100644 --- a/python-sortedcontainers.spec +++ b/python-sortedcontainers.spec @@ -1,8 +1,10 @@ +%global _without_docs 1 +%global _without_tests 1 %global srcname sortedcontainers Name: python-%{srcname} Version: 2.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Pure Python sorted container types License: ASL 2.0 @@ -95,6 +97,9 @@ popd %changelog +* Wed Jun 02 2021 Python Maint - 2.4.0-2 +- Bootstrap for Python 3.10 + * Sun May 16 2021 Elliott Sales de Andrade - 2.4.0-1 - Update to latest version (#1960970)