#7 Update to 1.0.1
Merged 4 years ago by sergiopr. Opened 4 years ago by orion.
rpms/ orion/python-pandas 1.0.1  into  master

file modified
+1
@@ -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

file modified
+7 -4
@@ -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
@@ -24,7 +24,7 @@ 

  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
@@ -46,7 +46,7 @@ 

  %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 @@ 

  %{python3_sitearch}/%{srcname}*

  

  %changelog

+ * Fri Feb 07 2020 Orion Poplawski <orion@nwra.com> - 1.0.1-1

+ - Update to 1.0.1

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.3-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pandas-0.25.3.tar.gz) = ab282e4d3145daafa68d5e3a2e82d692385eb62720d6503ddb3a4f76cf380591cbd32ba3e15fa5ba93725a221d3f74062012ca13a0df8e08c324e706ca35ccf6

+ SHA512 (pandas-1.0.1.tar.gz) = 6755d17a4a4a8c3770f413199a12b3c4d6b5f5fcc925bec9b9b0f813fcd020df0b2c0a32dc8528c795b16556e00c078a03e4a6746192b44bfbd7ffc809c1e56c

There do not appear to be any more cython generated files at the moment, but it seems worth it to keep the removal in place in case they return.

1 new commit added

  • Explicity require minimum Cython version
4 years ago

Metadata Update from @sergiopr:
- Request assigned

4 years ago

All seems good. Thank you Orion!

Pull-Request has been merged by sergiopr

4 years ago