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

David Runge dvzrv at archlinux.org
Thu Jun 4 18:26:00 UTC 2020


    Date: Thursday, June 4, 2020 @ 18:25:59
  Author: dvzrv
Revision: 639026

upgpkg: postorius 1.3.3-1: Upgrading to 1.3.3.

Removing the ignoring of failing test (fixed upstream).

Modified:
  postorius/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 18:24:25 UTC (rev 639025)
+++ PKGBUILD	2020-06-04 18:25:59 UTC (rev 639026)
@@ -1,8 +1,8 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=postorius
-pkgver=1.3.2
-pkgrel=4
+pkgver=1.3.3
+pkgrel=1
 pkgdesc="The New Mailman Web UI"
 arch=('any')
 url="https://gitlab.com/mailman/postorius"
@@ -23,7 +23,7 @@
         "${pkgname}.tmpfiles"
         "${pkgname}.uwsgi"
         "${pkgname}-1.3.2-settings.patch")
-sha512sums=('41ff225fa574dd4bd0ac88419a10a55a71c52a64df01a1a593963fdfa62baf16a0df735364688ea24680c8e88093841892474279d40c1428948375db7eb6333b'
+sha512sums=('31d6d6d0dbbe8a57251c81cf8f7d8b80d17dd4aab9f31be684fef26637a4ba81a196d4ab63e7389bd4173a60778a00c83ee440c24f83a1f60b094ccab8cf345a'
             'SKIP'
             '3884b818da2deb148279e50316f720c95f0aaa529777b1b3662d8ab253cda823a90682a9eb47e941ca5ba80eefcb9a2d4afacd29f0340d7f9828b36ebcee23b3'
             '97cb4c0530a270db1e608f255b0940fbf1779252da74b7df9865adff809f0e644e88e0cbcfa7d7c858877887bc8ae64dddec88734fbc4abb75b6a270be38d2cf'
@@ -45,12 +45,9 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  # tests are very broken all of a sudden:
-  # https://gitlab.com/mailman/postorius/-/issues/406
   cd example_project
   export PYTHONPATH="../build/lib:${PYTHONPATH}"
-  pytest -k 'not test_accept_held_messages and not test_held_message_count' \
-         -v ../build/lib/${pkgname}
+  pytest -v ../build/lib/${pkgname}
 }
 
 package() {



More information about the arch-commits mailing list