From 9474d2a73786be8e217498758dcdc92bb8e6058c Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Sun, 11 Dec 2016 22:26:35 +0100 Subject: [PATCH] Rebuild for Python 3.6 Disable python3 tests for now --- pytz.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pytz.spec b/pytz.spec index 0fdf975..6e50a2d 100644 --- a/pytz.spec +++ b/pytz.spec @@ -6,7 +6,7 @@ Name: pytz Version: 2016.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: World Timezone Definitions for Python Group: Development/Languages @@ -37,7 +37,7 @@ Summary: World Timezone Definitions for Python Group: Development/Languages BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-pytest +#BuildRequires: python3-pytest Requires: tzdata %description -n python3-%{name} @@ -76,7 +76,7 @@ rm -r %{buildroot}%{python3_sitelib}/pytz/zoneinfo %check PYTHONPATH=%{buildroot}%{python2_sitelib} py.test-%{python2_version} -v %if 0%{?with_python3} -PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v +#PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %endif @@ -96,6 +96,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %changelog +* Fri Dec 09 2016 Charalampos Stratakis - 2016.10-2 +- Rebuild for Python 3.6 +- Disable python3 tests for now + * Tue Dec 6 2016 Orion Poplawski - 2016.10-1 - Update to 2016.10