diff --git a/_service b/_service index 6db07f8..2da0f8f 100644 --- a/_service +++ b/_service @@ -1,8 +1,8 @@ - 3.2.3 + 3.2.4 https://github.com/httpie/cli.git - f4cf43ecdd6c5c52b5c4ba91086d5c6ccfebcd6d + 2105caa49bae87c5809c274e407619a0de2639d1 git enable disable diff --git a/cli-3.2.3.1720621443.f4cf43e.obscpio b/cli-3.2.3.1720621443.f4cf43e.obscpio deleted file mode 100644 index fc0df56..0000000 --- a/cli-3.2.3.1720621443.f4cf43e.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3c0ea874cbf202153e32251af4630340d8388c4a7b656174c61c586d10b956d -size 2149900 diff --git a/cli-3.2.4.1730482196.2105caa.obscpio b/cli-3.2.4.1730482196.2105caa.obscpio new file mode 100644 index 0000000..6ff057d --- /dev/null +++ b/cli-3.2.4.1730482196.2105caa.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce13f3ce3f7a3b7c23770748b053520d7c6f956af99a4cac4d6fa78f77734ab +size 2150412 diff --git a/cli.obsinfo b/cli.obsinfo index 4a1700b..e5709e1 100644 --- a/cli.obsinfo +++ b/cli.obsinfo @@ -1,4 +1,4 @@ name: cli -version: 3.2.3.1720621443.f4cf43e -mtime: 1720621443 -commit: f4cf43ecdd6c5c52b5c4ba91086d5c6ccfebcd6d +version: 3.2.4.1730482196.2105caa +mtime: 1730482196 +commit: 2105caa49bae87c5809c274e407619a0de2639d1 diff --git a/http.1 b/http.1 index 6127781..9c51699 100644 --- a/http.1 +++ b/http.1 @@ -1,5 +1,5 @@ .\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py. -.TH http 1 "2024-07-10" "HTTPie 3.2.3" "HTTPie Manual" +.TH http 1 "2024-07-10" "HTTPie 3.2.4" "HTTPie Manual" .SH NAME http .SH SYNOPSIS diff --git a/httpie.changes b/httpie.changes index 2cd4d4d..f9d740f 100644 --- a/httpie.changes +++ b/httpie.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Dec 23 02:36:08 UTC 2024 - Simon Vogl + +- Change python version back to 3.11 because too many tests fail + with 3.12 and higher + +------------------------------------------------------------------- +Sat Nov 23 20:22:17 UTC 2024 - Simon Vogl + +- Update to version 3.2.4 + * Fix default certs loading and unpin requests. +- Update manpage to version 3.2.4 + ------------------------------------------------------------------- Wed Jul 10 15:52:33 UTC 2024 - Simon Vogl diff --git a/httpie.spec b/httpie.spec index 4a53687..1490985 100644 --- a/httpie.spec +++ b/httpie.spec @@ -1,7 +1,7 @@ # # spec file for package httpie # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,14 @@ # -%define _mtime 1720621443 -%define _commit f4cf43e +%define _mtime 1730482196 +%define _commit 2105caa + +%define primary_python python311 +%define python_version 3.11 Name: httpie -Version: 3.2.3 +Version: 3.2.4 Release: 0 Summary: CLI, cURL-like tool for humans License: BSD-3-Clause @@ -67,8 +70,8 @@ Requires: %{primary_python}-requests >= 2.22.0 Requires: %{primary_python}-requests-toolbelt >= 0.9.1 Requires: %{primary_python}-rich >= 9.10.0 Requires: %{primary_python}-setuptools -Provides: %{primary_python}-httpie = 3.2.2 -Provides: python3-httpie = 3.2.2 +Provides: %{primary_python}-httpie = %{version} +Provides: python3-httpie = %{version} Obsoletes: %{primary_python}-httpie < 2.3.0 Obsoletes: python3-httpie < 2.3.0 BuildArch: noarch