commit httpie for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2020-08-20 22:35:14

Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and  /work/SRC/openSUSE:Factory/.httpie.new.3399 (New)


Package is "httpie"

Thu Aug 20 22:35:14 2020 rev:7 rq:828244 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/httpie/httpie.changes2020-04-27 
23:42:13.971977746 +0200
+++ /work/SRC/openSUSE:Factory/.httpie.new.3399/httpie.changes  2020-08-20 
22:35:32.564169723 +0200
@@ -1,0 +2,14 @@
+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`_).
+
+---

Old:

  httpie-2.1.0.tar.gz

New:

  httpie-2.2.0.tar.gz



Other differences:
--
++ httpie.spec ++
--- /var/tmp/diff_new_pack.ayE94z/_old  2020-08-20 22:35:33.232170029 +0200
+++ /var/tmp/diff_new_pack.ayE94z/_new  2020-08-20 22:35:33.236170031 +0200
@@ -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

++ httpie-2.1.0.tar.gz -> httpie-2.2.0.tar.gz ++
 2667 lines of diff (skipped)




commit httpie for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2020-04-27 23:42:05

Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and  /work/SRC/openSUSE:Factory/.httpie.new.2738 (New)


Package is "httpie"

Mon Apr 27 23:42:05 2020 rev:6 rq:798210 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/httpie/httpie.changes2020-04-01 
19:14:14.503420527 +0200
+++ /work/SRC/openSUSE:Factory/.httpie.new.2738/httpie.changes  2020-04-27 
23:42:13.971977746 +0200
@@ -1,0 +2,12 @@
+Sat Apr 18 11:41:22 UTC 2020 - Martin Hauke 
+
+- Update to version 2.1.0
+  * Added --path-as-is to bypass dot segment (/../ or /./) URL
+squashing.
+  * Changed the default value Accept header value for JSON requests
+from application/json, */* to application/json, */*;q=0.5 to
+clearly indicate preference.
+  * Fixed --form file upload mixed with redirected stdin error
+handling.
+
+---

Old:

  httpie-2.0.0.tar.gz

New:

  httpie-2.1.0.tar.gz



Other differences:
--
++ httpie.spec ++
--- /var/tmp/diff_new_pack.YXxVEB/_old  2020-04-27 23:42:14.915979677 +0200
+++ /var/tmp/diff_new_pack.YXxVEB/_new  2020-04-27 23:42:14.919979686 +0200
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   httpie
-Version:2.0.0
+Version:2.1.0
 Release:0
 Summary:CLI, cURL-like tool for humans
 License:BSD-3-Clause

++ httpie-2.0.0.tar.gz -> httpie-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpie-2.0.0/.github/workflows/build.yml 
new/httpie-2.1.0/.github/workflows/build.yml
--- old/httpie-2.0.0/.github/workflows/build.yml2020-01-12 
11:06:43.0 +0100
+++ new/httpie-2.1.0/.github/workflows/build.yml2020-04-18 
12:54:40.0 +0200
@@ -1,5 +1,5 @@
 name: Build
-on: [push]
+on: [push, pull_request]
 jobs:
   extras:
 # Run coverage and extra tests only once
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpie-2.0.0/CHANGELOG.rst 
new/httpie-2.1.0/CHANGELOG.rst
--- old/httpie-2.0.0/CHANGELOG.rst  2020-01-12 11:06:43.0 +0100
+++ new/httpie-2.1.0/CHANGELOG.rst  2020-04-18 12:54:40.0 +0200
@@ -6,6 +6,18 @@
 This project adheres to `Semantic Versioning `_.
 
 
+`2.1.0`_ (2020-04-18)
+-
+
+* Added ``--path-as-is`` to bypass dot segment (``/../`` or ``/./``)
+  URL squashing (#895).
+* Changed the default value ``Accept`` header value for JSON requests from
+  ``application/json, */*`` to ``application/json, */*;q=0.5``
+  to clearly indicate preference (#488).
+* Fixed ``--form`` file upload mixed with redirected ``stdin`` error handling
+  (#840).
+
+
 `2.0.0`_ (2020-01-12)
 -
 * Removed Python 2.7 support (`EOL Jan 2020 
