[arch-commits] Commit in python-sqlitedict/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 4 23:58:57 UTC 2020
Date: Friday, September 4, 2020 @ 23:58:57
Author: felixonmars
Revision: 698745
upgpkg: python-sqlitedict 1.7.0-1
Modified:
python-sqlitedict/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-04 23:55:13 UTC (rev 698744)
+++ PKGBUILD 2020-09-04 23:58:57 UTC (rev 698745)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-sqlitedict
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe"
url="https://github.com/RaRe-Technologies/sqlitedict"
license=('Apache')
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
checkdepends=('python-nose')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RaRe-Technologies/sqlitedict/archive/$pkgver.tar.gz")
-sha512sums=('3cbac61d2cc8e4608be7a5b872648d42ecdc84fdfa2b5cfcccf1d8f554f1fa0b54991c3e582f410b3ca475f71a367466c714b27c9491f8dc002a22da5fc7c611')
+sha512sums=('1b2b8ada2566c8e48979b2bca99856331eb9fb7e4e651263272464566961ca7e02a868f4ae1c79459fee0fa3ff4a36580893cc5dbd2f72348f8460e7a97ac97b')
build() {
cd sqlitedict-$pkgver
@@ -20,6 +20,7 @@
check() {
cd sqlitedict-$pkgver
+ mkdir -p tests/db
python setup.py nosetests
}
More information about the arch-commits
mailing list