From e8852ff34b3d5f1c945a4f8edaaf8adf553c0cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:46:31 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-xarray.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-xarray.spec b/python-xarray.spec index e01c73f..6b4f752 100644 --- a/python-xarray.spec +++ b/python-xarray.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 0.15.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: N-D labeled arrays and datasets in Python License: ASL 2.0 @@ -135,6 +135,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %changelog +* Tue May 26 2020 Miro HronĨok - 0.15.1-3 +- Rebuilt for Python 3.9 + * Sat Apr 18 2020 Elliott Sales de Andrade - 0.15.1-2 - Fix broken install with missing files - Test against installed version to catch above issue