`_).
@@ -14,7 +26,7 @@
 * Replaced the old collect-all-then-process handling of HTTP communication
   with one-by-one processing of each HTTP request or response as they become
   available. This means that you can see headers immediately,
-  see what is being send even when the request fails, etc.
+  see what is being sent even if the request fails, etc.
 * Removed automatic config file creation to avoid concurrency issues.
 * Removed the default 30-second connection ``--timeout`` limit.
 * Removed Python’s default limit of 100 response headers.
@@ -409,4 +421,9 @@
 .. _1.0.2: https://github.com/jakubroztocil/httpie/compare/1.0.1...1.0.2
 .. _1.0.3: https://github.com/jakubroztocil/httpie/compare/1.0.2...1.0.3
 .. _2.0.0: https://github.com/jakubroztocil/httpie/compare/1.0.3...2.0.0
-.. _2.1.0-dev: https://github.com/jakubroztocil/httpie/compare/2.0.0...master
+.. _2.1.0: https://github.com/jakubroztocil/httpie/compare/2.0.0...2.1.0
+
+
+.. _#488:https://github.com/jakubroztocil/httpie/issues/488
+.. _#840:https://github.com/jakubroztocil/httpie/issues/840
+.. _#895:https://github.com/jakubroztocil/httpie/issues/895
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpie-2.0.0/LICENSE new/httpie-2.1.0/LICENSE
--- old/httpie-2.0.0/LICENSE2020-01-12 11:06:43.0 +0100
+++ new/httpie-2.1.0/LICENSE2020-04-18 12:54:40.0 +0200
@@ -1,4 +1,4 @@
-Copyright © 2012-2019 Jakub Roztocil 
+Copyright © 2012-2020 Jakub Roztocil 
 
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
diff -urN '--exclude=CVS' 

commit httpie for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2020-04-01 19:12:47

Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and  /work/SRC/openSUSE:Factory/.httpie.new.3248 (New)


Package is "httpie"

Wed Apr  1 19:12:47 2020 rev:5 rq:790295 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/httpie/httpie.changes2020-01-20 
22:56:41.975372479 +0100
+++ /work/SRC/openSUSE:Factory/.httpie.new.3248/httpie.changes  2020-04-01 
19:14:14.503420527 +0200
@@ -1,0 +2,5 @@
+Tue Mar 31 16:59:11 UTC 2020 - Matej Cepl 
+
+- Don't use %python3_only command, but properly use alternatives.
+
+---



Other differences:
--
++ httpie.spec ++
--- /var/tmp/diff_new_pack.pQawGB/_old  2020-04-01 19:14:16.403421382 +0200
+++ /var/tmp/diff_new_pack.pQawGB/_new  2020-04-01 19:14:16.403421382 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package httpie
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,6 @@
 Source1:http.1
 Patch0: httpie-adjust-requirements.patch
 BuildRequires:  %{python_module Pygments >= 2.1.3}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest-httpbin}
 BuildRequires:  %{python_module pytest}
@@ -43,6 +42,8 @@
 Suggests:   python-colorama >= 0.2.4
 Provides:   httpie
 BuildArch:  noarch
+Requires(post):   update-alternatives
+Requires(postun):  update-alternatives
 %python_subpackages
 
 %description
@@ -66,19 +67,27 @@
 %install
 export LC_CTYPE=en_US.UTF-8
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/http
+%python_clone -a %{buildroot}%{_bindir}/https
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/http.1
 
 %check
 export LC_CTYPE=en_US.UTF-8
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version}
+%pytest
+
+%post
+%python_install_alternative http https
+
+%postun
+%python_uninstall_alternative http https
 
 %files %{python_files}
 %doc AUTHORS.rst CHANGELOG.rst README.rst
 %license LICENSE
-%python3_only %{_bindir}/http
-%python3_only %{_bindir}/https
+%python_alternative %{_bindir}/http
+%python_alternative %{_bindir}/https
 %{python_sitelib}/*
-%{_mandir}/man1/http.1%{ext_man}
+%{_mandir}/man1/http.1%{?ext_man}
 
 %changelog




commit httpie for openSUSE:Factory

2020-01-20 Thread root
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2020-01-20 22:56:37

Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and  /work/SRC/openSUSE:Factory/.httpie.new.26092 (New)


Package is "httpie"

Mon Jan 20 22:56:37 2020 rev:4 rq:765777 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/httpie/httpie.changes2020-01-02 
14:44:47.756993706 +0100
+++ /work/SRC/openSUSE:Factory/.httpie.new.26092/httpie.changes 2020-01-20 
22:56:41.975372479 +0100
@@ -1,0 +2,30 @@
+Sun Jan 12 10:25:17 UTC 2020 - Martin Hauke 
+
+- Update to version 2.0.0
+  * Removed Python 2.7 support (Python 3.6+ is now required).
+  * Added --offline to allow building an HTTP request and printing
+it but not actually sending it over the network.
+  * Replaced the old collect-all-then-process handling of HTTP
+communication with one-by-one processing of each HTTP request
+or response as they become available. This means that you can
+see headers immediately, see what is being send even when the
+request fails, etc.
+  * Removed automatic config file creation to avoid concurrency
+issues.
+  * Removed the default 30-second connection --timeout limit.
+  * Removed Python’s default limit of 100 response headers.
+  * Added --max-headers to allow setting the max header limit.
+  * Added --compress to allow request body compression.
+  * Added --ignore-netrc to allow bypassing credentials from
+.netrc.
+  * Added https alias command with https:// as the default scheme.
+  * Added $ALL_PROXY documentation.
+  * Added type annotations throughout the codebase.
+  * Added tests/ to the PyPi package for the convenience of
+downstream package maintainers.
+  * Fixed an error when stdin was a closed fd.
+  * Improved --debug output formatting.
+- Update patch:
+  * httpie-adjust-requirements.patch
+
+---

Old:

  httpie-1.0.3.tar.gz

New:

  httpie-2.0.0.tar.gz



Other differences:
--
++ httpie.spec ++
--- /var/tmp/diff_new_pack.v8tsAj/_old  2020-01-20 22:56:44.411373416 +0100
+++ /var/tmp/diff_new_pack.v8tsAj/_new  2020-01-20 22:56:44.411373416 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package httpie
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   httpie
-Version:1.0.3
+Version:2.0.0
 Release:0
 Summary:CLI, cURL-like tool for humans
 License:BSD-3-Clause
@@ -77,6 +77,7 @@
 %doc AUTHORS.rst CHANGELOG.rst README.rst
 %license LICENSE
 %python3_only %{_bindir}/http
+%python3_only %{_bindir}/https
 %{python_sitelib}/*
 %{_mandir}/man1/http.1%{ext_man}
 

++ httpie-1.0.3.tar.gz -> httpie-2.0.0.tar.gz ++
 8554 lines of diff (skipped)

++ httpie-adjust-requirements.patch ++
--- /var/tmp/diff_new_pack.v8tsAj/_old  2020-01-20 22:56:44.539373465 +0100
+++ /var/tmp/diff_new_pack.v8tsAj/_new  2020-01-20 22:56:44.539373465 +0100
@@ -1,15 +1,15 @@
 diff --git a/setup.py b/setup.py
-index 3cb04c8..50075b3 100644
+index 4392270..2d18d38 100644
 --- a/setup.py
 +++ b/setup.py
 @@ -35,8 +35,8 @@ tests_require = [
  
  
  install_requires = [
--'requests>=2.21.0',
--'Pygments>=2.3.1'
-+'requests>=2.20.0',
-+'Pygments>=2.2.0'
+-'requests>=2.22.0',
+-'Pygments>=2.5.2',
++'requests>=2.21.0',
++'Pygments>=2.3.1',
  ]
  
  




commit httpie for openSUSE:Factory

2020-01-02 Thread root
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2020-01-02 14:44:33

Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and  /work/SRC/openSUSE:Factory/.httpie.new.6675 (New)


Package is "httpie"

Thu Jan  2 14:44:33 2020 rev:3 rq:760402 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/httpie/httpie.changes2019-09-02 
13:26:11.165302984 +0200
+++ /work/SRC/openSUSE:Factory/.httpie.new.6675/httpie.changes  2020-01-02 
14:44:47.756993706 +0100
@@ -1,0 +2,8 @@
+Sun Dec 22 16:32:41 UTC 2019 - Martin Hauke 
+
+- Add patch:
+  * httpie-adjust-requirements.patch
+Lower requirements for requests and Pygemnts to make it work
+on Leap 15.1
+
+---

New:

  httpie-adjust-requirements.patch



Other differences:
--
++ httpie.spec ++
--- /var/tmp/diff_new_pack.YU1vZB/_old  2020-01-02 14:44:50.208994675 +0100
+++ /var/tmp/diff_new_pack.YU1vZB/_new  2020-01-02 14:44:50.208994675 +0100
@@ -27,6 +27,7 @@
 URL:https://httpie.org/
 Source: 
https://github.com/jakubroztocil/httpie/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:http.1
+Patch0: httpie-adjust-requirements.patch
 BuildRequires:  %{python_module Pygments >= 2.1.3}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 #drop shebang
 sed -i -e '/^#!\//, 1d' httpie/__main__.py

++ httpie-adjust-requirements.patch ++
diff --git a/setup.py b/setup.py
index 3cb04c8..50075b3 100644
--- a/setup.py
+++ b/setup.py
@@ -35,8 +35,8 @@ tests_require = [
 
 
 install_requires = [
-'requests>=2.21.0',
-'Pygments>=2.3.1'
+'requests>=2.20.0',
+'Pygments>=2.2.0'
 ]
 
 



commit httpie for openSUSE:Factory

2019-09-02 Thread root
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2019-09-02 13:26:08

Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and  /work/SRC/openSUSE:Factory/.httpie.new.7948 (New)


Package is "httpie"

Mon Sep  2 13:26:08 2019 rev:2 rq:727464 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/httpie/httpie.changes2018-12-19 
13:54:04.266898604 +0100
+++ /work/SRC/openSUSE:Factory/.httpie.new.7948/httpie.changes  2019-09-02 
13:26:11.165302984 +0200
@@ -1,0 +2,10 @@
+Tue Aug 27 14:23:44 UTC 2019 - Martin Hauke 
+
+- Update to version 1.0.3
+  * Fix CVE-2019-10751 (HTTPie is volnerable to Open Redirect that
+allows an attacker to write an arbitrary file with supplied
+filename and content to the current directory, by redirecting
+a request from HTTP to a crafted URL pointing to a server in
+his or hers control.
+
+---

Old:

  httpie-1.0.2.tar.gz

New:

  httpie-1.0.3.tar.gz



Other differences:
--
++ httpie.spec ++
--- /var/tmp/diff_new_pack.7HErxd/_old  2019-09-02 13:26:11.869302851 +0200
+++ /var/tmp/diff_new_pack.7HErxd/_new  2019-09-02 13:26:11.869302851 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package httpie
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   httpie
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:CLI, cURL-like tool for humans
 License:BSD-3-Clause

++ httpie-1.0.2.tar.gz -> httpie-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpie-1.0.2/.github/FUNDING.yml 
new/httpie-1.0.3/.github/FUNDING.yml
--- old/httpie-1.0.2/.github/FUNDING.yml1970-01-01 01:00:00.0 
+0100
+++ new/httpie-1.0.3/.github/FUNDING.yml2019-08-26 12:42:34.0 
+0200
@@ -0,0 +1,12 @@
+# These are supported funding model platforms
+
+github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, 
user2]
+patreon: # Replace with a single Patreon username
+open_collective: # Replace with a single Open Collective username
+ko_fi: # Replace with a single Ko-fi username
+tidelift: # Replace with a single Tidelift platform-name/package-name e.g., 
npm/babel
+community_bridge: # Replace with a single Community Bridge project-name e.g., 
cloud-foundry
+liberapay: # Replace with a single Liberapay username
+issuehunt: # Replace with a single IssueHunt username
+otechie: # Replace with a single Otechie username
+custom: https://paypal.me/roztocil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpie-1.0.2/CHANGELOG.rst 
new/httpie-1.0.3/CHANGELOG.rst
--- old/httpie-1.0.2/CHANGELOG.rst  2018-11-14 16:36:19.0 +0100
+++ new/httpie-1.0.3/CHANGELOG.rst  2019-08-26 12:42:34.0 +0200
@@ -6,10 +6,32 @@
 This project adheres to `Semantic Versioning `_.
 
 
-`1.0.3-dev`_ (unreleased)
+`1.0.3`_ (2019-08-26)
 -
 
-* No changes yet.
+* Fixed CVE-2019-10751 — the way the output filename is generated for
+  ``--download`` requests without ``--output`` resulting in a redirect has
+  been changed to only consider the initial URL as the base for the generated
+  filename, and not the final one. This fixes a potential security issue under
+  the following scenario:
+
+  1. A ``--download`` request with no explicit ``--output`` is made (e.g.,
+ ``$ http -d example.org/file.txt``), instructing httpie to
+ `generate the output filename 
`_
+ from the ``Content-Disposition`` response, or from the URL if the header
+ is not provided.
+  2. The server handling the request has been modified by an attacker and
+ instead of the expected response the URL returns a redirect to another
+ URL, e.g., ``attacker.example.org/.bash_profile``, whose response does
+ not provide  a ``Content-Disposition`` header (i.e., the base for the
+ generated filename becomes ``.bash_profile`` instead of ``file.txt``).
+  3. Your current 

commit httpie for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package httpie for openSUSE:Factory checked 
in at 2018-12-19 13:54:03

Comparing /work/SRC/openSUSE:Factory/httpie (Old)
 and  /work/SRC/openSUSE:Factory/.httpie.new.28833 (New)


Package is "httpie"

Wed Dec 19 13:54:03 2018 rev:1 rq:659815 version:1.0.2

Changes:

New Changes file:

--- /dev/null   2018-10-29 14:05:42.522318975 +0100
+++ /work/SRC/openSUSE:Factory/.httpie.new.28833/httpie.changes 2018-12-19 
13:54:04.266898604 +0100
@@ -0,0 +1,112 @@
+---
+Sun Dec 16 14:19:43 UTC 2018 - mar...@gmx.de
+
+- Add manpage
+
+---
+Sat Dec 15 18:33:41 UTC 2018 - Jan Engelhardt 
+
+- Trim bias from description.
+
+---
+Wed Dec 12 21:45:43 UTC 2018 - mar...@gmx.de
+
+- Cleanup package
+- Run tests
+- Update to version 1.0.2
+  * Fixed tests for installation with pyOpenSSL.
+  * Removed external URL calls from tests.
+- Update to version 1.0.0
+  * Added --style=auto which follows the terminal ANSI color styles.
+  * Added support for selecting TLS 1.3 via --ssl=tls1.3
+  * Added true/false as valid values for --verify
+  * (in addition to yes/no) and the boolean value is case-insensitive.
+  * Changed the default --style from solarized to auto
+  * Fixed default headers being incorrectly case-sensitive.
+  * Removed Python 2.6 support.
+
+---
+Thu Aug 10 19:28:22 UTC 2017 - mar...@gmx.de
+
+- Fix Url
+- Update to version 0.9.8
+  * Extended auth plugin API.
+  * Added exit status code 7 for plugin errors.
+  * Added support for curses-less Python installations.
+  * Fixed REQUEST_ITEM arg incorrectly being reported as required.
+  * Improved CTRL-C interrupt handling.
+  * Added the standard exit status code 130 for keyboard interrupts.
+
+- Update to version 0.9.5
+  * Added Python 3 as a dependency for Homebrew installations to ensure some of
+the newer HTTP features work out of the box for macOS users (starting with
+HTTPie 0.9.4.).
+  * Added the ability to unset a request header with Header:, and send an empty
+value with Header;.
+  * Added --default-scheme  to enable things like $ alias https=
+'http --default-scheme=https.
+  * Added -I as a shortcut for --ignore-stdin.
+  * Added fish shell completion (located in extras/httpie-completion.fish in
+the Github repo).
+  * Updated requests to 2.10.0 so that SOCKS support can be added via pip
+install requests[socks].
+  * Changed the default JSON Accept header from application/json to application
+/json, */*.
+  * Changed the pre-processing of request HTTP headers so that any leading and
+trailing whitespace is removed.
+
+- Update to version 0.9.4
+  * Added Content-Type of files uploaded in multipart/form-data requests
+  * Added --ssl= to specify the desired SSL/TLS protocol version to
+use for HTTPS requests.
+  * Added JSON detection with --json, -j to work around incorrect Content-Type
+  * Added --all to show intermediate responses such as redirects (with --follow
+)
+  * Added --history-print, -P WHAT to specify formatting of intermediate
+responses
+  * Added --max-redirects=N (default 30)
+  * Added -A as short name for --auth-type
+  * Added -F as short name for --follow
+  * Removed the implicit_content_type config option (use "default_options": 
+["--form"] instead)
+  * Redirected stdout doesn't trigger an error anymore when --output FILE is
+set
+  * Changed the default --style back to solarized for better support of light
+and dark terminals
+  * Improved --debug output
+  * Fixed --session when used with --download
+  * Fixed --download to trim too long filenames before saving the file
+  * Fixed the handling of Content-Type with multiple +subtype parts
+  * Removed the XML formatter as the implementation suffered from multiple
+issues
+
+- Update to version 0.9.3
+  * Changed the default color --style from solarized to monokai
+  * Added basic Bash autocomplete support (need to be installed manually)
+  * Added request details to connection error messages
+  * Fixed 'requests.packages.urllib3' has no attribute 'disable_warnings'
+errors that occurred in some installations
+  * Fixed colors and formatting on Windows
+  * Fixed --auth prompt on Windows
+
+
+---
+Fri Sep 25 07:23:14 UTC 2015 - robert.munte...@gmail.com
+
+- Add requirement for python-curses 
+
+---
+Mon Jul 20 09:22:51 UTC 2015 - aloi...@gmx.com
+
+- Fixed SLE11 build
+