Frederik Rietdijk
9318634b72
Merge pull request #16479 from bcdarwin/nilearn
...
pythonPackages.nilearn: init at 2.5.0
2016-06-26 17:26:35 +02:00
Rickard Nilsson
b43268bfeb
libvirt and pythonPackages.libvirt: 1.3.3 -> 1.3.5
2016-06-26 11:01:13 +02:00
Luis Pedro Coelho
651e5992c2
jug: 1.2.1 -> 1.2.2 ( #16497 )
...
bugfix release
2016-06-25 20:57:11 +02:00
Pascal Wittmann
9ef6dceca9
Merge pull request #16494 from k0ral/binwalk
...
binwalk: 2.0.1 -> 2.1.1
2016-06-25 16:21:15 +02:00
koral
3632211cf9
binwalk: 2.0.1 -> 2.1.1
2016-06-25 13:28:10 +02:00
Ben Darwin
8c10d146af
pythonPackages.nilearn: init at 2.5.0
2016-06-24 15:00:12 -04:00
Bjørn Forsman
de0264ce17
attic: unbreak "attic mount" by using old llfuse 0.41
...
llfuse >= 0.42 has breaking changes, causing "attic mount" to fail:
TypeError: main() got an unexpected keyword argument 'single'
Side note: borgbackup, a fork of attic, has been updated to work with
newer llfuse.
2016-06-24 20:16:41 +02:00
Ben Darwin
786a10c9b6
pythonPackages.nipy: init at 0.4.0
2016-06-23 20:27:28 -04:00
Frederik Rietdijk
a48f1472f5
Merge pull request #15937 from NikolaMandic/word2vec
...
pythonPackage.word2vec: init at 0.9.1
2016-06-23 20:24:37 +02:00
Frederik Rietdijk
43b63c1d2b
pythonPackages.cffi: 1.5.2 -> 1.7.0
2016-06-23 13:11:39 +02:00
zimbatm
94396f2177
Merge pull request #16407 from layus/fix-pylti
...
Fix python LTI
2016-06-22 21:46:53 +01:00
Tobias Geerinckx-Rice
33c6da91c7
pythonPackages.prompt_toolkit: 1.0.2 -> 1.0.3
2016-06-22 20:55:37 +02:00
Guillaume Maudoux
3b4a4428ca
python-lti: pin mock dependency at 1.0.1
2016-06-21 23:04:50 +02:00
Frederik Rietdijk
9e2866d5de
Merge pull request #16086 from layus/inginious
...
INGInious: provide a NixOS module
2016-06-21 16:37:29 +02:00
Frederik Rietdijk
832ac8479b
Merge pull request #16049 from teh/master
...
Update several python packages
2016-06-21 14:45:10 +02:00
Frederik Rietdijk
39043e4d6e
Merge pull request #16239 from Ralith/matrix-synapse
...
matrix-synapse: 0.14 -> 0.16
2016-06-21 14:30:33 +02:00
Frederik Rietdijk
8ef747baed
Merge pull request #16334 from artuuge/theano_cudnn
...
Theano-cuda: init at 0.8.2
2016-06-21 14:26:51 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
In line with the Nixpkgs manual.
A mechanical change, done with this command:
find pkgs -name "*.nix" | \
while read f; do \
sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \
done
I manually skipped some:
* Descriptions starting with an abbreviation, a user name or package name
* Frequently generated expressions (haskell-packages.nix)
2016-06-20 13:55:52 +02:00
Rok Garbas
0880f1f335
pythonPackages.mycli, pythonPackages.pgcli: disable for py35
2016-06-20 13:41:05 +02:00
Ricardo Ardissone
b81f3e4682
pythonPackages.prompt_toolkit: move pygments to propagatedBuildInputs
2016-06-20 13:41:05 +02:00
artuuge
465d6a2113
Theano-cuda: init at 0.8.2
2016-06-20 01:06:07 +02:00
Tobias Geerinckx-Rice
175484d9db
pythonPackages.prompt_toolkit: 1.0.1 -> 1.0.2
...
Fixes:
- Don't select the first completion when ‘complete_while_typing’
is False. (Restore the old behaviour.)
2016-06-19 22:43:58 +02:00
Gabriel Ebner
4ef536121f
pythonPackages.click-threading: 0.1.2 -> 0.4.0
2016-06-19 16:49:01 +02:00
NikolaMandic
14f3ec5718
pythonPackage.word2vec: init at 0.9.1
2016-06-17 23:00:26 +02:00
Tobias Geerinckx-Rice
87b18083c0
pythonPackages.prompt_toolkit: 1.0.0 -> 1.0.1 Changes: https://raw.githubusercontent.com/jonathanslenders/python-prompt-toolkit/master/CHANGELOG
2016-06-16 21:38:50 +02:00
Arseniy Seroka
597cc3e68b
Merge pull request #16253 from emosenkis/platformio-2.10.3
...
platformio: 2.8.6 -> 2.10.3
2016-06-16 22:19:15 +03:00
Frederik Rietdijk
9f2699fd30
Python: fix the wheel package
2016-06-16 11:36:10 +02:00
Frederik Rietdijk
2f019896d2
Merge pull request #16236 from artuuge/pycuda
...
pycuda: init at 2016.1
2016-06-16 10:45:24 +02:00
Frederik Rietdijk
f4a4af9a9d
Merge pull request #15997 from artuuge/theano_gpu
...
libgpuarray-cuda: init at -9998.0
2016-06-16 10:43:24 +02:00
artuuge
bc41a7d551
switch to the default versions of numpy and scipy in libgpuarray-cuda
2016-06-16 00:03:07 +02:00
Eitan Mosenkis
cfce8f9b36
platformio: 2.8.6 -> 2.10.3
2016-06-15 21:27:04 +03:00
artuuge
1a55add4ca
enable the tests only for python older than 3.5
2016-06-15 16:24:21 +02:00
Benjamin Saunders
091a911bcd
bleach: 1.4 -> 1.4.3
2016-06-14 19:37:19 -07:00
artuuge
be0ade9d03
pycuda: init at 2016.1
2016-06-15 00:47:55 +02:00
artuuge
dd5a46f85d
pytools: init at 2016.2.1
2016-06-15 00:39:48 +02:00
artuuge
d1f38e2adc
make clblas-cuda and libgpuarray-cuda more functorial
2016-06-14 20:01:51 +02:00
Guillaume Maudoux
a48796ab83
inginious: turn lib into a python app.
2016-06-14 11:09:21 +02:00
Guillaume Maudoux
624602ef75
python-lti: 0.4.0 -> 0.4.1
2016-06-14 11:09:21 +02:00
Alexey Shmalko
1191149cc8
Cython: fix source link
...
Fixes #16218 .
2016-06-13 23:13:01 +03:00
Tom Dimiduk
f16171dd24
emcee: init at 2.1
2016-06-13 00:05:36 +01:00
Nikolay Amiantov
a7815995bf
cython: 0.23.4 -> 0.24
2016-06-12 15:57:29 +03:00
Frederik Rietdijk
9fbd5cf1bd
Merge pull request #16127 from regnat/bugwarrior
...
pythonPackages.bugwarrior : 1.0.2 -> 1.4.0
2016-06-11 18:55:04 +02:00
Nikolay Amiantov
3ce3ff64fd
pythonPackages.scfbuild: init at 1.0.3
2016-06-11 02:43:44 +03:00
Nikolay Amiantov
ac30c87d01
fontforge: add to pythonPackages
2016-06-11 02:43:44 +03:00
zimbatm
ed42fa41ce
Merge pull request #16123 from matthiasbeyer/update-klaus
...
pythonPackages.klaus: 0.6.0 -> 0.9.1
2016-06-10 18:46:50 +01:00
zimbatm
2ff58e7049
Merge pull request #16126 from joelmo/seaborn
...
seaborn: 0.7.0 -> 0.7.1
2016-06-10 18:46:33 +01:00
Théophane Hufschmitt
c616882757
pythonPackages.bugwarrior : 1.0.2 -> 1.4.0
2016-06-10 18:35:01 +02:00
Joel Moberg
0b30c3ab95
seaborn: 0.7.0 -> 0.7.1
2016-06-10 17:18:02 +02:00
Matthias Beyer
7537e228bc
pythonPackages.klaus: 0.6.0 -> 0.9.1
2016-06-10 15:29:27 +02:00
Tom Hunger
3e65082c74
ujson: 1.33 -> 1.35
2016-06-07 17:47:57 +01:00