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

David Runge dvzrv at archlinux.org
Tue Aug 4 08:22:58 UTC 2020


    Date: Tuesday, August 4, 2020 @ 08:22:58
  Author: dvzrv
Revision: 668746

upgpkg: sigal 2.1.1-1: Upgrade to 2.1.1.

Tests now all work again \o/.

Modified:
  sigal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-04 08:22:47 UTC (rev 668745)
+++ PKGBUILD	2020-08-04 08:22:58 UTC (rev 668746)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=sigal
-pkgver=2.1
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="Yet another simple static gallery generator"
 arch=('any')
@@ -18,7 +18,8 @@
             'python-feedgenerator: feed plugin'
             'python-zopfli: compress assets plugin')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('951755295ad971360a0d3b219a2649f5d0c7d1dbdec73a2178e1802ddd3a6693ffd50a42edef80b0188554b49fa21952e9b12738321ec23c48f3a24761385eaf')
+sha512sums=('0cf84087202cdcf060a0f3b3e166871f7f98c4736f68aadbae3dd4b69e58fca09194f1b7a7170deb5b480516183844c9c16793f4d2775a9ea0039693c0232baf')
+b2sums=('472e0957f0169a51e967fa2954f00f121b8431bc6c09c450443b06eac98cd1fa335afa9f202976955a23e44e6bfa2a3cad8c5667127cce26033a9fcaedbd04c8')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -27,9 +28,8 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  export PYTHONPATH=build:${PYTHONPATH}
-  # disabling failing test: https://github.com/saimn/sigal/issues/390
-  pytest -v -k 'not test_generate_thumbnail'
+  export PYTHONPATH="build:${PYTHONPATH}"
+  pytest -v
 }
 
 package() {



More information about the arch-commits mailing list