update brach of outdated python packages
tnx to https://vdmvtkitqc3grub6.onion.to/outdated?m=Rok+Garbas report pythonPackage.colander -> 1.0b1 pythonPackage.deform -> 0.9.9 pythonPackage.pyramid -> 1.4.5 pythonPackage.pyramid_exclog -> 0.7 pythonPackage.repoze_lru -> 0.6 pythonPackage.zope_deprecation -> 3.5.1 pythonPackage.flake8 -> 2.1.0 pythonPackage.jedi -> 0.7.0 pythonPackage.turses -> 0.2.19 pythonPackage.tweepy -> 2.1 pythonPackage.waitress -> 0.8.7 pythonPackage.zope_sqlalchemy -> 0.7.3 pythonPackage.tissue -> 0.9.2
This commit is contained in:
parent
7daf1b9487
commit
95b104dec9
@ -944,11 +944,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
colander = buildPythonPackage rec {
|
||||
name = "colander-1.0a5";
|
||||
name = "colander-1.0b1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/c/colander/${name}.tar.gz";
|
||||
md5 = "569dea523561f5d94338ef9d9a98d249";
|
||||
md5 = "89f2cf4b5c87d43f7917d6a0d4872e6a";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pythonPackages.translationstring ];
|
||||
@ -1281,11 +1281,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
deform = buildPythonPackage rec {
|
||||
name = "deform-0.9.8";
|
||||
name = "deform-0.9.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/d/deform/${name}.tar.gz";
|
||||
sha256 = "15500rm33n6kxsdpqyn3ih25y3rvab4nxy2yzsj2754kdlhlyjpx";
|
||||
sha256 = "0ympsjhxz5v8h4hi1mv811h064221bh26d68l9hv1x6m7sxbxpd0";
|
||||
};
|
||||
|
||||
buildInputs = [] ++ optional isPy26 unittest2;
|
||||
@ -1607,11 +1607,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
pyramid = buildPythonPackage rec {
|
||||
name = "pyramid-1.4.3";
|
||||
name = "pyramid-1.4.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/pyramid/${name}.tar.gz";
|
||||
md5 = "28fabf42cf585ecec7a57b5acc1174e3";
|
||||
md5 = "321731aad69e9788b7819e257a50be1a";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@ -1681,11 +1681,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
pyramid_exclog = buildPythonPackage rec {
|
||||
name = "pyramid_exclog-0.6";
|
||||
name = "pyramid_exclog-0.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/p/pyramid_exclog/${name}.tar.gz";
|
||||
md5 = "5c18706f5500605416afff311120c933";
|
||||
md5 = "05df86758b0d30ee6f8339ff36cef7a0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyramid ];
|
||||
@ -1909,11 +1909,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
repoze_lru = buildPythonPackage rec {
|
||||
name = "repoze.lru-0.4";
|
||||
name = "repoze.lru-0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/r/repoze.lru/${name}.tar.gz";
|
||||
md5 = "9f6ab7a4ff871ba795cadf56c20fb0f0";
|
||||
md5 = "2c3b64b17a8e18b405f55d46173e14dd";
|
||||
};
|
||||
|
||||
meta = {
|
||||
@ -1967,11 +1967,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
zope_deprecation = buildPythonPackage rec {
|
||||
name = "zope.deprecation-3.5.0";
|
||||
name = "zope.deprecation-3.5.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/z/zope.deprecation/${name}.tar.gz";
|
||||
md5 = "1e7db82583013127aab3e7e790b1f2b6";
|
||||
md5 = "836cfea5fad548cd5a0d9af1300ec05e";
|
||||
};
|
||||
|
||||
buildInputs = [ zope_testing ];
|
||||
@ -2479,14 +2479,14 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
flake8 = buildPythonPackage (rec {
|
||||
name = "flake8-2.0";
|
||||
name = "flake8-2.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/f/flake8/${name}.tar.gz";
|
||||
md5 = "176c6b3613777122721db181560aa1e3";
|
||||
md5 = "cf326cfb88a1db6c5b29a3a6d9efb257";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
buildInputs = [ nose mock ];
|
||||
propagatedBuildInputs = [ pyflakes pep8 mccabe ];
|
||||
|
||||
# 3 failing tests
|
||||
@ -3055,11 +3055,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
jedi = buildPythonPackage (rec {
|
||||
name = "jedi-0.6.0";
|
||||
name = "jedi-0.7.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/j/jedi/${name}.tar.gz";
|
||||
sha256 = "0k27nai69ypi9whipg45s1myqr477wj7jaryqv37bqqij4jc85hg";
|
||||
sha256 = "1afs06k1j6raasdps1fvdqywyk3if1qchdpl4mivnliqzxqd1w01";
|
||||
};
|
||||
|
||||
meta = {
|
||||
@ -6622,11 +6622,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
turses = buildPythonPackage (rec {
|
||||
name = "turses-0.2.13";
|
||||
name = "turses-0.2.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/t/turses/${name}.tar.gz";
|
||||
sha256 = "0sygm40z04zifcfqwby8wwwnj3i1bpl41r7xgnjcipxwirjmnp2k";
|
||||
sha256 = "1g58ahxpaf0wqn6gg5a2n3fkvc3vbx6jpylwqncxnl16qcczmjxn";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ oauth2 urwid tweepy ] ++ optional isPy26 argparse;
|
||||
@ -6645,11 +6645,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
});
|
||||
|
||||
tweepy = buildPythonPackage (rec {
|
||||
name = "tweepy-2.0";
|
||||
name = "tweepy-2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/t/tweepy/${name}.tar.gz";
|
||||
sha256 = "1b95xcw11b5871gd4br78hxbvcq8y9f0i0sqga85dgg9hnmvdcx0";
|
||||
sha256 = "1irzwfva7g1k7db708mlxy2qribd6938zwn5xzjzn6i43j5mjysm";
|
||||
};
|
||||
|
||||
meta = {
|
||||
@ -6783,11 +6783,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
};
|
||||
|
||||
waitress = buildPythonPackage rec {
|
||||
name = "waitress-0.8.5";
|
||||
name = "waitress-0.8.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/w/waitress/${name}.tar.gz";
|
||||
md5 = "7a3094d812c0dffb948d1334ef5fd56f";
|
||||
md5 = "714f3d458d82a47f12fb168460de8366";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
@ -7481,11 +7481,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
zope_sqlalchemy = buildPythonPackage rec {
|
||||
name = "zope.sqlalchemy-0.7.2";
|
||||
name = "zope.sqlalchemy-0.7.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/z/zope.sqlalchemy/${name}.zip";
|
||||
md5 = "b654e5d144ed141e13b42591a21a4868";
|
||||
md5 = "8b317b41244fc2e67f2f286890ba59a0";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.unzip sqlalchemy zope_testing zope_interface setuptools ];
|
||||
@ -7674,10 +7674,10 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
tissue = buildPythonPackage rec {
|
||||
name = "tissue-0.7";
|
||||
name = "tissue-0.9.2";
|
||||
src = fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/t/tissue/${name}.tar.gz";
|
||||
md5 = "c9f3772407eb7499a949daaa9b859fdf";
|
||||
md5 = "87dbcdafff41bfa1b424413f79aa9153";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user