David Runge pushed to branch main at Arch Linux / Packaging / Packages /
hyperkitty
Commits:
b06362ab by David Runge at 2024-12-12T17:34:33+01:00
upgpkg: 1.3.12-2
Rebuild against Python 3.13.
Disable useless test checking for invariants in help output.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hyperkitty
pkgdesc = A web interface to access GNU Mailman v3 archives
pkgver = 1.3.12
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/mailman/hyperkitty
install = hyperkitty.install
arch = any
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_name=HyperKitty
pkgname=hyperkitty
pkgver=1.3.12
-pkgrel=1
+pkgrel=2
pkgdesc="A web interface to access GNU Mailman v3 archives"
arch=(any)
url="https://gitlab.com/mailman/hyperkitty"
@@ -102,6 +102,8 @@ check() {
-vv
# https://gitlab.com/mailman/hyperkitty/-/issues/514
--deselect
hyperkitty/tests/commands/test_import.py::CommandTestCase::test_cant_write_error
+ # we don't care about variations in help output
+ --deselect
hyperkitty/tests/commands/test_attachments_to_file.py::CommandTestCase::test_help_output
)
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperkitty/-/commit/b06362abe7f286689f099f4ff9b7f9a7e77b670e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hyperkitty/-/commit/b06362abe7f286689f099f4ff9b7f9a7e77b670e
You're receiving this email because of your account on gitlab.archlinux.org.