[arch-commits] Commit in python-statsmodels/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 3 00:50:28 UTC 2021
Date: Friday, December 3, 2021 @ 00:50:28
Author: foutrelis
Revision: 1064095
Bump for Python 3.10 support
Modified:
python-statsmodels/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-03 00:50:26 UTC (rev 1064094)
+++ PKGBUILD 2021-12-03 00:50:28 UTC (rev 1064095)
@@ -4,8 +4,8 @@
# TODO: create X-12-ARIMA or X-13ARIMA-SEATS (can be used for time-series analysis)
pkgname=python-statsmodels
-pkgver=0.13.0
-pkgrel=1
+pkgver=0.13.1
+pkgrel=0
pkgdesc="Statistical computations and models for use with SciPy"
arch=('x86_64')
url="http://statsmodels.sourceforge.net/"
@@ -17,7 +17,7 @@
'python-joblib: accelerate distributed estimation for certain models'
'jupyter: needed to run the notebooks')
source=("$pkgname-$pkgver.tar.gz::https://github.com/statsmodels/statsmodels/archive/v${pkgver}.tar.gz")
-sha256sums=('47079fb703c6fd1e7cf2e4b4adf290fbf96a1a1134f2dfb230f2752d8ca62104')
+sha256sums=('4bf899994549079aa91a6ee5e06f4c900b7eba22af6d2f27a26ab58dd4a7ccac')
build() {
cd "$srcdir"/statsmodels-${pkgver}
More information about the arch-commits
mailing list