dependencies [security]: updated colander to 1.7.0

This commit is contained in:
Marcin Kuzminski 2019-02-25 21:45:00 +01:00
parent bf6c34fe08
commit cde3f75e78
2 changed files with 4 additions and 4 deletions

View file

@ -230,7 +230,7 @@ self: super: {
};
};
"colander" = super.buildPythonPackage {
name = "colander-1.5.1";
name = "colander-1.7.0";
doCheck = false;
propagatedBuildInputs = [
self."translationstring"
@ -238,8 +238,8 @@ self: super: {
self."enum34"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/ec/d1/fcca811a0a692c69d27e36b4d11a73acb98b4bab48323442642b6fd4386d/colander-1.5.1.tar.gz";
sha256 = "18ah4cwwxnpm6qxi6x9ipy51dal4spd343h44s5wd01cnhgrwsyq";
url = "https://files.pythonhosted.org/packages/db/e4/74ab06f54211917b41865cafc987ce511e35503de48da9bfe9358a1bdc3e/colander-1.7.0.tar.gz";
sha256 = "1wl1bqab307lbbcjx81i28s3yl6dlm4rf15fxawkjb6j48x1cn6p";
};
meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];

View file

@ -12,7 +12,7 @@ celery==4.1.1
chameleon==2.24
channelstream==0.5.2
click==7.0
colander==1.5.1
colander==1.7.0
# our custom configobj
https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
cssselect==1.0.3