pkgsrc/www/py-httpie/PLIST

81 lines
2.9 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.4 2018/11/21 17:18:04 adam Exp $
bin/http-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/httpie/__init__.py
${PYSITELIB}/httpie/__init__.pyc
${PYSITELIB}/httpie/__init__.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/__main__.py
${PYSITELIB}/httpie/__main__.pyc
${PYSITELIB}/httpie/__main__.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/cli.py
${PYSITELIB}/httpie/cli.pyc
${PYSITELIB}/httpie/cli.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/client.py
${PYSITELIB}/httpie/client.pyc
${PYSITELIB}/httpie/client.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/compat.py
${PYSITELIB}/httpie/compat.pyc
${PYSITELIB}/httpie/compat.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/config.py
${PYSITELIB}/httpie/config.pyc
${PYSITELIB}/httpie/config.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/context.py
${PYSITELIB}/httpie/context.pyc
${PYSITELIB}/httpie/context.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/core.py
${PYSITELIB}/httpie/core.pyc
${PYSITELIB}/httpie/core.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/downloads.py
${PYSITELIB}/httpie/downloads.pyc
${PYSITELIB}/httpie/downloads.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/input.py
${PYSITELIB}/httpie/input.pyc
${PYSITELIB}/httpie/input.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/models.py
${PYSITELIB}/httpie/models.pyc
${PYSITELIB}/httpie/models.pyo
${PYSITELIB}/httpie/output/__init__.py
${PYSITELIB}/httpie/output/__init__.pyc
${PYSITELIB}/httpie/output/__init__.pyo
${PYSITELIB}/httpie/output/formatters/__init__.py
${PYSITELIB}/httpie/output/formatters/__init__.pyc
${PYSITELIB}/httpie/output/formatters/__init__.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/output/formatters/colors.py
${PYSITELIB}/httpie/output/formatters/colors.pyc
${PYSITELIB}/httpie/output/formatters/colors.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/output/formatters/headers.py
${PYSITELIB}/httpie/output/formatters/headers.pyc
${PYSITELIB}/httpie/output/formatters/headers.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/output/formatters/json.py
${PYSITELIB}/httpie/output/formatters/json.pyc
${PYSITELIB}/httpie/output/formatters/json.pyo
${PYSITELIB}/httpie/output/processing.py
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/output/processing.pyc
${PYSITELIB}/httpie/output/processing.pyo
${PYSITELIB}/httpie/output/streams.py
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/output/streams.pyc
${PYSITELIB}/httpie/output/streams.pyo
${PYSITELIB}/httpie/plugins/__init__.py
${PYSITELIB}/httpie/plugins/__init__.pyc
${PYSITELIB}/httpie/plugins/__init__.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/plugins/base.py
${PYSITELIB}/httpie/plugins/base.pyc
${PYSITELIB}/httpie/plugins/base.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/plugins/builtin.py
${PYSITELIB}/httpie/plugins/builtin.pyc
${PYSITELIB}/httpie/plugins/builtin.pyo
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/plugins/manager.py
${PYSITELIB}/httpie/plugins/manager.pyc
${PYSITELIB}/httpie/plugins/manager.pyo
${PYSITELIB}/httpie/sessions.py
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/sessions.pyc
${PYSITELIB}/httpie/sessions.pyo
${PYSITELIB}/httpie/utils.py
py-httpie: updated to 0.9.9 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. 0.9.6: * 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. 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
2018-05-02 09:29:16 +02:00
${PYSITELIB}/httpie/utils.pyc
${PYSITELIB}/httpie/utils.pyo