Revisions of httpie

buildservice-autocommit accepted request 1096029 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 29)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1095080 from Simon Vogl's avatar Simon Vogl (DarkWav) (revision 28)
Temporarily disable tests that fail with python 3.11

If you have any suggestions for improvement, please let me know!
buildservice-autocommit accepted request 1093335 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 27)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1093305 from Simon Vogl's avatar Simon Vogl (DarkWav) (revision 26)
Enforce building against the primary python version of the current OBS project to avoid build errors

If you have any suggestions for improvement, please let me know!
buildservice-autocommit accepted request 1088403 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 25)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 1088072 from Simon Vogl's avatar Simon Vogl (DarkWav) (revision 24)
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

If you have any suggestions for improvement, please let me know!
buildservice-autocommit accepted request 972968 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 23)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 972764 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 22)
- python3-mock is not required for build
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 925849 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 21)
- 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.
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 917174 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 20)
- 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.
buildservice-autocommit accepted request 883346 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 19)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 880088 from Robert Munteanu's avatar Robert Munteanu (robert_munteanu) (revision 18)
Disable tests that fail in OBS
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 864580 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 17)
- 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.
buildservice-autocommit accepted request 828244 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 16)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 827634 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 15)
- 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`_).
buildservice-autocommit accepted request 798210 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 14)
baserev update by copy to link target
Marcus Meissner's avatar Marcus Meissner (msmeissn) accepted request 795527 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 13)
- 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.
buildservice-autocommit accepted request 790295 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 12)
baserev update by copy to link target
Martin Hauke's avatar Martin Hauke (mnhauke) accepted request 790281 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 11)
- Don't use %python3_only command, but properly use alternatives.
buildservice-autocommit accepted request 765777 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 10)
baserev update by copy to link target
Displaying revisions 1 - 20 of 29
openSUSE Build Service is sponsored by