SHA256
1
0
forked from pool/httpie

Accepting request 828244 from network:utilities

OBS-URL: https://build.opensuse.org/request/show/828244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/httpie?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2020-08-20 20:35:14 +00:00 committed by Git OBS Bridge
commit 58eebef201
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Aug 18 15:32:42 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.2.0:
* Added support for custom content types for uploaded files (`#668`_).
* Added support for ``$XDG_CONFIG_HOME`` (`#920`_).
* Added support for ``Set-Cookie``-triggered cookie expiration (`#853`_).
* Added ``--format-options`` to allow disabling sorting, etc. (`#128`_)
* Added ``--sorted`` and ``--unsorted`` shortcuts for (un)setting all sorting-related ``--format-options``. (`#128`_)
* Added ``--ciphers`` to allow configuring OpenSSL ciphers (`#870`_).
* Added ``netrc`` support for auth plugins. Enabled for ``--auth-type=basic``
and ``digest``, 3rd parties may opt in (`#718`_, `#719`_, `#852`_, `#934`_).
* Fixed built-in plugins-related circular imports (`#925`_).
-------------------------------------------------------------------
Sat Apr 18 11:41:22 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -19,7 +19,7 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: httpie
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: CLI, cURL-like tool for humans
License: BSD-3-Clause