From 67622da8d72dde58a3ad8e483062b7323f013044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 16 Jun 2018 02:35:01 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-setuptools_scm.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 2d0e947..736d008 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 # Tests are not included in PyPI tarball %bcond_with tests @@ -6,7 +5,7 @@ Name: python-%{srcname} Version: 2.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Blessed package to manage your versions by scm tags # https://github.com/pypa/setuptools_scm/issues/211 @@ -82,6 +81,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -vv %{python3_sitelib}/%{srcname}-*.egg-info %changelog +* Sat Jun 16 2018 Miro Hrončok - 2.1.0-3 +- Rebuilt for Python 3.7 + * Wed Jun 13 2018 Miro Hrončok - 2.1.0-2 - Bootstrap for Python 3.7