diff --git a/mingw-w64-python-gsutil/PKGBUILD b/mingw-w64-python-gsutil/PKGBUILD index 9869cc43e7..6441f2b91e 100644 --- a/mingw-w64-python-gsutil/PKGBUILD +++ b/mingw-w64-python-gsutil/PKGBUILD @@ -3,7 +3,7 @@ _realname=gsutil pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.55 +pkgver=4.56 pkgrel=1 pkgdesc='A command line tool for interacting with cloud storage services. (mingw-w64)' arch=('any') @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-monotonic>=1.4") options=('!emptydirs') source=("https://github.com/GoogleCloudPlatform/gsutil/archive/v$pkgver.tar.gz") -sha256sums=('3cd586072b4fb8110d0f96795843c02d77502f399f9af76db52de851410c1685') +sha256sums=('27cba55885f33fe62fb75710954c2a58edbc20f0ddc379ef300bb9d80fee1682') prepare() { cd "$srcdir" diff --git a/mingw-w64-python-multidict/PKGBUILD b/mingw-w64-python-multidict/PKGBUILD index 79b03e1ef5..d7f432512a 100644 --- a/mingw-w64-python-multidict/PKGBUILD +++ b/mingw-w64-python-multidict/PKGBUILD @@ -3,7 +3,7 @@ _realname=multidict pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=5.0.2 +pkgver=5.1.0 pkgrel=1 pkgdesc='Asyncio-based multidict implementation for Python (mingw-w64)' arch=('any') @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python-numpy") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools" "${MINGW_PACKAGE_PREFIX}-cython") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-psutil" "${MINGW_PACKAGE_PREFIX}-python-pytest-runner" "${MINGW_PACKAGE_PREFIX}-python-pytest-cov") source=("https://github.com/aio-libs/multidict/archive/v${pkgver}/multidict-${pkgver}.tar.gz") -sha256sums=('1847502cb325866a07ef3f3d06553f1dadeaf2de5691a39299720aace6681c71') +sha256sums=('1798708288851b808d2d03ea6046ca51bc44c228aaea12c9643a0a481ee41d8c') prepare() { cd "$srcdir" diff --git a/mingw-w64-python-tqdm/PKGBUILD b/mingw-w64-python-tqdm/PKGBUILD index 5f703598bf..92b5e7c85f 100644 --- a/mingw-w64-python-tqdm/PKGBUILD +++ b/mingw-w64-python-tqdm/PKGBUILD @@ -3,17 +3,17 @@ _realname=tqdm pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.54.0 +pkgver=4.54.1 pkgrel=1 pkgdesc='Fast, Extensible Progress Meter (mingw-w64)' arch=('any') url="https://github.com/tqdm/tqdm" license=('MIT' 'MPL') depends=("${MINGW_PACKAGE_PREFIX}-python") -#checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pandas" "${MINGW_PACKAGE_PREFIX}-python-numpy") +checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest-asyncio" "${MINGW_PACKAGE_PREFIX}-python-pandas" "${MINGW_PACKAGE_PREFIX}-python-numpy") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm") source=("${_realname}-$pkgver.tar.gz::https://github.com/tqdm/tqdm/archive/v$pkgver.tar.gz") -sha256sums=('226031403d7bec48accf420be05f8a3e469875032bcfb5989d9a59ddda9f95f7') +sha256sums=('c2289d72f4e96cdc058e235bace5e52414c100473f998ea3f47ffcecbb6a08f9') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -29,11 +29,11 @@ build() { ${MINGW_PREFIX}/bin/python setup.py build } -# check() { -# cd "${srcdir}/python-build-${CARCH}" -# ${MINGW_PREFIX}/bin/python setup.py egg_info || warning "Tests failed" -# ${MINGW_PREFIX}/bin/python -m pytest || warning "Tests failed" -# } +check() { + cd "${srcdir}/python-build-${CARCH}" + ${MINGW_PREFIX}/bin/python setup.py egg_info || warning "Tests failed" + ${MINGW_PREFIX}/bin/python -m pytest || warning "Tests failed" +} package() { cd "${srcdir}/python-build-${CARCH}" diff --git a/mingw-w64-python-trimesh/PKGBUILD b/mingw-w64-python-trimesh/PKGBUILD index 1d2614c022..2f96bc8ece 100644 --- a/mingw-w64-python-trimesh/PKGBUILD +++ b/mingw-w64-python-trimesh/PKGBUILD @@ -3,7 +3,7 @@ _realname=trimesh pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.8.15 +pkgver=3.8.18 pkgrel=1 pkgdesc='Trimesh is a pure Python (2.7-3.4+) library for loading and using triangular meshes with an emphasis on watertight surfaces. (mingw-w64)' arch=('any') @@ -15,7 +15,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python-networkx: graph operations" "${MINGW_PACKAGE_PREFIX}-python-scipy: convex hulls" "${MINGW_PACKAGE_PREFIX}-python-pyglet: preview windows") source=("https://files.pythonhosted.org/packages/source/${_realname::1}/$_realname/$_realname-$pkgver.tar.gz") -sha256sums=('3ab9c15e53916fd68d0c0ca9b46d95693d3238f164ffcf528a974c6e15cd353e') +sha256sums=('89f9ec5f1abe7e829f7f1cb9a7aa3f3eb768482272beb2c8987e933d9c068110') prepare() { cd "$srcdir"