forked from pool/httpie
Accepting request 827634 from home:dirkmueller:branches:network:utilities
- 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`_). OBS-URL: https://build.opensuse.org/request/show/827634 OBS-URL: https://build.opensuse.org/package/show/network:utilities/httpie?expand=0&rev=15
This commit is contained in:
parent
1f1437c48e
commit
8c271e237f
@ -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
3
httpie-2.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e
|
||||
size 1761927
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user