Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages / translate-toolkit
Commits: cfca5c81 by Jaroslav Lichtblau at 2026-05-16T14:23:26+02:00 upgpkg: 3.19.9-1 - new upstream release * some more tests errors * reported upstream - https://github.com/translate/translate/issues/6318 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = translate-toolkit pkgdesc = A toolkit to convert between various different translation formats, help process and validate localisations - pkgver = 3.19.8 + pkgver = 3.19.9 pkgrel = 1 url = https://toolkit.translatehouse.org/ arch = any @@ -28,7 +28,7 @@ pkgbase = translate-toolkit optdepends = python-pyenchant: for spellcheck filter optdepends = python-pyparsing: RC support for po2rc optdepends = python-vobject: iCalendar files support for po2ical - source = https://github.com/translate/translate/archive/3.19.8/translate-toolkit-3.19.8.tar.gz - b2sums = f73cca746d3486e5e1ad4b4d42dc9b5fe6fd72f8ce54bba02b6e8c5a92c48d5d7ce954ac0a30466ec6274f6f29ccd73340344c664eaeb1d19770253dc6264c99 + source = https://github.com/translate/translate/archive/3.19.9/translate-toolkit-3.19.9.tar.gz + b2sums = 208c516d9c69faaa6fd19a4c04264ba3fc64c33c0cd6000b639ca13201dc52250d1203531260f952efd1fef87eae3600e5adc9826ef10319c3c3683f70486914 pkgname = translate-toolkit ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Hugo Doria <hugodoria at gmail.com> pkgname=translate-toolkit -pkgver=3.19.8 +pkgver=3.19.9 pkgrel=1 pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations" arch=('any') @@ -43,7 +43,7 @@ optdepends=( 'python-vobject: iCalendar files support for po2ical' ) source=("https://github.com/translate/translate/archive/$pkgver/$pkgname-$pkgver.tar.gz") -b2sums=('f73cca746d3486e5e1ad4b4d42dc9b5fe6fd72f8ce54bba02b6e8c5a92c48d5d7ce954ac0a30466ec6274f6f29ccd73340344c664eaeb1d19770253dc6264c99') +b2sums=('208c516d9c69faaa6fd19a4c04264ba3fc64c33c0cd6000b639ca13201dc52250d1203531260f952efd1fef87eae3600e5adc9826ef10319c3c3683f70486914') build() { cd translate-$pkgver @@ -57,6 +57,7 @@ check() { 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/storage/test_yaml.py::TestYAMLResourceStore::test_deep_nesting \ --deselect tests/translate/tools/test_help.py::test_help \ --deselect tests/translate/tools/test_junitmsgfmt.py::test_output \ --deselect tests/translate/tools/test_pocount.py::test_cases \ @@ -73,7 +74,8 @@ check() { --ignore tests/translate/storage/test_php.py \ --ignore tests/translate/storage/test_po.py \ --ignore tests/translate/storage/test_pypo.py \ - --ignore tests/translate/storage/test_subtitles.py + --ignore tests/translate/storage/test_subtitles.py \ + --ignore tests/cli/test_cli_snapshots.py } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/translate-toolkit/-/commit/cfca5c81ea4cdf7e0144a6214dc119a02d8494ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/translate-toolkit/-/commit/cfca5c81ea4cdf7e0144a6214dc119a02d8494ca You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
