$ git show --format=fuller --patch-with-stat --summary 14b19a38f61bd2c51146941bebab93a3fb46ce37
commit 14b19a38f61bd2c51146941bebab93a3fb46ce37
Author: Crispin Boylan <crispin.boylan@beintrepid.co.uk>
AuthorDate: Sat Sep 3 10:32:54 2022 +0100
Commit: Crispin Boylan <crispin.boylan@beintrepid.co.uk>
CommitDate: Sat Sep 3 10:32:54 2022 +0100
1.4.4
---
.abf.yml | 2 +-
python-pandas.spec | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index 0f2565d..fb83e75 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- pandas-1.4.2.tar.gz: cd2a393c8a6fbc6553023f654ffabb93b49ca73e
+ pandas-1.4.4.tar.gz: ca6daee6024663ecd503c41171bfbfef6ce1158f
diff --git a/python-pandas.spec b/python-pandas.spec
index 88994cd..7736b5f 100644
--- a/python-pandas.spec
+++ b/python-pandas.spec
@@ -3,9 +3,9 @@
Summary: Powerful Python data structures for data analysis and statistics
Name: python-%{module}
-Version: 1.4.2
+Version: 1.4.4
Release: 1
-Source0: http://pypi.python.org/packages/source/p/pandas/pandas-%{version}.tar.gz
+Source0: https://github.com/pandas-dev/pandas/releases/download/v%{version}/pandas-%{version}.tar.gz
License: BSD
Group: Development/Python
Url: http://pandas.sourceforge.net/
@@ -17,7 +17,7 @@ Suggests: python-pytz
Suggests: python-tables
Suggests: python-statsmodels
BuildRequires: pkgconfig(python)
-BuildRequires: python-cython
+BuildRequires: python-cython >= 0.29.32
BuildRequires: python-setuptools
BuildRequires: python-numpy-devel >= 1.6.1
BuildRequires: python-dateutil