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)