Skip to content

Commit

Permalink
python3.pkgs.httpbin: 0.6.2 -> 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 29, 2020
1 parent 82cf3b9 commit 5ae3e27
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions pkgs/development/python-modules/httpbin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
, fetchPypi
, fetchpatch
, flask
, flask-common
, flask-limiter
, markupsafe
, decorator
Expand All @@ -15,24 +14,14 @@

buildPythonPackage rec {
pname = "httpbin";
version = "0.6.2";
version = "0.7.0";

src = fetchPypi {
inherit pname version;
sha256 = "0afa0486a76305cac441b5cc80d5d4ccd82b20875da7c5119ecfe616cefef45f";
sha256 = "1yldvf3585zcwj4vxvfm4yr9wwlz3pa2mx2pazqz8x8mr687gcyb";
};

patches = [
# https://github.com/kennethreitz/httpbin/issues/403
# https://github.com/kennethreitz/flask-common/issues/7
# https://github.com/evansd/whitenoise/issues/166
(fetchpatch {
url = "https://github.com/javabrett/httpbin/commit/5735c888e1e51b369fcec41b91670a90535e661e.patch";
sha256 = "167h8mscdjagml33dyqk8nziiz3dqbggnkl6agsirk5270nl5f7q";
})
];

propagatedBuildInputs = [ brotlipy flask flask-common flask-limiter markupsafe decorator itsdangerous raven six ];
propagatedBuildInputs = [ brotlipy flask flask-limiter markupsafe decorator itsdangerous raven six ];

# No tests
doCheck = false;
Expand Down

0 comments on commit 5ae3e27

Please sign in to comment.