* upstream [dev] section is not needed for us - Rewrite %{python_sitelib} in %files to respect %primary_python OBS-URL: https://build.opensuse.org/package/show/network:utilities/httpie?expand=0&rev=35
319 lines
13 KiB
Plaintext
319 lines
13 KiB
Plaintext
-------------------------------------------------------------------
|
||
Tue Jan 21 13:32:48 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||
|
||
- Drop unneeded build dependencies
|
||
* upstream [dev] section is not needed for us
|
||
- Rewrite %{python_sitelib} in %files to respect %primary_python
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Dec 23 02:36:08 UTC 2024 - Simon Vogl <simon.vogl@gmx.net>
|
||
|
||
- Change python version back to 3.11 because too many tests fail
|
||
with 3.12 and higher
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Nov 23 20:22:17 UTC 2024 - Simon Vogl <simon.vogl@gmx.net>
|
||
|
||
- Update to version 3.2.4
|
||
* Fix default certs loading and unpin requests.
|
||
- Update manpage to version 3.2.4
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jul 10 15:52:33 UTC 2024 - Simon Vogl <simon.vogl@gmx.net>
|
||
|
||
- Update to version 3.2.3
|
||
* Fix SSL connections by pinning the requests version to 2.31.0.
|
||
* Make it possible to unset the User-Agent and Accept-Encoding
|
||
request headers.
|
||
- Update manpage to version 3.2.3
|
||
- Switch to generating tarball directly from git to harden package
|
||
against supply chain attacks
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Jun 23 20:18:48 UTC 2023 - Simon Vogl <simon.vogl@gmx.net>
|
||
|
||
- Temporarily disable tests that fail with python 3.11
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jun 14 21:50:14 UTC 2023 - Simon Vogl <simon.vogl@gmx.net>
|
||
|
||
- Enforce building against the primary python version of the
|
||
current OBS project to avoid build errors
|
||
|
||
-------------------------------------------------------------------
|
||
Sat May 20 06:14:41 UTC 2023 - Simon Vogl <simon.vogl@gmx.net>
|
||
|
||
- Update to version 3.2.2
|
||
* Major version upgrade, expect API breakage
|
||
* Too many changes since 2.6.0 to list here, for a full changelog
|
||
please visit:
|
||
https://github.com/httpie/httpie/blob/master/CHANGELOG.md
|
||
- Disable more tests that fail in OBS
|
||
- Update dependencies
|
||
- Update fdupes deduplication
|
||
- Add bash and fish completion support
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Apr 26 06:14:41 UTC 2022 - pgajdos@suse.com
|
||
|
||
- python3-mock is not required for build
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Oct 17 13:52:17 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||
|
||
- Update to version 2.6.0
|
||
* Added support for formatting & coloring of JSON bodies
|
||
preceded by non-JSON data (e.g., an XXSI prefix).
|
||
* Added charset auto-detection when `Content-Type` doesn’t
|
||
include it.
|
||
* Added `--response-charset` to allow overriding the response
|
||
encoding for terminal display purposes.
|
||
* Added `--response-mime` to allow overriding the response mime
|
||
type for coloring and formatting for the terminal.
|
||
* Added the ability to silence warnings through using `-q` or
|
||
`--quiet` twice (e.g. `-qq`).
|
||
* Added installed plugin list to `--debug` output.
|
||
* Fixed duplicate keys preservation in JSON data.
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Sep 6 19:32:01 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||
|
||
- Fix tests
|
||
- Update dependencies
|
||
- Update to version 2.5.0
|
||
* Added --raw to allow specifying the raw request body without
|
||
extra processing as an alternative to stdin.
|
||
* Added support for XML formatting.
|
||
* Added internal support for file-like object responses to
|
||
improve adapter plugin support.
|
||
* Fixed --continue --download with a single byte to be
|
||
downloaded left.
|
||
* Fixed --verbose HTTP 307 redirects with streamed request body.
|
||
* Fixed handling of session files with Cookie: followed by other
|
||
headers.
|
||
- Update to version 2.4.0
|
||
* Added support for --session cookie expiration based on
|
||
Set-Cookie: max-age=<n>.
|
||
* Show a --check-status warning with --quiet as well, not only
|
||
when the output is redirected.
|
||
* Fixed upload with --session.
|
||
* Fixed a missing blank line between request and response.
|
||
|
||
-------------------------------------------------------------------
|
||
Fri Mar 19 12:26:10 UTC 2021 - Robert Munteanu <rombert@apache.org>
|
||
|
||
- Disable tests that fail in OBS
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Jan 20 08:08:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||
|
||
- update to 2.3.0:
|
||
* Added support for streamed uploads (#201).
|
||
* Added support for multipart upload streaming (#684).
|
||
* Added support for body-from-file upload streaming (http httpbin.org/post @file).
|
||
* Added --chunked to enable chunked transfer encoding (#753).
|
||
* Added --multipart to allow multipart/form-data encoding for non-file --form requests as well.
|
||
* Added support for preserving field order in multipart requests (#903).
|
||
* Added --boundary to allow a custom boundary string for multipart/form-data requests.
|
||
* Added support for combining cookies specified on the CLI and in a session file (#932).
|
||
* Added out of the box SOCKS support with no extra installation (#904).
|
||
* Added --quiet, -q flag to enforce silent behaviour.
|
||
* Fixed the handling of invalid expires dates in Set-Cookie headers (#963).
|
||
* Removed Tox testing entirely (#943).
|
||
- drop httpie-adjust-requirements.patch (obsolete)
|
||
- drop singlespec packaging. this is a commandline utility, not a
|
||
python module, so building it for multiple versions of python makes
|
||
no sense.
|
||
|
||
-------------------------------------------------------------------
|
||
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>
|
||
|
||
- 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 <mcepl@suse.com>
|
||
|
||
- Don't use %python3_only command, but properly use alternatives.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jan 12 10:25:17 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||
|
||
- 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
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 22 16:32:41 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||
|
||
- Add patch:
|
||
* httpie-adjust-requirements.patch
|
||
Lower requirements for requests and Pygemnts to make it work
|
||
on Leap 15.1
|
||
|
||
-------------------------------------------------------------------
|
||
Tue Aug 27 14:23:44 UTC 2019 - Martin Hauke <mardnh@gmx.de>
|
||
|
||
- 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.
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Dec 16 14:19:43 UTC 2018 - mardnh@gmx.de
|
||
|
||
- Add manpage
|
||
|
||
-------------------------------------------------------------------
|
||
Sat Dec 15 18:33:41 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||
|
||
- Trim bias from description.
|
||
|
||
-------------------------------------------------------------------
|
||
Wed Dec 12 21:45:43 UTC 2018 - mardnh@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 - mardnh@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 <URL_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=<PROTOCOL> 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.munteanu@gmail.com
|
||
|
||
- Add requirement for python-curses
|
||
|
||
-------------------------------------------------------------------
|
||
Mon Jul 20 09:22:51 UTC 2015 - aloisio@gmx.com
|
||
|
||
- Fixed SLE11 build
|
||
|
||
-------------------------------------------------------------------
|
||
Tue May 19 15:45:31 UTC 2015 - prusnak@opensuse.org
|
||
|
||
- updated to 0.9.2
|
||
|
||
-------------------------------------------------------------------
|
||
Sun Jun 15 20:46:14 UTC 2014 - prusnak@opensuse.org
|
||
|
||
- created package (version 0.8.0)
|
||
|