# HG changeset patch # User Marcin Kuzminski # Date 2017-11-06 20:42:08 # Node ID 49fb1f727a53a3fc0794d3e091a5a8411bcc1c0d # Parent 126c8dfce252f06077ae015a9fe9c0e8302e7e3d dependencies: bumped subvertpy to 0.10.1 diff --git a/pkgs/python-packages.nix b/pkgs/python-packages.nix --- a/pkgs/python-packages.nix +++ b/pkgs/python-packages.nix @@ -741,16 +741,16 @@ }; }; subvertpy = super.buildPythonPackage { - name = "subvertpy-0.9.3"; + name = "subvertpy-0.10.1"; buildInputs = with self; []; doCheck = false; propagatedBuildInputs = with self; []; src = fetchurl { - url = "https://code.rhodecode.com/upstream/subvertpy/archive/subvertpy-0.9.3.tar.gz?md5=4e49da2fe07608239cc9a80a7bb8f33c"; - md5 = "4e49da2fe07608239cc9a80a7bb8f33c"; + url = "https://pypi.python.org/packages/9d/76/99fa82affce75f5ac0f7dbe513796c3f37311ace0c68e1b063683b4f9b99/subvertpy-0.10.1.tar.gz"; + md5 = "a70e03579902d480f5e9f8c570f6536b"; }; meta = { - license = [ pkgs.lib.licenses.lgpl21Plus ]; + license = [ pkgs.lib.licenses.lgpl21Plus pkgs.lib.licenses.gpl2Plus ]; }; }; termcolor = super.buildPythonPackage { diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -17,8 +17,7 @@ repoze.lru==0.6 simplejson==3.11.1 subprocess32==3.2.7 -# Custom subvertpy that is not available on pypi. -https://code.rhodecode.com/upstream/subvertpy/archive/subvertpy-0.9.3.tar.gz?md5=4e49da2fe07608239cc9a80a7bb8f33c#egg=subvertpy==0.9.3 +subvertpy==0.10.1 six==1.9.0 translationstring==1.3