Bump version to 2.5.7

This commit is contained in:
Carlos Aznarán Laos 2023-07-20 09:45:51 -05:00
parent 5e7d69f58d
commit 2b99ae31ec
No known key found for this signature in database
GPG key ID: 8C43C00BA8F06ECA
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = python-trame-vtk
pkgdesc = VTK widgets for trame
pkgver = 2.5.4
pkgver = 2.5.7
pkgrel = 1
url = https://github.com/Kitware/trame-vtk
arch = any
@ -35,11 +35,11 @@ pkgbase = python-trame-vtk
depends = libharu
depends = gl2ps
depends = verdict
source = trame-vtk-2.5.4.tar.gz::https://github.com/Kitware/trame-vtk/archive/v2.5.4.tar.gz
source = trame-vtk-2.5.7.tar.gz::https://github.com/Kitware/trame-vtk/archive/v2.5.7.tar.gz
source = https://registry.npmjs.org/vue-vtk-js/-/vue-vtk-js-3.1.7.tgz
source = https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html
sha512sums = bc2745283f910634a07bc91793dbc56a5146c030b2c19817564bffd8e967db25b789262d47a918e3396fa7e0b183b41322e49e96d1875bbd96bf63bacb280b9a
sha512sums = a9d8b7199a0aee83c960064f00bb4ea3633ac9080330eb5b337df9090cbb0cb3a3c94e5e46abc34d4b423dd7242427f86967d20009e2e8cf1522849bd900d0dd
sha512sums = 66ed3556c34303c3af0de0585ad6e2e39d3dcec2a4e8773b98aef7312239c4d11466ff180c64aad192c4842fdcb83292dd26a3d98696cb0493a10fbb5f80f0c9
sha512sums = SKIP
sha512sums = c9e3dac0567b60df8216138c6580929ca72cc05e1b4f589f6a5460b98cac18b33a24bdd344abc1d54e9495d93cd43e9c18f140a3118dc6e13c6a242b5202b84a
pkgname = python-trame-vtk

View file

@ -3,7 +3,7 @@ _base=trame-vtk
_npm_base=vue-vtk-js
pkgname=python-${_base}
pkgdesc="VTK widgets for trame"
pkgver=2.5.4
pkgver=2.5.7
_npm_pkgver=3.1.7
pkgrel=1
arch=(any)
@ -13,13 +13,13 @@ depends=(python-trame-client vtk openmpi fmt jsoncpp glew ospray
openxr openvr ffmpeg hdf5-openmpi postgresql-libs netcdf pdal
mariadb-libs liblas cgns adios2 libharu gl2ps verdict)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest-xprocess python-pillow python-pixelmatch python-seleniumbase python-pyvista) # FIXME: python-matplotlib
checkdepends=(python-pytest-xprocess python-pillow python-pixelmatch python-seleniumbase python-pyvista)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz
https://registry.npmjs.org/${_npm_base}/-/${_npm_base}-${_npm_pkgver}.tgz
https://kitware.github.io/vtk-js/examples/OfflineLocalView/OfflineLocalView.html)
sha512sums=('bc2745283f910634a07bc91793dbc56a5146c030b2c19817564bffd8e967db25b789262d47a918e3396fa7e0b183b41322e49e96d1875bbd96bf63bacb280b9a'
sha512sums=('a9d8b7199a0aee83c960064f00bb4ea3633ac9080330eb5b337df9090cbb0cb3a3c94e5e46abc34d4b423dd7242427f86967d20009e2e8cf1522849bd900d0dd'
'66ed3556c34303c3af0de0585ad6e2e39d3dcec2a4e8773b98aef7312239c4d11466ff180c64aad192c4842fdcb83292dd26a3d98696cb0493a10fbb5f80f0c9'
'SKIP')
'c9e3dac0567b60df8216138c6580929ca72cc05e1b4f589f6a5460b98cac18b33a24bdd344abc1d54e9495d93cd43e9c18f140a3118dc6e13c6a242b5202b84a')
prepare() {
sed -i 's/^include trame_vtk\/LICENSE/#include trame_vtk\/LICENSE/' ${_base}-${pkgver}/MANIFEST.in
@ -36,7 +36,7 @@ check() {
test-env/bin/python -m installer dist/*.whl
test-env/bin/python -m pytest \
--ignore=tests/test_gc.py \
-k 'not reactivity[examples/validation/PyVistaInt64.py] and not reactivity[examples/validation/PyVistaLookupTable.py]'
-k 'not rendering[examples/validation/PyVistaInt64.py] and not rendering[examples/validation/PyVistaLookupTable.py] and not rendering[examples/validation/VolumeRendering.py]'
}
package() {