Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / jrnl
Commits:
1e950851 by Carl Smedstad at 2025-12-23T17:29:25+01:00
upgpkg: 4.2.1-2: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jrnl
pkgdesc = Collect your thoughts and notes without leaving the command
line
pkgver = 4.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://jrnl.sh/
arch = any
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=jrnl
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Collect your thoughts and notes without leaving the command line"
arch=('any')
url="https://jrnl.sh/"
@@ -42,7 +42,8 @@ build() {
check() {
cd $pkgname-$pkgver
- pytest
+ # Deselected test fails with Python 3.14
+ pytest
--deselect=tests/bdd/test_features.py::test_override_configured_linewrap_with_a_value_of_23
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jrnl/-/commit/1e9508518e70f7848100f5491d9a91eae9ad6424
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jrnl/-/commit/1e9508518e70f7848100f5491d9a91eae9ad6424
You're receiving this email because of your account on gitlab.archlinux.org.