Commit Graph

4566 Commits

Author SHA1 Message Date
Robin Gloster
1a5cdaf85a
fix evaluation 2017-02-02 11:28:31 +01:00
Frederik Rietdijk
50bc1dc0df Merge pull request #22345 from NixOS/python-wip
Python package updates and new fetchers
2017-02-02 11:04:32 +01:00
Jascha Geerds
888be22aee Merge pull request #22201 from lsix/update_docker_compose
Update docker compose
2017-02-02 00:39:04 +01:00
Frederik Rietdijk
fae20e6c29 pythonPackages.ipywidgets: disable tests 2017-02-01 18:24:23 +01:00
Frederik Rietdijk
3eadbb746c pythonPackages.numexpr: 2.6.1 -> 2.6.2 2017-02-01 18:24:23 +01:00
Frederik Rietdijk
5cd9e1c8f2 pythonPackages.pandocfilters: 1.3.0 -> 1.4.1 2017-02-01 18:24:23 +01:00
Frederik Rietdijk
2d062241ea pythonPackages.xarray: 0.8.2 -> 0.9.1 2017-02-01 18:24:22 +01:00
Frederik Rietdijk
9f74012250 pythonPackages.testpath: init at 0.3 2017-02-01 18:24:22 +01:00
Lancelot SIX
9d1e203501
pythonPackages.pytest-pep257: 0.0.1 -> 0.0.5 2017-02-01 15:11:45 +01:00
Frederik Rietdijk
4188e6cbf6 pythonPackages.tabulate: 0.7.5 -> 0.7.7 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
cd7e95ac9a pythonPackages.requests2: 2.11.1 -> 2.13.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
400da71551 pythonPackages.pexpect: 3.3 -> 4.2.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
a75aa2cddb pythonPackages.bottleneck: 1.0.0 -> 1.2.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
4677b6cf84 pythonPackages.notebook: 4.2.3 -> 4.3.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
68bb54a89b pythonPackages.nose-exclude: 0.4.1 -> 0.5.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
ac5df23fcf pythonPackages.nbformat: 4.0.1 -> 4.2.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
286a7eb59b pythonPackages.nbconvert: 4.2.0 -> 5.1.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
8fa286ecc1 pythonPackages.multipledispatch: 0.4.8 -> 0.4.9 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
c39c463e7a pythonPackages.jupyter_core: 4.2.0 -> 4.2.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
f3d91ee84a pythonPackages.jinja2: 2.8 -> 2.9.5 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
2a6901dc28 pythonPackages.ipython: 5.2.0 -> 5.2.1 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
f677eb6bae pythonPackages.ipyparallel: 5.2.0 -> 6.0.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
27d4cd47e3 pythonPackages.ipykernel: 4.5.1 -> 4.5.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
9e4271551e pythonPackages.entrypoints: 0.2.1 -> 0.2.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
1658e7a80c pythonPackages.cytoolz: 0.8.0 -> 0.8.2 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
4d57cd49c2 pythonPackages.configparser: 3.3.0r2 -> 3.5.0 2017-02-01 14:54:20 +01:00
Frederik Rietdijk
695ff0dc09 pythonPackages: new fetchers
Inspired by https://github.com/NixOS/nixpkgs/pull/22257.
It is recommend to use fetchpypi and, when fetching a wheel, to pass
`format = "wheel"` (typically you can just `inherit format;`).

