##// END OF EJS Templates
dependencies: bumped zope.deprecation to 4.4.0
marcink -
r653:3a92c016 default
parent child Browse files
Show More
@@ -914,14 +914,14 b' self: super: {'
914 };
914 };
915 };
915 };
916 "zope.deprecation" = super.buildPythonPackage {
916 "zope.deprecation" = super.buildPythonPackage {
917 name = "zope.deprecation-4.3.0";
917 name = "zope.deprecation-4.4.0";
918 doCheck = false;
918 doCheck = false;
919 propagatedBuildInputs = [
919 propagatedBuildInputs = [
920 self."setuptools"
920 self."setuptools"
921 ];
921 ];
922 src = fetchurl {
922 src = fetchurl {
923 url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz";
923 url = "https://files.pythonhosted.org/packages/34/da/46e92d32d545dd067b9436279d84c339e8b16de2ca393d7b892bc1e1e9fd/zope.deprecation-4.4.0.tar.gz";
924 sha256 = "095jas41wbxgmw95kwdxqhbc3bgihw2hzj9b3qpdg85apcsf2lkx";
924 sha256 = "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d";
925 };
925 };
926 meta = {
926 meta = {
927 license = [ pkgs.lib.licenses.zpl21 ];
927 license = [ pkgs.lib.licenses.zpl21 ];
@@ -26,8 +26,8 b' subvertpy==0.10.1'
26 six==1.11.0
26 six==1.11.0
27 translationstring==1.3
27 translationstring==1.3
28 webob==1.8.4
28 webob==1.8.4
29 zope.deprecation==4.3.0
30 zope.interface==4.5.0
29 zope.interface==4.5.0
30 zope.deprecation==4.4.0
31
31
32 ## http servers
32 ## http servers
33 gevent==1.4.0
33 gevent==1.4.0
General Comments 0
You need to be logged in to leave comments. Login now