Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
httpie


Commits:
f1b73be7 by Carl Smedstad at 2025-12-28T12:31:22+01:00
upgpkg: 3.2.4-2: Python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = httpie
        pkgdesc = human-friendly CLI HTTP client for the API era
        pkgver = 3.2.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/httpie/cli
        arch = any
        license = BSD-3-Clause


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=httpie
 pkgver=3.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="human-friendly CLI HTTP client for the API era"
 url="https://github.com/httpie/cli";
 depends=('python-charset-normalizer'
@@ -57,6 +57,13 @@ check() {
     -k='not test_binary and not test_compress_form and not 
test_stdin_read_warning'
     # Fails on Python 3.13 due to help message formatting
     --deselect=tests/test_cli_ui.py::test_naked_invocation
+    # Python 3.14: argparse now calls getter during parser initialization
+    --deselect=tests/test_cli_utils.py::test_lazy_choices_help
+    # charset_normalizer detects big5 as euc-kr (CJK encoding ambiguity)
+    
--deselect=tests/test_encoding.py::test_terminal_output_response_charset_detection
+    
--deselect=tests/test_encoding.py::test_terminal_output_request_charset_detection
+    # Flaky daemon timing test
+    --deselect=tests/test_update_warnings.py::test_daemon_runner
   )
   pytest "${pytest_args[@]}"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/httpie/-/commit/f1b73be7469030fe68e12c174b1be35acc1e35e9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/httpie/-/commit/f1b73be7469030fe68e12c174b1be35acc1e35e9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to