From 74d49be3b99b07c178d42876afc3b48f81086609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 10:45:50 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-sortedcontainers.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sortedcontainers.spec b/python-sortedcontainers.spec index d497825..2e2d537 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.1.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Pure Python sorted container types License: ASL 2.0 @@ -94,6 +96,9 @@ popd %changelog +* Fri May 22 2020 Miro HronĨok - 2.1.0-7 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 2.1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild