From 1e7d509f970483f0c1e6f16500f7b78a08d82548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 03:48:11 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-setuptools_scm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index f74955a..450da11 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -1,10 +1,11 @@ +%global _without_tests 1 %bcond_without tests %global srcname setuptools_scm Name: python-%{srcname} Version: 3.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Blessed package to manage your versions by SCM tags License: MIT @@ -57,6 +58,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-3 -v -k 'not test_pip_download' %{python3_sitelib}/%{srcname}-*.egg-info/ %changelog +* Fri May 22 2020 Miro Hrončok - 3.5.0-2 +- Bootstrap for Python 3.9 + * Tue Apr 14 2020 Miro Hrončok - 3.5.0-1 - Update to 3.5.0 (#1792534)