SHA256
1
0
forked from pool/httpie

Accepting request 928125 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/928125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/httpie?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-10-29 20:34:28 +00:00 committed by Git OBS Bridge
commit 921325384a
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66af56e0efc1ca6237323f1186ba34bca1be24e67a4319fd5df7228ab986faea
size 1105177

3
httpie-2.6.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bcd9a8cb2b11299da12d3af36c095c6d4b665e41c395898a07f1ae4d99fc14a
size 1133495

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Oct 17 13:52:17 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.6.0
* Added support for formatting & coloring of JSON bodies
preceded by non-JSON data (e.g., an XXSI prefix).
* Added charset auto-detection when `Content-Type` doesnt
include it.
* Added `--response-charset` to allow overriding the response
encoding for terminal display purposes.
* Added `--response-mime` to allow overriding the response mime
type for coloring and formatting for the terminal.
* Added the ability to silence warnings through using `-q` or
`--quiet` twice (e.g. `-qq`).
* Added installed plugin list to `--debug` output.
* Fixed duplicate keys preservation in JSON data.
-------------------------------------------------------------------
Mon Sep 6 19:32:01 UTC 2021 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: httpie
Version: 2.5.0
Version: 2.6.0
Release: 0
Summary: CLI, cURL-like tool for humans
License: BSD-3-Clause
@ -28,6 +28,7 @@ Source1: http.1
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-Pygments >= 2.5.2
BuildRequires: python3-charset-normalizer >= 2.0.0
BuildRequires: python3-defusedxml >= 0.6.0
BuildRequires: python3-mock
BuildRequires: python3-pytest
@ -37,6 +38,7 @@ BuildRequires: python3-requests-toolbelt >= 0.9.1
BuildRequires: python3-responses
BuildRequires: python3-setuptools
Requires: python3-Pygments >= 2.5.2
Requires: python3-charset-normalizer >= 2.0.0
Requires: python3-defusedxml >= 0.6.0
Requires: python3-requests >= 2.22.0
Requires: python3-requests-toolbelt >= 0.9.1