From f5cafa37c86dc9b03176dc9f8f40af88398c4b85 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Feb 07 2020 03:19:06 +0000 Subject: [PATCH 1/2] Update to 1.0.1 --- diff --git a/.gitignore b/.gitignore index 3f872de..826db4c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /pandas-0.24.1.tar.gz /pandas-0.25.1.tar.gz /pandas-0.25.3.tar.gz +/pandas-1.0.1.tar.gz diff --git a/python-pandas.spec b/python-pandas.spec index 97ff471..666ccdf 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -2,8 +2,8 @@ Name: python-%{srcname} -Version: 0.25.3 -Release: 2%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Python library providing high-performance data analysis tools License: BSD @@ -46,7 +46,7 @@ Recommends: python3-xlwt %prep %autosetup -n %{srcname}-%{version} -p1 # Cython is too old in RHEL8.0 -%{!?el8:rm $(grep -rl '/\* Generated by Cython')} +%{!?el8:rm -f $(grep -rl '/\* Generated by Cython')} %build %py3_build @@ -60,6 +60,9 @@ Recommends: python3-xlwt %{python3_sitearch}/%{srcname}* %changelog +* Fri Feb 07 2020 Orion Poplawski - 1.0.1-1 +- Update to 1.0.1 + * Thu Jan 30 2020 Fedora Release Engineering - 0.25.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 3047e9a..1a30399 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pandas-0.25.3.tar.gz) = ab282e4d3145daafa68d5e3a2e82d692385eb62720d6503ddb3a4f76cf380591cbd32ba3e15fa5ba93725a221d3f74062012ca13a0df8e08c324e706ca35ccf6 +SHA512 (pandas-1.0.1.tar.gz) = 6755d17a4a4a8c3770f413199a12b3c4d6b5f5fcc925bec9b9b0f813fcd020df0b2c0a32dc8528c795b16556e00c078a03e4a6746192b44bfbd7ffc809c1e56c From bb5b85d12349e5fd1c5f9426b4e59b5e8c436b05 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Feb 07 2020 13:44:15 +0000 Subject: [PATCH 2/2] Explicity require minimum Cython version --- diff --git a/python-pandas.spec b/python-pandas.spec index 666ccdf..305f1b0 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -24,7 +24,7 @@ BuildRequires: gcc-c++ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-matplotlib -BuildRequires: python3-Cython +BuildRequires: python3-Cython >= 0.29.13 Requires: python3-pytz Requires: python3-dateutil Requires: python3-numpy