Frederik Rietdijk
3b83c23012
python.pkgs.bootstrapped-pip: upgrade pkg_resources, fixes #26392
...
pip 9.0.1 vendors a version of setuptools/pkg_resources which has been
fixed in setuptools/pkg_resources but not yet in pip. Because we're now
facing this issue with nox, we update pkg_resources to the version we
also have in setuptools. Let's cross our fingers this will work without
breaking other stuff.
2017-06-07 17:29:23 +02:00
Frederik Rietdijk
66e059559a
Revert "python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4"
...
This reverts commit 51d9995d04
.
Wrong hash, see https://github.com/NixOS/nixpkgs/issues/26320 .
2017-06-06 14:48:42 +02:00
Frederik Rietdijk
76e082922f
python.pkgs.bootstripped-pip: remove obsolete argparse code
...
because we no longer have Python 2.6.
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
7111351963
python.pkgs.pandas: 0.20.1 -> 0.20.2
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
64cd993ba6
python.pkgs.pyopencl: 2017.1 -> 2017.1.1
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
51d9995d04
python.pkgs.ntlm-auth: 1.0.3 -> 1.0.4
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
e6ff0aa597
python.pkgs.m2r: 0.1.5 -> 0.1.6
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
6df7edd464
python.pkgs.guessit: 2.1.3 -> 2.1.4
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
8144d13fd3
python.pkgs.astroid: 1.5.2 -> 1.5.3
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
003710748f
python.pkgs.Nikola: 1.5.2 -> 1.5.3
2017-06-06 14:42:10 +02:00
Frederik Rietdijk
c0b1e8a5fb
python.pkgs.pathpy: 10.1 -> 10.3.1
2017-06-06 11:27:04 +02:00
Jörg Thalheim
cf2c5f1be9
python.pkgs.scikitlearn: fix python 3.6 tests
2017-06-05 22:05:43 +01:00
Joachim Fasting
10785e8960
python.pkgs.systemd: fix eval
2017-06-05 19:28:38 +02:00
Frederik Rietdijk
721ab54072
Merge pull request #26405 from KentJames/master
...
Disable simplejson test on Darwin otherwise build fails.
2017-06-05 19:02:04 +02:00
Jörg Thalheim
6b89277fed
python.pkgs.systemd: 233 -> 234
...
also python library does not match with our systemd version, the
changes done in this release are systemd 233 and python 3.6 related.
2017-06-05 16:07:11 +01:00
James Kent
6d47735c38
Disable simplejson test on Darwin otherwise build fails.
2017-06-05 08:31:26 +01:00
Frederik Rietdijk
56a850701b
python.pkgs.aiofiles: init at 0.3.1
2017-06-04 12:24:44 +02:00
Jörg Thalheim
4c034921c3
Merge pull request #26311 from rnhmjoj/colorama
...
update colorama and related
2017-06-03 13:08:24 +01:00
rnhmjoj
11236d9baa
pythonPackages.libtmux: 0.6.4 -> 0.7.3
2017-06-03 13:49:35 +02:00
Jörg Thalheim
fd9c7b0d9a
Merge pull request #26312 from risicle/magic-wormhole-fix
...
python.pkgs.magic-wormhole: fix build mostly through adding new dependencies
2017-06-02 22:47:10 +01:00
Jörg Thalheim
cb2f0d3aab
Merge pull request #26317 from Mounium/pymol
...
pymol: added Pmw + python version bump
2017-06-02 21:58:27 +01:00
Katona László
d5fe7d1534
pythonPackages.Pmw: init at 2.0.1
2017-06-02 19:58:00 +02:00
Frederik Rietdijk
9cc17871c5
python.pkgs.ipython: 6.0.0 -> 6.1.0
2017-06-02 17:10:22 +02:00
Frederik Rietdijk
c7867b8b34
python.pkgs.dask: 0.14.1 -> 0.14.3
2017-06-02 17:10:22 +02:00
Frederik Rietdijk
2957786355
python.pkgs.nbconvert: 5.1.1 -> 5.2.1
2017-06-02 17:10:22 +02:00
Frederik Rietdijk
779767e650
python.pkgs.nbformat: move expression
2017-06-02 17:10:22 +02:00
rnhmjoj
28cbb4ae6a
pythonPackages.colorama: move to development/python-modules
2017-06-02 11:57:45 +02:00
Frederik Rietdijk
c443fcfdec
Merge pull request #26161 from elasticdog/pywinrm
...
pythonPackages.pywinrm: 0.1.1 -> 0.2.2
2017-06-02 09:17:22 +02:00
Frederik Rietdijk
05853a5db2
Merge pull request #26314 from twhitehead/theano-cuda-26103
...
TheanoWithCuda: depend on future for older pythons #26103
2017-06-02 09:07:54 +02:00
Frederik Rietdijk
474be6ff27
Merge pull request #26263 from twhitehead/theano-cuda-cudnn
...
TheanoWithCuda: cudnn isn't added to python environment due to use of optional with a list
2017-06-02 09:07:19 +02:00
Frederik Rietdijk
1606bd2a17
Merge pull request #26308 from rnhmjoj/uncertainties
...
pythonPackages.uncertainties: move to development/python-modules
2017-06-02 09:05:50 +02:00
Frederik Rietdijk
68faf5d5e5
python.pkgs.hypothesis: fix hash
...
Update script used hash from PyPI while hypothesis was fetched from
GitHub.
2050213c54 (commitcomment-22374103)
2017-06-02 08:44:31 +02:00
Tyson Whitehead
46793d9887
TheanoWithCuda: depend on future for older pythons #26103
2017-06-01 17:59:20 -04:00
Tyson Whitehead
20730dc280
TheanoWithCuda: cudnn shouldn't be optional or list wrapped #26263
...
* python27.withPackages drops nested propagatedBuildInputs
* not clear why cudnn was optional to begin with
2017-06-01 17:59:16 -04:00
rnhmjoj
5ae61ce156
pythonPackages.uncertainties: move to development/python-modules
2017-06-01 22:05:26 +02:00
Robert Scott
156ee07f3c
python.pkgs.magic-wormhole: fix build mostly through adding new dependencies
2017-06-01 20:31:16 +01:00
Frederik Rietdijk
24ea567fb4
Merge pull request #26079 from mt-caret/fonttools-3.13.0
...
fonttools: 3.0 -> 3.13.0
2017-06-01 20:05:33 +02:00
Frederik Rietdijk
84ce0d87b8
Merge pull request #26220 from erictapen/python-future-bump
...
pythonPackages.future: 0.15.2 -> 0.16.0
2017-06-01 19:58:56 +02:00
Frederik Rietdijk
6dfbfd6a07
python.pkgs.setuptools: 30.2.0 -> 36.0.1
2017-06-01 18:24:58 +02:00
Frederik Rietdijk
bdd3f30739
python.pkgs.bootstrapped-pip: update setuptools to 36.0.1
2017-06-01 18:24:58 +02:00
Frederik Rietdijk
c251acecf3
python.pkgs.vcrpy: 1.11.0 -> 1.11.1
2017-06-01 18:24:57 +02:00
Frederik Rietdijk
114f55732a
python.pkgs.pyroute2: 0.4.14 -> 0.4.15
2017-06-01 18:24:57 +02:00
Frederik Rietdijk
d7456767be
python.pkgs.plotly: 2.0.8 -> 2.0.9
2017-06-01 18:24:57 +02:00
Frederik Rietdijk
8cc237345e
python.pkgs.netcdf4: 1.2.7 -> 1.2.8
2017-06-01 18:24:57 +02:00
Frederik Rietdijk
cf35515dff
python.pkgs.multidict: 2.1.5 -> 2.1.6
2017-06-01 18:24:57 +02:00
Frederik Rietdijk
e2c3d711d3
python.pkgs.ldap: 2.4.38 -> 2.4.39
2017-06-01 18:24:56 +02:00
Frederik Rietdijk
2050213c54
python.pkgs.hypothesis: 3.11.0 -> 3.11.1
2017-06-01 18:24:56 +02:00
Frederik Rietdijk
8742c1eeba
python.pkgs.guessit: 2.1.2 -> 2.1.3
2017-06-01 18:24:56 +02:00
Frederik Rietdijk
6919a949e5
python.pkgs.Flask-Migrate: 2.0.3 -> 2.0.4
2017-06-01 18:24:56 +02:00
Frederik Rietdijk
69248bef6f
python.pkgs.edward: 1.3.1 -> 1.3.2
2017-06-01 18:24:56 +02:00