requests-cache: 0.4.10 -> 0.4.13

Also add support for python3
This commit is contained in:
Peter Hoeg 2017-03-13 17:47:40 +08:00
parent 7eae71fc73
commit 64fcdf7aa4

View File

@ -5841,17 +5841,16 @@ in {
requests-cache = buildPythonPackage (rec { requests-cache = buildPythonPackage (rec {
name = "requests-cache-${version}"; name = "requests-cache-${version}";
version = "0.4.10"; version = "0.4.13";
disabled = isPy3k;
src = pkgs.fetchurl { src = pkgs.fetchurl {
url = "mirror://pypi/r/requests-cache/${name}.tar.gz"; url = "mirror://pypi/r/requests-cache/${name}.tar.gz";
sha256 = "671969d00719fa3e80476b128dc9232025926884d0110d4d235abdd9c3508fc0"; sha256 = "18jpyivnq5pjbkymk3i473rihpj2bgikafpha7xvr6w736hiqmpy";
}; };
buildInputs = with self; [ mock ]; buildInputs = with self; [ mock ];
propagatedBuildInputs = with self; [ self.six requests2 ]; propagatedBuildInputs = with self; [ requests2 six urllib3 ];
meta = { meta = {
description = "Persistent cache for requests library"; description = "Persistent cache for requests library";