Date: Wednesday, June 9, 2021 @ 19:28:11 Author: felixonmars Revision: 960362
upgpkg: python-jsonpickle 1.5.2-1 Modified: python-jsonpickle/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-09 19:25:43 UTC (rev 960361) +++ PKGBUILD 2021-06-09 19:28:11 UTC (rev 960362) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-jsonpickle -pkgver=1.5.1 +pkgver=1.5.2 pkgrel=1 arch=('any') pkgdesc="Python library for serializing any arbitrary object graph into JSON" @@ -12,7 +12,7 @@ checkdepends=('python-numpy' 'python-feedparser' 'python-simplejson' 'python-pymongo' 'python-ujson' 'python-pandas' 'python-pytest') source=("https://github.com/jsonpickle/jsonpickle/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('aa51b0f34f0c07c957783d59597d4bffa0138867b628d2b4cdd4a629269fc288ece0039314a2192e7fc90652b4c1127c428a303e6c43c26407109be115209dd6') +sha512sums=('d7a84fab67c98c857d59983a19ae3fc4408f69ad95fa9332106a68eac1075b522703a1293d86b111297543b45cc6a0a3dee457902f1e384c32be8073415abbcc') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -19,7 +19,7 @@ prepare() { cd jsonpickle-$pkgver # do not run coverage and other non-integration tests in an integration test - sed -i 's/--flake8 --black --cov --cov-append//' pytest.ini + sed -i 's/--flake8 --black --cov//' pytest.ini } build() { @@ -29,8 +29,7 @@ check() { cd jsonpickle-$pkgver - # https://github.com/jsonpickle/jsonpickle/issues/336 - pytest --deselect tests/numpy_test.py::test_dtype_roundtrip + pytest } package() {
