From 8c271e237f175073835ebf3075b98a054a4c08ddd675de1b215ba6fa4bb935a6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 20 Aug 2020 15:50:01 +0000 Subject: [PATCH] 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 --- httpie-2.1.0.tar.gz | 3 --- httpie-2.2.0.tar.gz | 3 +++ httpie.changes | 14 ++++++++++++++ httpie.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 httpie-2.1.0.tar.gz create mode 100644 httpie-2.2.0.tar.gz diff --git a/httpie-2.1.0.tar.gz b/httpie-2.1.0.tar.gz deleted file mode 100644 index f653d18..0000000 --- a/httpie-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aea482da09341a3d205761d828c7125884c9d0eb77a53cd4d2e6042e4670182b -size 1754801 diff --git a/httpie-2.2.0.tar.gz b/httpie-2.2.0.tar.gz new file mode 100644 index 0000000..207d666 --- /dev/null +++ b/httpie-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413894ad9d5d45a2a7839079dcdc0f23b0ea3586502d5014339b957de73d413e +size 1761927 diff --git a/httpie.changes b/httpie.changes index b8101bc..5b0d67b 100644 --- a/httpie.changes +++ b/httpie.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Aug 18 15:32:42 UTC 2020 - Dirk Mueller + +- 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 diff --git a/httpie.spec b/httpie.spec index 376c88a..b333212 100644 --- a/httpie.spec +++ b/httpie.spec @@ -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