Python updates (#4845)

* python-patsy: Update to 0.5.1

* python-xlsxwriter: Update to 1.1.2

* python-netifaces: Update to 0.10.9

* python-numexpr: Update to 2.6.9

* python-openpyxl: Update to 4.3.0
This commit is contained in:
Peter Budai
2019-01-09 08:28:26 +01:00
committed by Алексей
parent 4528247f42
commit b3d34c84dd
5 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
_realname=numexpr
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-$_realname" "${MINGW_PACKAGE_PREFIX}-python3-$_realname")
pkgver=2.6.8
pkgver=2.6.9
pkgrel=1
pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-numpy"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools"
"${MINGW_PACKAGE_PREFIX}-gcc")
source=("${_realname}-${pkgver}.tar.gz"::https://github.com/pydata/numexpr/archive/v${pkgver}.tar.gz)
sha256sums=('1a9684008c5ff7d69a5aa2998a3186587ee89f6cc6c4966f76aed8c4ee9f5b92')
sha256sums=('d57267bbdf10906f5ed7841b3484bec4af0494102b50e89ba316924cc7a7fd46')
prepare() {
cp -a ${_realname}-${pkgver} $_realname-py2-${pkgver}