Accepting request 1237388 from network:utilities
- Change python version back to 3.11 because too many tests fail with 3.12 and higher - Update to version 3.2.4 * Fix default certs loading and unpin requests. - Update manpage to version 3.2.4 OBS-URL: https://build.opensuse.org/request/show/1237388 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/httpie?expand=0&rev=16
This commit is contained in:
commit
ba09ab6a3a
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="versionprefix">3.2.3</param>
|
||||
<param name="versionprefix">3.2.4</param>
|
||||
<param name="url">https://github.com/httpie/cli.git</param>
|
||||
<param name="revision">f4cf43ecdd6c5c52b5c4ba91086d5c6ccfebcd6d</param>
|
||||
<param name="revision">2105caa49bae87c5809c274e407619a0de2639d1</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">enable</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3c0ea874cbf202153e32251af4630340d8388c4a7b656174c61c586d10b956d
|
||||
size 2149900
|
3
cli-3.2.4.1730482196.2105caa.obscpio
Normal file
3
cli-3.2.4.1730482196.2105caa.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ce13f3ce3f7a3b7c23770748b053520d7c6f956af99a4cac4d6fa78f77734ab
|
||||
size 2150412
|
@ -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
|
||||
|
2
http.1
2
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
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 23 02:36:08 UTC 2024 - Simon Vogl <simon.vogl@gmx.net>
|
||||
|
||||
- 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 <simon.vogl@gmx.net>
|
||||
|
||||
- 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 <simon.vogl@gmx.net>
|
||||
|
||||
|
15
httpie.spec
15
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user