[arch-commits] Commit in python-jsonpickle/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Sat Sep 10 12:52:55 UTC 2022
Date: Saturday, September 10, 2022 @ 12:52:55
Author: felixonmars
Revision: 1298875
upgpkg: python-jsonpickle 2.2.0-1
Modified:
python-jsonpickle/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 12:52:45 UTC (rev 1298874)
+++ PKGBUILD 2022-09-10 12:52:55 UTC (rev 1298875)
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-jsonpickle
-pkgver=2.1.0
+pkgver=2.2.0
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=('378862a0218d6ad1044021749dcc27f793d7ec538ff3b6dcfb122ba489602c0c82edfea47fdecffe6fecd3553e52e481827212baf1c4dc6ee0981a179d6f372f')
+sha512sums=('76dc2955f45f78da492cd6ea2215caa7ecd0e7d4aa1bf6771171beb63405c22085658829cce49dd286d39c132c7e58fb54781234f4b5327c23aba5079fc52efc')
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//' pytest.ini
+ sed -i 's/--flake8 --cov//' pytest.ini
}
build() {
More information about the arch-commits
mailing list