From ddc33517144a321d04ad4998d194a63ad4361d9a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Mon, 30 Nov 2020 16:35:47 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/pytz.git#c3571d40fd7b1f7c822e254956930a388f7b4d91 --- pytz.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pytz.spec b/pytz.spec index 8b1db91..9e7c790 100644 --- a/pytz.spec +++ b/pytz.spec @@ -1,12 +1,17 @@ -# Prepared for Python 2 removal +# There is an exception to ship python2-pytz on Fedora, for trac: +# https://pagure.io/fesco/issue/2260 +%if 0%{?fedora} %bcond_without python2 +%else +%bcond_with python2 +%endif # Allow build without test %bcond_without tests Name: pytz Version: 2020.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: World Timezone Definitions for Python License: MIT @@ -101,6 +106,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %changelog +* Wed Nov 25 2020 Miro HronĨok - 2020.4-2 +- Disable Python 2 in ELN + * Mon Nov 02 2020 Gwyn Ciesla - 2020.4-1 - 2020.4