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,8 +3,8 @@
_realname=patsy
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=0.5.0
pkgrel=2
pkgver=0.5.1
pkgrel=1
pkgdesc="A Python package for describing statistical models and for building design matrices (mingw-w64)"
arch=('any')
url="https://github.com/pydata/patsy"
@@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-numpy"
"${MINGW_PACKAGE_PREFIX}-python2-setuptools"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=("https://pypi.python.org/packages/source/p/patsy/${_realname}-${pkgver}.tar.gz")
sha256sums=('e05f38d5c38c8d216f0cc2b765b1069b433c92d628b954fb2fee68d13e42883b')
sha256sums=('f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991')
prepare() {
cd "${srcdir}"