[arch-commits] Commit in python-fakeredis/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Dec 3 18:38:56 UTC 2019


    Date: Tuesday, December 3, 2019 @ 18:38:56
  Author: eschwartz
Revision: 534979

upgpkg: python-fakeredis 1.1.0-1: upstream release

Modified:
  python-fakeredis/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-03 18:30:27 UTC (rev 534978)
+++ PKGBUILD	2019-12-03 18:38:56 UTC (rev 534979)
@@ -2,7 +2,7 @@
 
 _pkgname=fakeredis
 pkgname=python-fakeredis
-pkgver=1.0.5
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Fake implementation of redis API (redis-py) for testing purposes"
 arch=('any')
@@ -10,11 +10,11 @@
 license=('BSD' 'MIT')
 depends=('python-redis' 'python-six' 'python-sortedcontainers')
 makedepends=('python-setuptools' 'python-lupa')
-checkdepends=('python-nose' 'python-hypothesis')
+checkdepends=('python-pytest' 'python-hypothesis')
 optdepends=('python-lupa: for lua scripting support')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('9194c481526e09e5d572559a097d36af282f1c725c615036f8a1bb3fb07596a9223d6ffd362b67fd30cf280f768d4bf75623b64849adcc6d351683d87f9f5dea')
-b2sums=('3747e5065f465f9aaf98331e7e5175924fe2300877a15d7728cf0342f29e9bcf5caf13873e1a489ca86b1e5a4bd5a9d178ad8c3baa0883f3ed2d277b7969e462')
+sha512sums=('81b4d8c92b50dcf651746db115c58b4c6eedb32a39a9c960ea6adabe375fe5c6de0f92f5c905644373cc76046abb6b5216d531af933b8d2611918eaf4d77dc41')
+b2sums=('dffabfa40bd27ca531ab1e7ef68e424dad466cc7ed80217a3e261db68b614c935b2f7f30a076b55063417ae8c3932bdff5cd65639ce6eeeeecd1aafd9628577c')
 
 build(){
     cd "${srcdir}"/${_pkgname}-${pkgver}
@@ -25,7 +25,7 @@
 check() {
     cd "${srcdir}"/${_pkgname}-${pkgver}
 
-    nosetests
+    pytest
 }
 
 package() {



More information about the arch-commits mailing list