diff --git a/mingw-w64-python-netifaces/PKGBUILD b/mingw-w64-python-netifaces/PKGBUILD index e700ecbb91..fa587b8d97 100644 --- a/mingw-w64-python-netifaces/PKGBUILD +++ b/mingw-w64-python-netifaces/PKGBUILD @@ -3,7 +3,7 @@ _realname=netifaces pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=0.10.7 +pkgver=0.10.9 pkgrel=1 pkgdesc="Portable module to access network interface information in Python (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python2-setuptools") options=('staticlibs' 'strip' '!debug') source=("https://pypi.io/packages/source/n/netifaces/netifaces-${pkgver}.tar.gz") -sha512sums=('d97433345a29ae540e40d5fe9e50c10e8b30197bb0b798f55c82236f20dc6f463604ed202b361cdfcb5e0c95998c87acc781a808c0198ec0479089e13a7fdbed') +sha512sums=('8fc593de4d2cbda46a3e2430ede031360f1abfc64d47d00fbec09f3395fd83479bf29d97cb6834b1df06850c9ac2745c9344b6814f34be5975d4d5df98e05e87') # Helper macros to help make tasks easier # apply_patch_with_msg() { diff --git a/mingw-w64-python-numexpr/PKGBUILD b/mingw-w64-python-numexpr/PKGBUILD index 244ea155db..2c98c7a024 100644 --- a/mingw-w64-python-numexpr/PKGBUILD +++ b/mingw-w64-python-numexpr/PKGBUILD @@ -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} diff --git a/mingw-w64-python-openpyxl/PKGBUILD b/mingw-w64-python-openpyxl/PKGBUILD index 96c8facfca..4901c996c9 100644 --- a/mingw-w64-python-openpyxl/PKGBUILD +++ b/mingw-w64-python-openpyxl/PKGBUILD @@ -4,7 +4,7 @@ _realname=openpyxl pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}" "${MINGW_PACKAGE_PREFIX}-python2-${_realname}") -pkgver=2.5.9 +pkgver=2.5.12 pkgrel=1 pkgdesc="A python library to read/write Excel 2007 xlsx/xlsm file (mingw-w64)" url="https://openpyxl.readthedocs.io/" @@ -16,10 +16,10 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" "${MINGW_PACKAGE_PREFIX}-python2-jdcal" "${MINGW_PACKAGE_PREFIX}-python3-et-xmlfile" "${MINGW_PACKAGE_PREFIX}-python2-et-xmlfile") -_pkgtag='9035a8ec775d' +_pkgtag='eee167cb1c26' source=(openpyxl-${pkgver}.tar.gz::"https://bitbucket.org/openpyxl/openpyxl/get/${pkgver}.tar.gz" "LICENSE") -sha256sums=('8a0a9103737022afac7d979e6ff9d26087c55a245b2e577dce6132c8aed79b35' +sha256sums=('8767e536c870e9c411cf6c596a0560cb9b980a2c4f4cfcbade2d3ae7d47ee0aa' '0c1a4c0d3ea3fe274145e211f4c2e7de6f1747e3a086610c4ae70aca2ec9d50c') prepare() { diff --git a/mingw-w64-python-patsy/PKGBUILD b/mingw-w64-python-patsy/PKGBUILD index f655a27c50..7b43c452cc 100644 --- a/mingw-w64-python-patsy/PKGBUILD +++ b/mingw-w64-python-patsy/PKGBUILD @@ -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}" diff --git a/mingw-w64-python-xlsxwriter/PKGBUILD b/mingw-w64-python-xlsxwriter/PKGBUILD index e39ac7cc32..c03f48e6e8 100644 --- a/mingw-w64-python-xlsxwriter/PKGBUILD +++ b/mingw-w64-python-xlsxwriter/PKGBUILD @@ -4,7 +4,7 @@ _realname=xlsxwriter pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}" "${MINGW_PACKAGE_PREFIX}-python2-${_realname}") -pkgver=1.1.1 +pkgver=1.1.2 pkgrel=1 pkgdesc="A Python module for creating Excel XLSL files (mingw-w64)" url="https://github.com/jmcnamara/XlsxWriter" @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python3-setuptools" checkdepends=("${MINGW_PACKAGE_PREFIX}-python3-pytest" "${MINGW_PACKAGE_PREFIX}-python2-pytest") source=(${_realname}-${pkgver}.tar.gz::"https://github.com/jmcnamara/XlsxWriter/archive/RELEASE_${pkgver}.tar.gz") -sha256sums=('8bfb077aa599dc4f3ef7267dca2f95558f64d8b8f6255636696e31c76ec9387c') +sha256sums=('ae8acc2f99afc63197e814447cdb9f72db0c63e502b1f8a0b5c4256a9fa9a3e0') prepare() { cd "${srcdir}"