aboutsummaryrefslogtreecommitdiff
path: root/pkgs/tools/networking/http-prompt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge master into staging-nextFrederik Rietdijk2019-08-181-1/+1
|\
| * http-prompt: Allow installation on Mac OSChristoph Neuroth2019-08-171-1/+1
| | | | | | | | | | The original pkg author noted that they could only test on linux. I'm running this package on Mac OS without problems.
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+0
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Revert "Remove maintainership"Matthias Beyer2019-02-201-1/+1
| | | | | | | | | | I'm baaaaack! This patch reverts my patch where I removed myself as maintainer because of my traveling. I'm back now and I want to maintain these packages again. This reverts commit ce1c1e3093b9652fb3a3cdc1472afbc8a84dee68.
* python.pkgs.prompt_toolkit: always use 1 with py2 and 2 with py3Frederik Rietdijk2018-11-211-1/+1
|
* pythonPackages.prompt_toolkit: 1.0.15 -> 2.0.7Chris Ostrouchov2018-11-211-1/+1
| | | | Created a version to prompt_toolkit_1 for legacy ipython
* http-prompt: 0.11.2 -> 1.0.0R. RyanTM2018-11-191-2/+2
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/http-prompt/versions
* http-prompt: 0.11.1 -> 0.11.2R. RyanTM2018-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/http-prompt/versions. <details><summary>Version release notes (from GitHub)</summary> * Fix bug: Handle OpenAPI `basePath` properly (#140, #141)</details> These checks were done: - built on NixOS - /nix/store/1gzy7b5js44k972zrjzd5g2rjk00l901-http-prompt-0.11.2/bin/.http-prompt-wrapped passed the binary check. - /nix/store/1gzy7b5js44k972zrjzd5g2rjk00l901-http-prompt-0.11.2/bin/http-prompt passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 2 of 2 passed binary check by having the new version present in output. - found 0.11.2 with grep in /nix/store/1gzy7b5js44k972zrjzd5g2rjk00l901-http-prompt-0.11.2 - directory tree listing: https://gist.github.com/9cc6cb35afe53057b07f364f2b4bfae8 - du listing: https://gist.github.com/7ef9ede9ef7a82a304847cf671cef769
* treewide: fix derivation namesRyan Mulligan2018-05-281-2/+3
|
* Remove maintainershipMatthias Beyer2018-04-061-1/+1
| | | | | | | | | | | | | | | With this patch I remove myself as a maintainer for all packages I currently maintain. This is due the fact that I will be basically off the grid from May 2018 until early 2019, as I will be on a trip through north america. I will revert this patch as soon as I'm back, as I plan to continue contributing to nixpkgs then. But as I cannot maintain anything during that time, I'd like to get this patch merged. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* http-prompt: 0.11.0 -> 0.11.1Matthias Beyer2018-02-211-2/+2
|
* http-prompt: disable testsMarkus Hauck2017-12-191-0/+4
| | | | | | | The http-prompt tests do something with files, which leads to permission errors during test execution. For now replace the check with a executable sanity check
* http-prompt: 0.10.2 -> 0.11.0Matthias Beyer2017-10-311-2/+2
|
* http-prompt: 0.9.1 -> 0.10.2Markus Hauck2017-08-151-2/+2
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-011-1/+1
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* http-prompt: 0.8.0 -> 0.9.1Matthias Beyer2017-02-151-2/+2
|
* http-prompt: 0.2.0 -> 0.8.0Matthias Beyer2017-01-041-2/+2
|
* http-prompt: init at 0.2.0Matthias Beyer2016-05-281-0/+30
Closes #15563