diff --git a/httpie-2.0.0.tar.gz b/httpie-2.0.0.tar.gz deleted file mode 100644 index ee0dd31..0000000 --- a/httpie-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92ebdced5620ab56fd9f24e494c7c97eb0afee0f03a55bee41f773395c59dc5c -size 1752529 diff --git a/httpie-2.1.0.tar.gz b/httpie-2.1.0.tar.gz new file mode 100644 index 0000000..f653d18 --- /dev/null +++ b/httpie-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea482da09341a3d205761d828c7125884c9d0eb77a53cd4d2e6042e4670182b +size 1754801 diff --git a/httpie-adjust-requirements.patch b/httpie-adjust-requirements.patch index d6712f2..2ce44db 100644 --- a/httpie-adjust-requirements.patch +++ b/httpie-adjust-requirements.patch @@ -1,8 +1,8 @@ diff --git a/setup.py b/setup.py -index 4392270..2d18d38 100644 +index 084ea47..f8ebd13 100644 --- a/setup.py +++ b/setup.py -@@ -35,8 +35,8 @@ tests_require = [ +@@ -36,8 +36,8 @@ tests_require = [ install_requires = [ @@ -11,5 +11,5 @@ index 4392270..2d18d38 100644 + 'requests>=2.21.0', + 'Pygments>=2.3.1', ] - - + install_requires_win_only = [ + 'colorama>=0.2.4', diff --git a/httpie.changes b/httpie.changes index cc51e75..b8101bc 100644 --- a/httpie.changes +++ b/httpie.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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. + ------------------------------------------------------------------- Tue Mar 31 16:59:11 UTC 2020 - Matej Cepl diff --git a/httpie.spec b/httpie.spec index 8269d5f..376c88a 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.0.0 +Version: 2.1.0 Release: 0 Summary: CLI, cURL-like tool for humans License: BSD-3-Clause