From d43d59d2f152eedfd2e430d19482fa20dfa7fbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:25:38 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-sortedcontainers.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index 2e2d537..e4b6f12 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.1.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Pure Python sorted container types License: ASL 2.0 @@ -96,6 +94,9 @@ popd %changelog +* Tue May 26 2020 Miro Hrončok - 2.1.0-8 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 2.1.0-7 - Bootstrap for Python 3.9