summary refs log tree commit diff
path: root/pkgs/tools/networking/httpie
Commit message (Collapse)AuthorAge
* httpie: fix cross compilationSandro Jäckel2021-03-05
|
* httpie: 2.2.0 -> 2.4.0Sandro Jäckel2021-02-08
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* httpie: 2.1.0 -> 2.2.0Oleksii Filonenko2020-06-29
| | | | | | | | | | | https://github.com/jakubroztocil/httpie/releases/tag/2.2.0 Closes #91275 (original patch in the PR was broken since the hash from `nix-prefetch-url <patch-url>` was used for `fetchpatch`, however `fetchpatch` internally modifies the patchfile and therefore results in a different output-hash). Co-authored-by: Maximilian Bosch <maximilian@mbosch.me>
* httpie: 2.0.0 -> 2.1.0Oleksii Filonenko2020-04-18
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* httpie: add fish and bash completionsProfpatsch2020-03-02
|
* httpie: add manpage and html docsProfpatsch2020-03-02
| | | | | | | | | httpie has quite extensive documentation in form of its rst readme. With docutils it’s quite easy to convert to html. We can also convert it to a manpage, which makes the documentation accessible from the command line (even though it’s not quite standard format as far as manpages go; however a lot better than nothing).
* httpie: 1.0.3 -> 2.0.0Bruno Bigras2020-01-15
|
* httpie: run testsFlorian Klink2019-09-23
|
* httpie: use python3 by defaultMaximilian Bosch2019-09-20
| | | | | | | | | This package is intended to be used as application and supports python3[1] (and is about to deprecated python2.7 support[2]), so there's no reason to not use it in 2019. [1] https://github.com/jakubroztocil/httpie/tree/1.0.3#python-version [2] https://github.com/jakubroztocil/httpie/commit/b3d2c1876e23e7de7afe588e4f64160d17201b45
* httpie: add missing 'setuptools' to propagatedBuildInputsGeorges Dubus2019-09-19
| | | | | As a side-effect of f7e28bf, the build no longer propagated 'setuptools', which is a run-time dependency. See #68314 for further details.
* httpie: 1.0.2 -> 1.0.3Will Dietz2019-09-03
|
* httpie: fetchPypiWill Dietz2019-09-03
|
* httpie: pname-ifyWill Dietz2019-09-03
|
* httpie: 1.0.0 -> 1.0.2R. RyanTM2018-12-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/httpie/versions
* httpie: 0.9.9 -> 1.0.0R. RyanTM2018-11-09
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/httpie/versions
* httpie: remove superfluous fieldRobert Helgesson2017-10-16
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* Python: replace requests2 with requests tree-wideFrederik Rietdijk2017-05-07
| | | | | | | See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
* httpie: 0.9.8 -> 0.9.9Lancelot SIX2017-02-27
|
* httpie: 0.9.6 -> 0.9.8schneefux2016-12-11
|
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2016-10-22
|\
| * httpie: 0.9.3 -> 0.9.6schneefux2016-10-16
| |
* | Python: more evaluation fixups.Vladimír Čunát2016-10-14
|/
* httpie: 0.9.2 -> 0.9.3 (#16067)zimbatm2016-06-08
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* buildPythonApplication: use new function for Python applicationsFrederik Rietdijk2016-02-19
|
* httpie: bump version to fix ImportErrorPaulus Esterhazy2015-06-09
| | | | Fixes https://github.com/jakubroztocil/httpie/issues/314
* httpie: Update -> 0.8.0Ricky Elrod2014-05-08
| | | | Signed-off-by: Ricky Elrod <ricky@elrod.me>
* httpie: update to version 0.4.1 to fix the buildPeter Simons2013-04-08
|
* httpie: the build input 'requests014' doesn't exist anymore, it's now called ↵Peter Simons2013-04-08
| | | | 'requests'
* httpie: fixVladimír Čunát2013-02-16
|
* httpie: fix descriptionAntono Vasiljev2012-12-29
|
* Added httpieAntono Vasiljev2012-12-29
HTTPie is a command line HTTP client. Its goal is to make CLI interaction with web services as human-friendly as possible.