Frederik Rietdijk
b842480f09
pythonPackages.lockfile: fix tests
2016-10-22 16:47:21 +02:00
Jörg Thalheim
b48bfa4061
Merge pull request #19405 from Mic92/whoosh
...
whoosh: fix test & remove duplicate package.
2016-10-22 12:37:03 +02:00
Matthias Beyer
e336acb096
pytest_30: Add override from pytest_27
2016-10-21 22:15:16 +02:00
Frederik Rietdijk
5400fb619b
Merge pull request #19736 from sengaya/patch-1
...
pytestflakes: 1.0.0 -> 1.0.1
2016-10-21 09:26:17 +02:00
Jörg Thalheim
ceafba91dc
pythonPackages.mpd2: remove unnessary libmpd dependency
2016-10-20 10:08:54 +02:00
Graham Christensen
58e46e2b8f
pythonPackages.suds: mark as broken for security concerns
2016-10-19 22:20:27 -04:00
Tom Hunger
e407b9f018
tensorflowCuDNN: init at 0.11.0rc0
2016-10-19 19:41:28 +01:00
Tom Hunger
907b98f889
funcsigs: 0.4 -> 1.0.2
2016-10-19 19:39:45 +01:00
Tom Hunger
f30c9676c3
mock: 1.3.0 -> 2.0.0
2016-10-19 19:39:26 +01:00
Jascha Geerds
606aacd1fd
pythonPackages.ansible2: Add myself as a maintainer
2016-10-19 11:48:40 +02:00
Jascha Geerds
070a504d5e
pythonPackages.ansible: Add myself as a maintainer
2016-10-19 11:48:15 +02:00
Frederik Rietdijk
e67e4da8c7
pythonPackages.wxPython: don't pass in pythonPackages
2016-10-18 23:16:09 +02:00
Frederik Rietdijk
0c82702f66
gnuradio: use python2
2016-10-18 23:16:09 +02:00
Frederik Rietdijk
43949f4e0a
pythonPackages.pep257: fix tests
2016-10-18 23:16:08 +02:00
Frederik Rietdijk
66362b0f80
pythonPackages.infoqscraper: disable tests
2016-10-18 23:16:08 +02:00
Frederik Rietdijk
1d31efa695
pythonPackages.ntplib: disable tests
2016-10-18 23:16:07 +02:00
Frederik Rietdijk
365762fcb5
pythonPackages.colored: disable tests
2016-10-18 23:14:36 +02:00
Frederik Rietdijk
57e5b78a2a
pythonPackages.gevent-websocket: disable python3
2016-10-18 23:14:36 +02:00
Frederik Rietdijk
1d12d20bcf
pythonPackages.consul: broken
2016-10-18 23:14:34 +02:00
Frederik Rietdijk
ba28ce748a
pythonPackages.mitmproxy: broken
2016-10-18 23:14:34 +02:00
Frederik Rietdijk
77fa967363
pythonPackages.gyp: disabled on Python 3.x
2016-10-18 23:14:34 +02:00
Frederik Rietdijk
6b05584176
pythonPackages.ofxtools: broken
2016-10-18 23:14:33 +02:00
Frederik Rietdijk
e0e29e249a
pythonPackages.gcutil: broken
2016-10-18 23:14:33 +02:00
Frederik Rietdijk
053dd436c9
pythonPackages.pypdf2: disable tests
2016-10-18 23:14:33 +02:00
Frederik Rietdijk
161df3f276
pythonPackages.thumbor: broken
2016-10-18 23:14:33 +02:00
Frederik Rietdijk
b28db671bb
pythonPackages.EasyProcess: 0.1.9 -> 0.2.3
...
- version bump
- rename to upstream name
- disable tests since there aren't any
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
936bfd23e1
pythonPackages.jaraco_functools: add missing dependency
2016-10-18 23:14:32 +02:00
Frederik Rietdijk
cc1fe56e72
pythonPackages.backports_functools_lru_cache: init at 1.3
2016-10-18 23:14:32 +02:00
Thilo Uttendorfer
f98dac2ac8
pytestflakes: 1.0.0 -> 1.0.1
2016-10-18 22:48:08 +02:00
Lancelot SIX
eed0730fd0
pythonPackages.channnels: 0.17.2 -> 0.17.3
2016-10-18 10:27:05 +02:00
Ronny Pfannschmidt
8b407e2342
tox: bump version to 2.4.1
2016-10-17 21:04:36 +02:00
Dmitry Kalinkin
e4574a54d4
cython: disable tests that fail when built against libc++
2016-10-17 11:23:13 -04:00
Chris Darnell
acb80e9b73
glances: 2.6.2 -> 2.7.1_1
2016-10-16 13:18:16 -04:00
Frederik Rietdijk
107c035bf0
Python: remove pythonSmall
...
In #19309 a separate output for tkinter was added.
Several dependencies of Python depend indirectly on Python. We have the
following two paths:
```
‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘libXrender-0.9.10’ -
‘libX11-1.6.4’ - ‘libxcb-1.12’ - ‘libxslt-1.1.29’- ‘libxml2-2.9.4’ -
‘python-2.7.12’
‘python-2.7.12’ - ‘tk-8.6.6’ - ‘libXft-2.3.2’ - ‘fontconfig-2.12.1’ -
‘dejavu-fonts-2.37’ - ‘fontforge-20160404’ - ‘python-2.7.12’
```
Because only `tkinter` needs this, I added
```
pythonSmall = python.override {x11Support = false;};
```
to break the infinite recursion. We also still have the output
`tkinter`.
However, we might as well build without x11Support by default. Then we build with x11Support as well so we get the tkinter module and put that in a separate package.
2016-10-16 14:31:26 +02:00
Vladimír Čunát
6eeea6effd
Python: more evaluation fixups.
2016-10-14 00:03:12 +02:00
Frederik Rietdijk
efb6052f40
Python: fixup modules that were removed
2016-10-13 22:11:30 +02:00
Frederik Rietdijk
cffdffe1f6
Merge pull request #19309 from FRidh/outputs
...
Python: use separate output for tkinter
2016-10-13 10:40:14 +02:00
Frederik Rietdijk
1e544b2993
pythonPackages.tkinter: use this instead of the output python.tkinter
2016-10-13 10:38:21 +02:00
Jörg Thalheim
1371499530
Merge pull request #19486 from Mic92/neovim
...
python3Packages.neovim: include trollius only for py < 3.4
2016-10-12 20:57:57 +02:00
Jörg Thalheim
da32d7ea85
python3Packages.neovim: include trollius only for py < 3.4
...
trollius breaks python3 because it includes the enum module
2016-10-12 20:56:58 +02:00
Jascha Geerds
289c7cfc69
pythonPackages.libtmux: 0.5.0 -> 0.6.0
2016-10-11 23:51:41 +02:00
Daiderd Jordan
39106e757c
Merge pull request #19458 from dipinhora/boto-update
...
boto: 2.41.0 -> 2.42.0
2016-10-11 23:22:44 +02:00
dipinhora
67d22db807
packet-python: init at 1.31
2016-10-11 15:35:15 -04:00
dipinhora
7aac81d93a
boto: 2.41.0 -> 2.42.0
2016-10-11 10:49:12 -04:00
Frederik Rietdijk
104c50dd1a
Python: remove modules and pythonFull
2016-10-10 10:33:24 +02:00
Jörg Thalheim
0516c3cdb2
whoosh: ignore failing test
...
https://hydra.nixos.org/build/41749850/nixlog/1
2016-10-09 23:38:41 +02:00
Jörg Thalheim
361c554e06
Whoosh: duplicate of whoosh
2016-10-09 23:38:41 +02:00
Michiel Leenaars
19f2556773
asn1ate: init at unstable-201608010
2016-10-09 22:45:51 +02:00
Robin Gloster
cd45a2a1ac
github3: 1.0.0a2 -> 1.0.0a4
2016-10-09 12:46:27 +02:00
Robin Gloster
30accf4d3e
treewide: fix licence -> license occurences
2016-10-09 12:45:32 +02:00
Joachim Fasting
16cc58977a
pythonPackages.jsonrpclib: init at 0.1.7
2016-10-09 11:28:50 +02:00
Oliver Dunkl
e67e18a52b
pythonPackages.mps-youtube 0.2.6 -> 0.2.7.1 ( #18657 )
...
pythonPackages.mps-youtube 0.2.6 -> 0.2.7.1
2016-10-08 16:07:39 +02:00
Nicolas Pouillard
8643f9c2a0
pythonPackages.trezor_agent: 0.6.5 -> 0.7.0
2016-10-08 14:15:35 +02:00
Nicolas Pouillard
37f9d30107
pythonPackages.keepkey: 0.7.0 -> 0.7.3
2016-10-08 14:15:35 +02:00
Nicolas Pouillard
ded452aaa4
pythonPackages.trezor: 0.6.11 -> 0.7.4
2016-10-08 14:15:35 +02:00
Nicolas Pouillard
45da3d6459
pythonPackages.hidapi: 0.7.99.post12 -> 0.7.99.post15
2016-10-08 14:15:35 +02:00
Frederik Rietdijk
edebd5150e
pythonPackages.pip: set priority, fixes collision #19327
2016-10-07 23:13:17 +02:00
Domen Kožar
b2c9402529
libcloud: 0.18.0 -> 1.2.1
2016-10-07 08:05:11 +02:00
Bjørn Forsman
777db492b1
pythonPackages.IMAPClient: 0.11 -> 0.13
...
Needed for future update of gmvault.
2016-10-06 22:22:39 +02:00
Frederik Rietdijk
e3deccc0d7
Merge pull request #19296 from luispedro/add_biopython
...
pythonPackages.biopython : init at 1.68
2016-10-06 14:02:48 +02:00
Luis Pedro Coelho
8ff62102cb
pythonPackages.biopython : init at 1.68
...
BioPython is a set of bioinformatics utilities in Python.
2016-10-06 13:56:49 +02:00
Frederik Rietdijk
c6e21c90ea
pythonPackages.twine: init at 1.8.1
2016-10-06 13:36:07 +02:00
Frederik Rietdijk
6f836eb0d4
Kippo: move pythonPackages.twisted_11 to kippo expression
2016-10-06 12:59:05 +02:00
Nikolay Amiantov
bb2c20bb0a
Merge pull request #19290 from FRidh/octo
...
Octoprint: make sockjs-tornado and tornado_4_0_1 private
2016-10-06 12:26:31 +04:00
Frederik Rietdijk
354c588cf2
Octoprint: make sockjs-tornado and tornado_4_0_1 private
...
Tornado 4.0.1 is old and insecure, however, a package still depends on
it. We now move the package from the main Python package set into the
expression of the package that needs it.
2016-10-06 10:05:54 +02:00
Michael Lieberman
5baecbc4af
ptpython: init at 0.35
2016-10-05 15:36:57 -04:00
Frederik Rietdijk
529a4050cd
Merge pull request #19241 from MostAwesomeDude/tahoe
...
python2.7-nevow: 0.11.1 -> 0.14.2
2016-10-05 18:57:01 +02:00
Frederik Rietdijk
3631da6c20
Merge pull request #19266 from NixOS/python-wip
...
Python package updates
2016-10-05 18:50:35 +02:00
Frederik Rietdijk
197b9ec123
Merge pull request #19260 from lsix/update_tornado
...
pythonPackages.tornado: 4.4.1 -> 4.4.2
2016-10-05 17:03:01 +02:00
Lancelot SIX
e380a84ad9
pythonPackages.tornado: 4.4.1 -> 4.4.2
...
Release details:
http://www.tornadoweb.org/en/stable/releases/v4.4.2.html
2016-10-05 16:47:19 +02:00
Frederik Rietdijk
b0808b084a
pythonPackages.geventhttpclient: 1.2.0 -> 1.3.1
2016-10-05 15:44:49 +02:00
Frederik Rietdijk
11433cc798
pythonPackages.netlib: remove since it is not used anymore by mitmproxy
2016-10-05 15:44:49 +02:00
Frederik Rietdijk
cbc2327fab
pythonPackages.mitmproxy: 0.14 -> 0.17.1
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
9caf12c88e
pythonPackages.html2text: 2015.11.4 -> 2016.9.19
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
5fc1a22a23
pythonPackages.widgetsnbextension: init at 1.2.6
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
e1bd33004c
pythonPackages.attrs: 16.0.0 -> 16.2.0
2016-10-05 15:44:48 +02:00
Frederik Rietdijk
f56185c924
pythonPackages.scipy: 0.18.0 -> 0.18.1
2016-10-05 15:44:47 +02:00
Frederik Rietdijk
bde9e11f5d
pythonPackages.pandas: 0.18.1 -> 0.19.0
2016-10-05 15:44:47 +02:00
Frederik Rietdijk
a6de7142ce
Merge pull request #19218 from Profpatsch/searx-pyopenssl
...
searx: fix pyopenssl version
2016-10-05 13:17:10 +02:00
Frederik Rietdijk
8d42c1e95d
pythonPackages.numpy: 1.11.1 -> 1.11.2
2016-10-05 12:36:17 +02:00
Frederik Rietdijk
9364cb0feb
pythonPackages.uncertainties: 2.4.8.1 -> 3.0.1
2016-10-05 12:36:16 +02:00
Frederik Rietdijk
ee843b79ce
pythonPackages.Theano: 0.8.1 -> 0.8.2
2016-10-05 12:36:16 +02:00
Frederik Rietdijk
4dee695764
pythonPackages.scikitlearn: 0.17.1 -> 0.18
2016-10-05 12:36:15 +02:00
Frederik Rietdijk
5e0ac16e1f
pythonPackages.Kajiki: 0.5.2 -> 0.5.5
2016-10-05 12:36:15 +02:00
Frederik Rietdijk
7ad156b476
pythonPackages.notebook: 4.2.2 -> 4.2.3
2016-10-05 12:36:14 +02:00
Frederik Rietdijk
08d61cea4b
pythonPackages.jupyter_core: 4.1.1 -> 4.2.0
2016-10-05 12:36:14 +02:00
Frederik Rietdijk
a60c4bb61a
pythonPackages.jupyter_client: 4.3.0 -> 4.4.0
2016-10-05 12:36:13 +02:00
Frederik Rietdijk
0abc704b6a
pythonPackages.ipywidgets: 4.1.1 -> 5.2.2
2016-10-05 12:36:13 +02:00
Lancelot SIX
74e52576e0
pythonPackages.django_1_10: 1.10.1 -> 1.10.2 ( #19193 )
...
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.10.2/
2016-10-05 12:28:17 +02:00
Philip Potter
f94072196d
cookiecutter: 1.3.0 -> 1.4.0 ( #19232 )
...
This version bump changes the dependencies, adding in two new packages
`poyo` and `jinja2_time`. This in turn fixes python3 support.
In order to get python3Packages.cookiecutter to build, I had to add pytest as
a dependency to whichcraft; I'm not sure why this wasn't already there.
I tried to build pypyPackages.cookiecutter, but the resulting binary
fails with the message:
$ cookiecutter gh:audreyr/cookiecutter-pypackage
Traceback (most recent call last):
File "/nix/store/v1czxi8amljxkp6nxi8x1hxa7lkb6i7c-pypy5.4.1-cookiecutter-1.4.0/bin/.cookiecutter-wrapped", line 8, in <module>
from cookiecutter.cli import main
ImportError: No module named cookiecutter
I'm not sure how to debug this.
2016-10-05 12:26:20 +02:00
Frederik Rietdijk
f1074590da
pythonPackages.ipyparallel: 5.0.1 -> 5.2.0
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
02801ab700
pythonPackages.ipykernel: 4.3.1 -> 4.5.0
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
57168395b8
pythonPackages.jupyterlab: 0.1.1 -> 0.4.1
2016-10-05 10:03:51 +02:00
Frederik Rietdijk
8295fd9365
pythonPackages.GitPython: 2.0.2 -> 2.0.8
2016-10-05 10:03:50 +02:00
Frederik Rietdijk
8a4bb467a4
pythonPackages.decorator: 4.0.9 -> 4.0.10
2016-10-05 10:03:50 +02:00
Corbin
dec4ec07bd
python2.7-nevow: 0.11.1 -> 0.14.2
...
Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
2016-10-04 21:10:48 -07:00
Profpatsch
23913912c3
searx: fix pyopenssl version
...
Also remove the old postPatch substitutions (the patch does those).
2016-10-04 15:26:39 +02:00
Jörg Thalheim
f12fcfebe2
Merge pull request #19206 from apeyroux/init/jsbeautifier
...
jsbeautifier: init 1.6.4
2016-10-03 21:52:45 +02:00
Alexandre Peyroux
3298c13d52
jsbeautifier: add maintainer
2016-10-03 20:35:14 +02:00
Alexandre Peyroux
c072feb377
jsbeautifier: fix alphabetical order
2016-10-03 20:22:39 +02:00