The hash type is fixed (for now) because this is the hash type PyPI
uses.
2017-02-01 14:54:20 +01:00
Lancelot SIX
98b602fe3c
pythonPackages.netcdf4: 1.2.4 -> 1.2.7 2017-02-01 14:04:57 +01:00
Michiel Leenaars
5e57536ace pythonPackages.lpod: fix missing dependency 2017-01-31 23:03:37 +01:00
Lancelot SIX
7680786f90
pythonPackages.pep257: 0.3.2 -> 0.7.0 2017-01-31 22:39:22 +01:00
Damien Cassou
58dc8e3024
Remove myself from maintainers 2017-01-31 11:00:14 +01:00
Frederik Rietdijk
18ac28b45d Merge pull request #22280 from lsix/pytest_defaults_to_30
python*Packages.pytest: defaults to pytest_30
2017-01-31 09:48:38 +01:00
Lancelot SIX
4cf8ae3a8c
pythonPackages.pytest: use pytest_30 2017-01-31 09:33:05 +01:00
Nikolay Amiantov
84ee358735 pythonPackages.scandir: init at 1.4 2017-01-31 03:27:09 +03:00
Nikolay Amiantov
20b8212a14 pythonPackages.chainmap: init at 1.0.2 2017-01-31 03:27:09 +03:00
Lancelot SIX
c6c2137a9c
pythonPackages.hypothesis: 3.5.2 -> 3.6.0 2017-01-30 21:15:56 +01:00
Frederik Rietdijk
e4f739fa2f Merge pull request #22003 from lsix/update_matplotlib
pythonPackages.matplotlib: 1.5.3 -> 2.0.0
2017-01-30 18:19:16 +01:00
Rob Vermaas
b8fec2384e
boto: upgrade 2.42.0 to 2.45.0
(cherry picked from commit 5fff5a902594b34471b613eb2babcec923e1e1f1)
2017-01-30 15:53:02 +00:00
regnat
0abc1a7668 alot : 0.3.7 -> 0.5 2017-01-29 19:45:58 +01:00
Tom Hunger
541d645eb0 dask: 0.11.0 -> 0.13.0 2017-01-28 17:00:32 +00:00
Tom Hunger
62e95a4235 toolz: 0.8.0 -> 0.8.2 2017-01-28 17:00:17 +00:00
Tom Hunger
96f08f809a distributed: 1.13.3 -> 1.15.1 2017-01-28 17:00:00 +00:00
Tom Hunger
b1a1eefc13 partd: 0.3.6 -> 0.3.7 2017-01-28 16:59:41 +00:00
Tom Hunger
d419fb6b1f s3fs: 0.0.4 -> 0.0.8 2017-01-28 16:59:27 +00:00
Tom Hunger
dfc098cedf zict: 0.0.3 -> 0.1.1 2017-01-28 16:59:14 +00:00
Tom Hunger
aaf5a2b80c cloudpickle: 0.2.1 -> 0.2.2 2017-01-28 16:58:56 +00:00
Tom Hunger
b90737aff3 sortedcollections: init at 0.4.2 2017-01-28 16:58:18 +00:00
Lancelot SIX
bf23aaf893
docker_compose: 1.9.0 -> 1.10.0 2017-01-27 12:38:12 +01:00
Lancelot SIX
2aaa39a249
pythonPackages.docker: 1.10.6 -> 2.0.2 2017-01-27 12:38:05 +01:00
Frederik Rietdijk
c42cfa1e91 pythonPackages.ansible_2_1: init at 2.1.4.0 2017-01-27 10:15:31 +01:00
Frederik Rietdijk
46b1ea260a pythonPackages.ansible2: move 2.2 to separate file, make default
`pythonPackages.ansible_2_2` is now the default `ansible`.
2017-01-27 10:15:31 +01:00
Frederik Rietdijk
377b05ae38 pythonPackages.ansible: remove 1.9 2017-01-27 10:10:29 +01:00
Thane Gill
ed67a10fcd pythonPackages.paste 1.7.5.1 -> 2.0.3 2017-01-27 09:41:15 +01:00
Daiderd Jordan
ad6ac35ae4
python-pycdio: fix darwin build 2017-01-25 21:33:55 +01:00
Frederik Rietdijk
cad9bdc78d Merge pull request #22025 from lsix/update_django_guardian
Update django guardian
2017-01-25 07:48:53 +01:00
Lancelot SIX
18b2c31eaa
pythonPackages.pytest_*: move to pkgs/development/python-modules 2017-01-24 22:13:29 +01:00
Lancelot SIX
b6e5976d4b
pythonPackages.django_guardian: 1.4.4 -> 1.4.6 2017-01-24 22:13:20 +01:00
Lancelot SIX
93d0e4ab5b
pythonPackages.pytestdjango: 2.9.1 -> 3.1.2 2017-01-24 22:13:07 +01:00
Mariusz `shd` Gliwiński
fa8f6f652c pydub: 0.16.7 2017-01-24 21:30:20 +01:00
Michael Raskin
47661c831e Merge pull request #22028 from MostAwesomeDude/tahoe
Tahoe-LAFS version bump
2017-01-24 17:49:00 +00:00
Corbin
46a522698e pythonPackages.twisted: Fix inotify on Linux. 2017-01-23 17:55:41 -08:00
Corbin
a1906fb541 pythonPackages.foolscap: 0.10.1 -> 0.12.6 2017-01-23 17:54:43 -08:00
Thane Gill
bdd5b81f56 Fix syncthing-gtk hard coded paths 2017-01-23 13:08:08 -08:00
Lancelot SIX
43753eafd2 pythonPackages.matplotlib: 1.5.3 -> 2.0.0 2017-01-23 16:48:58 +01:00
Franz Pletz
4d8dbb63d7
pythonPackages.libvirt: 2.5.0 -> 3.0.0 2017-01-22 13:01:03 +01:00
Charles Strahan
d298a961f1 Merge pull request #21416 from cstrahan/mesos-1.1.0
mesos: 1.0.1 -> 1.1.0
2017-01-21 19:05:18 -05:00
Vladimír Čunát
6b6553c768
Merge branch 'staging'
It contains security updates.  I somehow forgot to push this yesterday.
2017-01-20 16:33:59 +01:00
Franz Pletz
9b92a07843
treewide: use lib.maintainers for meta.maintainers 2017-01-20 15:44:28 +01:00
Robin Gloster
ea7dadcaf6
pythonPackages.Pweave: disable broken tests 2017-01-20 15:39:14 +01:00
Michael Raskin
c50361b91a Merge pull request #21997 from peterhoeg/f/diag
blockdiag: use version as part of name
2017-01-20 09:34:18 +00:00
Graham Christensen
cda11c958e
pythonPackages.pysaml2: patch against external XML entities (CVE-2016-10127) 2017-01-19 22:53:40 -05:00
Peter Hoeg
30597dd656 blockdiag: use version as part of name
All the other "diags" have the version as part of the name.
2017-01-20 09:15:34 +08:00
Jörg Thalheim
6762884a9a
python27Packages.jabberbot: init at 0.16 2017-01-19 19:10:23 +01:00
Jörg Thalheim
1708d4da13
python27Packages.xmpppy: fix ssl socket api 2017-01-19 19:10:16 +01:00
Jörg Thalheim
805e6804b1 Merge pull request #21873 from Mic92/python-packages
Dependencies for realms-wiki
2017-01-19 12:23:30 +01:00
Michael Raskin
7f2769ff62 Merge pull request #21983 from jonmeredith/master
Add yubioath-desktop application and required pyscard module
2017-01-19 09:35:52 +00:00
Michael Raskin
553ef5d3aa Merge pull request #21975 from lsix/update_python_celery
Update python celery
2017-01-19 09:34:34 +00:00
Michael Raskin
90e7568bfc Merge pull request #21973 from nixy/init/hy
hy: init at 0.11.1
2017-01-19 09:32:09 +00:00
Jon Meredith
d9340971d9 Add yubioath-desktop application and required pyscard module to support it 2017-01-18 19:13:31 -08:00
Justin Humm
b635355554 python27Packages.influxdb: 0.1.12 -> 4.0.0
Updated, as the old package is not compatible with current InfluxDB versions.
Changed buildInputs as following:
* requests -> requests2 as it is newer
* added dateutil as it is needed
* added tytz as it is needed
* added six as it is needed
2017-01-19 02:52:42 +00:00
Jörg Thalheim
17c457e47b
pythonPackages.twill: init at 0.9.1 2017-01-18 18:26:32 +01:00
Jörg Thalheim
3b44782026
pythonPackages.flask_wtf: init at 0.14.2 2017-01-18 18:26:31 +01:00
Jörg Thalheim
5da2caab63
pythonPackages.flask_testing: init at 0.6.1 2017-01-18 18:26:31 +01:00
Jörg Thalheim
b9e0da457a
pythonPackages.ghdiff: init at 0.4 2017-01-18 18:26:30 +01:00
Jörg Thalheim
f957ce45c4
pythonPackages.flask_oauthlib: init at 0.9.3 2017-01-18 18:26:30 +01:00
Jörg Thalheim
b3bef109c2
pythonPackages.flask-ldap-login: init at 0.3.0 2017-01-18 18:26:30 +01:00
Jörg Thalheim
c065c400e9
pythonPackages.flask_elastic: init at 0.2 2017-01-18 18:26:29 +01:00
Jörg Thalheim
0b3d711fc4
pythonPackages.flask_login: enable python3 tests 2017-01-18 18:26:29 +01:00
Jörg Thalheim
1094e948bf
pythonPackages.markdown2: 2.3.0 -> 2.3.1 2017-01-18 18:26:28 +01:00
Jörg Thalheim
1f5b7484a3
pythonPackages.gunicorn: 19.1.0 -> 19.3.0 2017-01-18 18:26:28 +01:00
Jörg Thalheim
bbe73c77c1
pythonPackages.dulwich: 0.14.0 -> 0.14.1 2017-01-18 18:26:28 +01:00
Jörg Thalheim
c6c5ed15ab
pythonPackages.requests_oauthlib: 0.4.1 -> 0.7.0 2017-01-18 18:26:27 +01:00
Jörg Thalheim
14a65c5ecd
pythonPackages.ldap: 2.4.19 -> 2.4.22 2017-01-18 18:26:27 +01:00
Jörg Thalheim
1f6ca0f37b
pythonPackages.bcrypt: 3.1.0 -> 3.1.2 2017-01-18 18:26:26 +01:00
Lancelot SIX
f715d3fd2c pythonPackages.channels: 1.0.1 -> 1.0.2 2017-01-18 17:07:45 +01:00
Lancelot SIX
c71087b345 pythonPackages.pytest_30: 3.0.4 -> 3.0.5 2017-01-18 16:53:31 +01:00
Lancelot SIX
cdf3b50917 pythonPackages.celery: 3.1.23 -> 4.0.2 2017-01-18 16:53:31 +01:00
Lancelot SIX
67a8210d6a pythonPackages.kombu: 3.0.35 -> 4.0.2 2017-01-18 16:53:27 +01:00
Lancelot SIX
0be9f1b3e5 pythonPackages.billiard: 3.3.0.23 -> 3.5.0.2 2017-01-18 16:52:45 +01:00
Lancelot SIX
a272ca2c2e pythonPackages.amqp: 1.4.9 -> 2.1.4 2017-01-18 16:52:07 +01:00
Vladimír Čunát
40003aa2ed
Merge branch 'master' into staging 2017-01-18 15:54:04 +01:00
Andrew R. M
b8acb928cc hy: init at 0.11.1
This is the hy language, a dialect of lisp designed to be closely
intergrated with python.
2017-01-18 09:32:59 -05:00
Lancelot SIX
ece1154382 pythonPackages.vine: init at 1.1.3 2017-01-18 15:25:12 +01:00
Lancelot SIX
04e4790033 pythonPackages.case: init at 1.5.2 2017-01-18 15:25:11 +01:00
Jake Waksbaum
753b00b6c6 pythonPackages.neovim: 0.1.12 -> 0.1.13 2017-01-17 20:56:54 -05:00
Jörg Thalheim
be759ba64e Merge pull request #21869 from Mic92/pyroute2
pyroute2: init at 0.4.12
2017-01-14 10:21:50 +01:00
Jörg Thalheim
8d67d5689c
pyroute2: init at 0.4.12 2017-01-14 10:12:20 +01:00
Lancelot SIX
8b8bba90b7
pythonPackages.channels: 0.17.3 -> 1.0.1 2017-01-12 10:17:55 +01:00
Lancelot SIX
eeda593de4
pythonPackages.daphne: 0.15.0 -> 1.0.1 2017-01-12 10:17:46 +01:00
Frederik Rietdijk
7a109e6310 pythonPackages.docker: support python3 2017-01-11 18:25:10 +01:00
Frederik Rietdijk
87e67cb4e5 pythonPackages.yenc: init at 0.4.0 2017-01-11 18:12:32 +01:00
Daiderd Jordan
51beb935c3 Merge pull request #21274 from LnL7/darwin-gyp
python-gyp: fix darwin build without xcode
2017-01-11 08:51:00 +01:00
Frederik Rietdijk
4fc0c15af5 pythonPackages.sounddevice: 0.3.4 -> 0.36 2017-01-10 15:45:41 +01:00
Frederik Rietdijk
49640fcd32 Merge pull request #21762 from mguentner/ipfsapi
pythonPackages.ipfsapi: init at 0.4.0
2017-01-10 08:37:02 +01:00
Graham Christensen
b70e5f2905 Merge pull request #21675 from lsix/update_django_1_10
pythonPackages.django_1_10: 1.10.4 -> 1.10.5
2017-01-09 21:50:19 -05:00
Maximilian Güntner
a93416bffa
pythonPackages.ipfsapi: init at 0.4.0
Signed-off-by: Maximilian Güntner <code@klandest.in>
2017-01-10 00:11:48 +01:00
Jascha Geerds
a5be4fe67a pythonPackages.docker_compose: Set meta.platforms to linux 2017-01-07 19:52:35 +01:00
Jascha Geerds
fdb5832d09 pythonPackages.docker_compose: Add myself as a maintainer 2017-01-07 19:48:38 +01:00
Frederik Rietdijk
969651aaca pythonPackages.pyjwt: use cryptography instead of pycrypto 2017-01-07 17:28:55 +01:00
Tadas Barzdzius
0b2127e6d1
python-gyp: fix darwin build without xcode or CLT 2017-01-07 02:07:17 +01:00
Frederik Rietdijk
f70f898dae Merge pull request #21710 from peterhoeg/f/gitup
git-up: not a python package
2017-01-06 20:51:44 +01:00
Pascal Wittmann
99c8e8e71f Merge pull request #21711 from mimadrid/fix/picard
picard: fix compilation and remove unused buildInputs
2017-01-06 14:50:08 +01:00
mimadrid
9fc4536ac8
mutagen: 1.34 -> 1.36 2017-01-06 12:46:05 +01:00
Peter Hoeg
98c9db00d8 git-up: not a python package
1. git-up is a python package as such but an application, so move it out of python-packages.nix
2. get rid of the tests (we've already run the tests)
2017-01-06 18:56:26 +08:00
spy-tech
7115ed6783
awscli: 1.11.30 -> 1.11.35 2017-01-05 21:58:18 -05:00
John Wiegley
52e74ddc62
pythonPackages.pyev: Remove duplication from last commit 2017-01-05 13:36:29 -08:00
John Wiegley
bae778e86c
pythonPackages.pyev: Fix expression to work on Darwin 2017-01-05 13:34:19 -08:00
Lancelot SIX
bd0d567d47 pythonPackages.django_1_10: 1.10.4 -> 1.10.5
See https://docs.djangoproject.com/en/1.10/releases/1.10.5/ for release
notes.
2017-01-05 11:11:13 +01:00
Frederik Rietdijk
0be446fbfa pythonPackages.credstash: 1.11.0 -> 1.13.2 2017-01-05 10:59:56 +01:00
Frederik Rietdijk
8f046ce0c0 Merge pull request #21670 from berdario/python36-xdis-zopetesting
Python3.6 compatibility upgrade for xdis zopetesting
2017-01-05 10:12:44 +01:00
Dario Bertini
aeb311f6c0
zope.testing: 4.5.0 -> 4.6.1 2017-01-05 09:58:32 +01:00
Dario Bertini
744cd7b12b
xdis: 2.3.1 -> 3.2.4 2017-01-05 09:57:41 +01:00
Frederik Rietdijk
6ab2e40176 Merge pull request #21156 from schneefux/pkg.parsedatetime
pythonPackages.parsedatetime: disable tests to fix the build
2017-01-05 08:53:19 +01:00
Franz Pletz
e94bfe55c4
mitmproxy: 0.17.1 -> 1.0.2, move to all-packages.nix 2017-01-05 06:25:26 +01:00
Franz Pletz
71725619a8
pythonPackages.ruamel_yaml: 0.10.13 -> 0.13.7 2017-01-05 06:25:25 +01:00
Franz Pletz
8f146f96db
pythonPackages.hpack: 2.0.1 -> 2.3.0 2017-01-05 06:25:24 +01:00
Franz Pletz
e373c3f332
pythonPackages.typing: init at 3.5.3.0 2017-01-05 06:25:23 +01:00
Franz Pletz
85d3e82f4b
pythonPackages.editorconfig: init at 0.12.1 2017-01-05 06:25:22 +01:00
Franz Pletz
e7ee0264f9
pythonPackages.h2: init at 2.5.1 2017-01-05 06:25:21 +01:00
Franz Pletz
cde1874b15
pythonPackages.hyperframe: init at 4.0.1 2017-01-05 06:25:20 +01:00
Franz Pletz
f594ee195b
pythonPackages.sortedcontainers: init at 1.5.7 2017-01-05 06:25:19 +01:00
Franz Pletz
956a400b81
pythonPackages.brotlipy: init at 0.6.0 2017-01-05 06:25:18 +01:00
Franz Pletz
838862cb42
pythonPackages.urwid: 1.3.0 -> 1.3.1 2017-01-05 06:25:16 +01:00
Franz Pletz
46fe0fe8ae
pythonPackages.pyperclip: 1.5.11 -> 1.5.27 2017-01-05 06:25:15 +01:00
Franz Pletz
da8023b8c3
pythonPackages.cssutils: 0.9.9 -> 1.0.1 2017-01-05 06:25:14 +01:00
Franz Pletz
fa696a3e70
pythonPackages.construct: 2.5.2 -> 2.8.10 2017-01-05 06:25:13 +01:00
Franz Pletz
31ac32a965
pythonPackages.blinker: 1.3 -> 1.4 2017-01-05 06:25:09 +01:00
Graham Christensen
15f46d60ac Merge pull request #21615 from matthiasbeyer/update-pkgs
Update pkgs
2017-01-04 18:50:12 -05:00
Franz Pletz
000fb9be33
pythonPackages.pudb: 2013.3.6 -> 2016.2, disable tests on python 3 2017-01-04 22:49:05 +01:00
Franz Pletz
48a5a47784
pythonPackages.configshell_fb: disable failing tests on python3 2017-01-04 22:42:03 +01:00