Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
translate-toolkit
Commits:
b7068e65 by Carl Smedstad at 2025-12-23T17:19:38+01:00
upgpkg: 3.17.4-2: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = translate-toolkit
pkgdesc = A toolkit to convert between various different translation
formats, help process and validate localisations
pkgver = 3.17.4
- pkgrel = 1
+ pkgrel = 2
url = https://toolkit.translatehouse.org/
arch = any
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=translate-toolkit
pkgver=3.17.4
-pkgrel=1
+pkgrel=2
pkgdesc="A toolkit to convert between various different translation formats,
help process and validate localisations"
arch=('any')
url="https://toolkit.translatehouse.org/"
@@ -55,6 +55,7 @@ check() {
python -m venv --system-site-packages test-env
test-env/bin/python -m installer dist/*.whl
PATH=$PWD/test-env/bin:$PATH test-env/bin/python -m pytest \
+ -W "ignore::DeprecationWarning" \
--deselect
tests/translate/storage/test_csvl10n.py::TestCSV::test_encoding_save \
--deselect tests/translate/tools/test_help.py::test_help \
--deselect tests/translate/tools/test_junitmsgfmt.py::test_output \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/translate-toolkit/-/commit/b7068e65c0cbf248f813569db37d8e4ec81c452f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/translate-toolkit/-/commit/b7068e65c0cbf248f813569db37d8e4ec81c452f
You're receiving this email because of your account on gitlab.archlinux.org.