Commit Graph

4916 Commits

Author SHA1 Message Date
Peter Simons 35d06e947f python-packages: bump osc to fix bug with NixOS's default $PAGER setting 2017-02-11 23:36:36 +01:00
Aneesh Agrawal 1941a740c5 cryptography: 1.5.3 -> 1.7.2
Also update cryptography-vectors
2017-02-11 17:07:33 -05:00
Peter Simons e644f9f8ec python-packages: update "osc" to latest version from git 2017-02-11 19:25:36 +01:00
Frederik Rietdijk 049a031e34 pythonPackages.paramiko: 2.0.2 -> 2.1.1 2017-02-11 14:14:07 +01:00
Frederik Rietdijk e655ab08ee pythonPackages.ryu: mark as broken 2017-02-11 14:14:07 +01:00
Frederik Rietdijk 6cf3667bc9 pythonPackages.cinderclient: mark as broken
The whole python openstack needs some maintenance...
2017-02-11 14:14:07 +01:00
Frederik Rietdijk c9f4d714fe Merge pull request #22417 from edanaher/move-neovim-remote
neovim-remote: move from python-packages to /neovim/neovim-remote.
2017-02-10 17:47:25 +01:00
Frederik Rietdijk 1c998e0773 Merge pull request #22631 from hrdinka/update/boto
Update/Fix boto3
2017-02-10 17:25:37 +01:00
Frederik Rietdijk 9ef6850221 Merge pull request #22344 from lsix/update_netcdf
Update netcdf (including python binding)
2017-02-10 17:22:23 +01:00
Christoph Hrdinka c0f2e89d6a
pythonPackages.boto3: 1.4.2 -> 1.4.4 2017-02-10 17:05:54 +01:00
Christoph Hrdinka ac1cf94ec7
pythonPackages.s3transfer: 0.1.9 -> 0.1.10 2017-02-10 17:05:53 +01:00
Frederik Rietdijk c00d08cb9e Merge pull request #22606 from luispedro/jug_update_140
pythonPackages.jug: 1.3.0 -> 1.4.0
2017-02-10 08:25:11 +01:00
Dan Peebles a848643709 pythonPackages.lmdb: fix on python 3 and add meta 2017-02-10 03:51:43 +00:00
Luis Pedro Coelho b85c13a643 pythonPackages.jug: 1.3.0 -> 1.4.0 2017-02-10 00:00:09 +01:00
terretta eff30adc0d awscli: 1.11.35 -> 1.11.45, botocore: 1.4.92 -> 1.5.8
Updating both at once as users expect these to stay in sync.
2017-02-09 17:41:55 -05:00
Vladimír Čunát 4d18d3bd87
Revert "python-requests2: use system-wide CA bundle"
This reverts commit 768c970c8d.
Moved to staging, as it causes ~16k rebuilds.
2017-02-09 17:24:36 +01:00
Daniel Peebles 7439fe083f Merge pull request #22297 from nand0p/buildbot-0.9.3
buildbot: 0.9.0.post1 -> 0.9.3
2017-02-09 11:15:03 -05:00
Fernando J Pando 6fc34fd48a treq: init 16.12.1
Tested on NixOS unstable
2017-02-09 10:10:51 -05:00
Fernando J Pando 487229654e incremental: init 16.10.1
Tested on NixOS unstable
2017-02-09 10:08:32 -05:00
Peter Simons 768c970c8d python-requests2: use system-wide CA bundle rather than our own
This allows the library to interact gracefully with additional certificates
users might have configured in /etc/ssl/certs/ca-certificates.crt via NixOS.
2017-02-09 15:19:36 +01:00
Dan Peebles 3e7dffd2b3 pythonPackages.twitter-common-*: add meta
I'd like to share the common meta fields across all of them but it didn't
seem worth it.
2017-02-08 18:24:59 -05:00
Franz Pletz 6d0806d061
pythonPackages.searx: 0.10.0 -> 0.11.0 2017-02-08 23:51:02 +01:00
Franz Pletz 2ae5b82cb7
pythonPackages.pysocks: 1.5.7 -> 1.6.6 2017-02-08 23:51:01 +01:00
Franz Pletz 603ca4be35
pythonPackages.lxml: 3.7.0 -> 3.7.2 2017-02-08 23:51:01 +01:00
Franz Pletz de82ce901e
pythonPackages.flask: 0.11.1 -> 0.12 2017-02-08 23:51:00 +01:00
Franz Pletz 4bb27d8622
pythonPackages.ndg-httpsclient: 0.4.0 -> 0.4.2 2017-02-08 23:51:00 +01:00
Franz Pletz 7bb81a5a7b
pythonPackages.certifi: 2016.2.28 -> 2017.1.23 2017-02-08 23:51:00 +01:00
Dan Peebles 554bfea26f pythonPackages.pex: add meta 2017-02-08 15:22:05 -05:00
Dan Peebles e012e12402 pythonPackages.pathspec: add meta 2017-02-08 15:10:49 -05:00
Dan Peebles 825ef235ba pythonPackages.pants: fix typo in license 2017-02-08 14:46:05 -05:00
Dan Peebles 84542bb6f4 pythonPackages.pants: add meta 2017-02-08 14:43:12 -05:00
Dan Peebles 4fef9bf857 pythonPackages.ansicolors: add meta 2017-02-08 14:05:13 -05:00
Dan Peebles 97bf0637d5 pants: init at 1.2.1
This will need more patching to work properly (especially for python
builds), but I've been able to convince it to build some simple java and
scala projects in its current form so I figured I'd spread it.
2017-02-07 14:07:28 -05:00
aszlig 25b61cc897
pyocr: Use skip instead of expectedFailure
Since the update of imagemagick in
5e753c1a65 there are certain test cases
which now unexpectly succeed and in turn cause the whole build to fail.

So in order to prevent this from happening let's skip those tests
properly instead of running them and expect them to fail.

Tested by building pythonPackages.pyocr on x86_64-linux.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-02-07 10:55:40 +01:00
Frederik Rietdijk c73045ef10 pythonPackages.sphinx: 1.5.1 -> 1.5.2 2017-02-07 09:12:30 +01:00
Frederik Rietdijk 6640fe2e1e pythonPackages.sphinx: fix make-mode, fixes #22501 2017-02-07 09:12:30 +01:00
Dan Peebles 2ac2bd187e pythonPackages.pyenchant: fix on darwin 2017-02-06 15:42:54 -05:00
asildnes 102e4eed6f
ansicolor: init at 0.2.4 2017-02-05 15:06:11 +01:00
Evan Danaher b2fb95a6cf neovim-remote: move from python-packages to /neovim/neovim-remote. 2017-02-03 16:58:22 -05:00
Frederik Rietdijk e3f710466f Merge pull request #22325 from lsix/update_pep257
update pythonPackages.pep257
2017-02-03 21:54:26 +01:00
Arseniy Seroka 91ebefbf73 Merge pull request #22405 from edanaher/add-vim-plugins
Add vim plugins
2017-02-03 23:50:59 +03:00
Robin Gloster b7bbe2ce0b
pythonPackages.requests-mock: 0.6.0 -> 1.3.0 2017-02-03 20:22:44 +01:00
Tuomas Tynkkynen eb0eed4205 jenkins-job-builder: 1.4.0 -> 1.6.1 2017-02-03 19:32:45 +02:00
Frederik Rietdijk 1cc779c29e Merge pull request #22402 from teh/master
joblib: Fix tests in python3.5
2017-02-03 17:25:28 +01:00
Tom Hunger ddf3498e4f joblib: Fix tests in python3.5
Failing with a process exited with -9 on occasion.
2017-02-03 15:22:06 +00:00
Evan Danaher cdb59104f1 neovim-remote: init at v1.4.0 2017-02-03 09:32:55 -05:00
Frederik Rietdijk 1652a136e4 pythonPackages.cytoolz: disable failing test 2017-02-03 10:04:35 +01:00
Frederik Rietdijk c1e29e237b pythonPackages: rename fetchers
- fetchpypi -> fetchPypi
- fetchWheel and fetchTarball are no longer public

695ff0dc09 (commitcomment-20711584)
2017-02-02 11:49:39 +01:00
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
Jörg Thalheim 094ac2d9b1
python-protobuf: enable python3 and enable py3 tests
- moved expression out of python-packages
- no significant changes how package is built except the supported
  python versions
2017-01-24 10:31:55 +01: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
Franz Pletz 4f957a9fdb
pythonPackages.sqlalchemy_imageattach: fix evaluation
Broken since 762d847d47 where the package
name case was changed but not the reverse dependencies.
2017-01-04 21:28:05 +01:00
Frederik Rietdijk e276f59020 pythonPackages.tkinter: patch rpath to use only one interpreter
The `tkinter` module is copied from a build of `python` with
`x11Support=true;` but has a reference to that build of `python`. We
however want to use the module in combination with a build of `python`
with `x11Support=false;` (the default). Therefore we patch the rpath to
refer to that `python` instead.
2017-01-04 20:39:36 +01:00
Matthias Beyer 71c247b3ad mailcap-fix: init at 1.0.1 2017-01-04 16:29:32 +01:00
schneefux 95af71e4ef
pythonPackages.parsedatetime: 1.5 -> 2.1 2017-01-04 15:26:22 +01:00
Andrew R. M 19f3e8cecc pythonPackages.nose-cprof: 0.1-0 -> 0.1.4
Updated nose-cprof and enabled python 3 package
2017-01-03 19:45:11 -05:00
Ioannis Koutras dc70cd1026 syncthing-gtk: 0.6.3 -> 0.9.2.3 2016-12-31 14:26:17 +02:00
Frederik Rietdijk 361dae67d4 flexget: move out of python-packages.nix
because it is an application and not a library.
2016-12-31 09:52:45 +01:00
Peter Marheine 0cb52dc836 flexget: use html5lib 1.0b8
html5lib 1.0b9 made a breaking API change that requires beautifulsoup
4.5 or newer, which would require upgrading flexget to support.
2016-12-31 09:43:47 +01:00
Frederik Rietdijk c7bff3d71d calibre: 2.73.0 -> 2.76.0, fix html5lib, closes #21504 2016-12-31 09:12:41 +01:00
Vladimír Čunát 20c2b45ee6
Merge branch 'staging' 2016-12-30 22:40:41 +01:00
Lancelot SIX 2cac374241 Merge pull request #21346 from massimo-zaniboni/sphinxcontrib_newsfeed
Python sphinxcontrib-newsfeed-0.1.4
2016-12-30 17:27:35 +01:00
Vladimír Čunát ee3fb421b8
Merge branch 'master' into staging
... mainly to fixup the go problems.
2016-12-30 15:48:36 +01:00
Peter Hoeg db90dd8de2 remarshal: 0.3.0 -> 0.6.0 2016-12-30 19:19:16 +08:00
Charles Strahan 7ebcada020
mesos: 1.0.1 -> 1.1.0 2016-12-29 20:09:46 -05:00
Massimo Zaniboni 02a839bffc pythonPackages.sphinxcontrib_newsfeed: init at 0.1.4 2016-12-29 23:00:22 +01:00
Vladimír Čunát 9d09bc6728
Merge branch 'master' into staging 2016-12-29 13:56:16 +01:00
Frederik Rietdijk 2f977b4af1 pythonPackages.bleach: 1.4.3 -> 1.5.0, closes #21450
Unfortunately bleach depends on an older version of html5lib and cannot
use the latest version because the sanitizer module has been moved out.
https://github.com/mozilla/bleach/issues/217
2016-12-29 09:24:03 +01:00
David Pätzel 3414470d9d urlscan: init at 0.8.3 2016-12-28 12:13:36 +01:00
Nikolay Amiantov 1930176462 deluge: 1.3.12 -> 1.3.13 2016-12-28 13:17:01 +03:00
lassulus 228f657a2b python:graphite_beacon: 0.22.1 -> 0.27.0 2016-12-27 22:54:18 +01:00
Frederik Rietdijk 7c73f44086 Merge pull request #21440 from knedlsepp/fix-pygraphviz
pygraphviz: 1.3.1 -> 1.4rc1
2016-12-27 18:13:09 +01:00
Frederik Rietdijk 3b050791e4 pythonPackages.joblib: 0.9.4 -> 0.10.3 2016-12-27 16:24:51 +01:00
Frederik Rietdijk 72385a35f8 pythonPackages.librosa: 0.4.0 -> 0.4.3 2016-12-27 16:24:51 +01:00
Frederik Rietdijk 7847a02db9 pythonPackages.numpydoc: 0.5 -> 0.6.0 2016-12-27 16:24:51 +01:00
Frederik Rietdijk 9de120ff9d pythonPackages.resampy: init at 0.1.4 2016-12-27 16:24:51 +01:00
Josef Kemetmueller 1896bf7a78 pygraphviz: 1.3.1 -> 1.4rc1
This fixes a segmentation fault during the test phase
https://github.com/pygraphviz/pygraphviz/issues/84
2016-12-27 15:47:27 +01:00
Vincent Demeester 34cc46bfa7 docker-compose: 1.8.0 -> 1.9.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2016-12-26 20:25:39 +01:00
Frederik Rietdijk 2876b31ed5 pythonPackages.click-threading: 0.4.0 -> 0.4.2 2016-12-26 09:21:24 +01:00
Frederik Rietdijk 762d847d47 pythonPackages.Wand: 0.3.5 -> 0.4.4 2016-12-26 09:21:24 +01:00
Frederik Rietdijk b95b6315af pythonPackages.memory_profiler: 0.39 -> 0.41 2016-12-26 09:21:24 +01:00
Vladimír Čunát 3829d1c17f
Merge branch 'master' into staging
There's been a mass rebuild on master due to python2 update.
2016-12-26 08:42:19 +01:00
Frederik Rietdijk 925c597457 pythonPackages.mwclient: 0.8.1 -> 0.8.3
and fix tests.

cc @DamienCassou
2016-12-25 19:20:34 +01:00
Frederik Rietdijk c9e642c549 pythonPackages.zipfile36: disable on python 2.x 2016-12-25 19:03:03 +01:00
Frederik Rietdijk 6cf9b1c970 pythonPackages.magic: broken 2016-12-25 18:58:11 +01:00
Frederik Rietdijk 683f25522d pythonPackages.datrie: add missing dependencies 2016-12-25 18:54:27 +01:00
Frederik Rietdijk f2df4cef5c pythonPackages.xgboost: only with Python 3.x 2016-12-25 16:48:14 +01:00
Frederik Rietdijk 2469d0bd28 pythonPackages.buttersink: only with python 2.x 2016-12-25 16:43:04 +01:00
Frederik Rietdijk 63b0c9d5ea pythonPackages.txaio: 2.5.1 -> 2.5.2 2016-12-25 16:36:12 +01:00
Frederik Rietdijk 849f2d9e11 pythonPackages.html5lib: fix missing buildInputs and tests 2016-12-25 11:12:53 +01:00
Frederik Rietdijk 9f5e022663 pythonPackages.pytest_expect: init at 1.1.0 2016-12-25 11:12:53 +01:00
Frederik Rietdijk c1dd42e7d6 pythonPackages.webencodings: init at 0.5 2016-12-25 11:12:53 +01:00
Frederik Rietdijk bec4794820 pythonPackages.u-msgpack-python: init at 2.3.0 2016-12-25 11:12:53 +01:00
Frederik Rietdijk 3d455ac934 pythonPackages.xlwt: 1.0.0 -> 1.1.2 2016-12-25 10:42:41 +01:00
Frederik Rietdijk 5319587d87 pythonPackages.pandas: 0.19.1 -> 0.19.2 2016-12-25 10:42:41 +01:00
Frederik Rietdijk 757d10abb1 Merge pull request #21299 from phanimahesh/fix-LWN-vuln-709146
python:html5lib: 0.999 -> 0.999999999
2016-12-25 10:38:31 +01:00
Frederik Rietdijk d4c7f58301 pythonPackages.numpy: 1.11.2 -> 1.11.3
Furthermore, we fix f2py and use NOSE_EXCLUDE to disable tests.
2016-12-24 12:07:33 +01:00
Frederik Rietdijk d917dbc51b pythonPackages.sphinx: use NOSE_EXCLUDE instead of patch 2016-12-24 11:39:05 +01:00
Vladimír Čunát c655399126
Merge branch 'staging' 2016-12-24 10:50:49 +01:00
Adam Beckmeyer 4ae23aaf3c pythonPackages.livereload: init at 2.5.0 2016-12-23 11:59:48 -05:00
Adam Beckmeyer ef9e7a8d88 pythonPackages.markdown: 2.6.4 -> 2.6.7 2016-12-23 11:23:14 -05:00
Frederik Rietdijk fd23914961 pythonPackages.sphinx: 1.4.6 -> 1.5.1 2016-12-23 15:31:36 +01:00
Frederik Rietdijk 2fe61cb9df pythonPackages.lockfile: 0.10.2 -> 0.12.2 2016-12-23 15:31:24 +01:00
Vladimír Čunát 2e03ae274d Merge branch 'master' into staging 2016-12-22 11:28:56 +01:00
Nikolay Amiantov e1707eec5c pythonPackages.pyinputevent: init at 2016-10-18 2016-12-22 01:35:11 +03:00
Nikolay Amiantov 800020446e pythonPackages.python-uinput: init at 0.11.2 2016-12-22 01:35:10 +03:00
Nikolay Amiantov ecf4e223f4 pythonPackages.virtkey: init at 0.63 2016-12-22 01:35:10 +03:00
Franz Pletz ecc7b3364c
pythonPackages.bottle: 0.12.9 -> 0.12.11 for CVE-2016-9964 2016-12-21 14:37:48 -05:00
Peter Simons 3dad7633e2 python-pyflakes: trigger re-build to fix transient error on Hydra 2016-12-21 10:04:33 +01:00
aszlig 5ed1aee3af
python/pypillowfight: Disable tests entirely
This is getting entirely different results on i686-linux:

https://hydra.nixos.org/build/45122757/nixlog/6/raw

According to @jflesch the reference system these tests are built for is
Debian GNU/Linux (possibly only x86_64-linux I guess):

https://github.com/jflesch/libpillowfight/issues/2#issuecomment-268259174

So let's disable them until they're more deterministic and less
platform/distro-specific.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-20 19:00:29 +01:00
Aristid Breitkreuz bb18e10ba0 Merge remote-tracking branch 'origin/master' into staging 2016-12-20 14:05:30 +01:00
aszlig ccbce6b11a
python/hetzner: 0.7.4 -> 0.7.5
This essentially unbreaks deploying new Hetzner machines with NixOps,
because the Hetzner robot has changed its way of handling admin
accounts.

It also now provides a more helpful error message (instead of an
AssertionError) if admin account creation has failed.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: Graham Christensen <graham@grahamc.com>
Issue: https://github.com/NixOS/nixops/issues/563
2016-12-20 10:16:14 +01:00
J Phani Mahesh a737eff5c1 python:html5lib: 0.999 -> 0.999999999
fixes LWN vuln:709146
ref #21289: Vulnerability roundup 14
2016-12-20 12:27:08 +05:30
Matthew Daiter 6bce0dc23f python/pillow: Disable tests on Darwin 2016-12-20 01:29:20 +01:00
Michael Fellinger bb80d77d84 neovim: green :CheckHealth 2016-12-19 23:05:31 +01:00
aszlig d331f58b90
python/paperwork-backend: init at 1.0.6
While not explicitly checked by setup.py or by the "chkdeps" command
from the project I have added pyinsane2 and pyocr to the list of
dependencies as well, because they're referenced in the source.

Tested by building against Python 3.3, 3.4, 3.5 and 3.6.

The build against Python 3.6 failed because pycairo doesn't build, so
it's a non-issue at least for paperwork-backend.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-19 22:25:53 +01:00
aszlig 1114a6b706
python/pypillowfight: init at 0.2.1
First of all: This is NOT the same package as "pillowfight".

I'm not sure why people want to choose this particular name, but well,
so be it.

I haven't investigated why test_ace and test_all_2 fail, but I've
disabled these tests by now and reported the failures upstream at
jflesch/libpillowfight#2.

Tested by building against Python 3.3, 3.4, 3.5 and 3.6.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-19 22:25:49 +01:00
aszlig e186a8dba9
python/pyocr: init at 0.4.4
This package is a bit more involved because it assumes a lot of paths
being there in a FHS compliant way, so we need to patch the data and
binary directories for Tesseract and Cuneiform.

I've also tried to get the tests working, but they produce different
results comparing input/output. This is probably related to the
following issue:

https://github.com/jflesch/pyocr/issues/52

So I've disabled certain tests that fail but don't generally impede the
functionality of pyocr.

Tested by building against Python 3.3, 3.4, 3.5 and 3.6.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-19 22:25:45 +01:00
aszlig 0409ce2330
python/pyinsane2: init at 2.0.9
The tests require a scanner to be physically attached.

Quote from the upstream README:

> Tests require at least one scanner with a flatbed and an ADF
> (Automatic Document Feeder).
>
> If possible, they should be run with at least 2 scanners connected.
> The first that appear in "scanimage -L" must be the one with the ADF.
>
> For reference, my current setup is:
>
>  - HP Officejet 4620 (Flatbed + ADF)
>  - HP Deskjet 2050 J510 series (Flatbed)

So we disable the tests even though it might be theoretically possible
to use qemu and an emulated scanner. Instead of the upstream tests we
just do a quick check whether initialization of the library succeeds.

Other than that the library uses ctypes.cdll to dlopen() the libsane
shared library, so we need to patch in the right store path.

Tested by building against Python 2.7, 3.3, 3.4, 3.5 and 3.6.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-19 22:25:31 +01:00
aszlig a7d425758a
python/simplebayes: init at 1.5.8
The upstream tag actually says 1.5.7 but the commit actually bumps the
version to 1.5.8:

https://github.com/hickeroar/simplebayes/commit/b8da72c50d20b6f8c0d

We needed to patch the setup.py because the upstream project's setup.py
reads in the README.rst for the longDescription. That very README.rst
contains non-ASCII characters which in turn throws a decoding error with
Python 3 on Nix because I think this has to do with our setup.py wrapper
that doesn't seem to recognize the right encoding when using compile().

Tested by building against Python 2.7, 3.3, 3.4, 3.5 and 3.6.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-19 22:25:27 +01:00
Rickard Nilsson b02e6cc70d libvirt and pythonPackages.libvirt: 2.2.0 -> 2.5.0 2016-12-19 11:52:02 +01:00
Frederik Rietdijk 2f91dd32e9 Merge pull request #20590 from rasendubi/flask-0.11.1
flask: 0.10.1 -> 0.11.1
2016-12-19 09:56:36 +01:00
Frederik Rietdijk 3057f3e962 pythonPackages.skype4py: broken 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 550d1458d6 pythonPackages.more-itertools: 2.2 -> 2.4.1 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 007fa632c0 pythonPackages.pip2nix: broken
pkg_resources.VersionConflict: (pip 9.0.1
(/nix/store/5drfa1s8mh5f1y9slq82zlv65iblb942-python2.7-bootstrapped-pip-9.0.1/lib/python2.7/site-packages),
Requirement.parse('pip<9,>=8'))
2016-12-18 09:32:53 +01:00
Frederik Rietdijk 810e02e945 pythonPackages.pytestpep8: fix checkPhase 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 311171e69c pythonPackages.natsort: add missing dependency 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 540909f160 pythonPackages.pyflakes: 1.0.0 -> 1.3.0 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 4719205919 pythonPackages.mccabe: 0.4.0 -> 0.5.3 2016-12-18 09:32:53 +01:00
Frederik Rietdijk 0b3629544b pythonPackages.lxml: 3.4.4 -> 3.7.0 2016-12-18 09:32:53 +01:00
Frederik Rietdijk b0576a4ab9 pythonPackages.flake8_3: remove
since it is not used in nixpkgs
2016-12-18 09:32:53 +01:00
Frederik Rietdijk 6486b90820 pythonPackages.flake8: 2.6.2 -> 3.2.1 2016-12-18 09:32:53 +01:00
aszlig 2fe1daf804
cython: 0.25.1 -> 0.25.2
Upstream changelog without issue numbers:

 * Fixes several issues with C++ template deduction.
 * Fixes a issue with bound method type inference.
 * Fixes a bug with cascaded tuple assignment.
 * Fixed or silenced many Clang warnings.
 * Fixes bug with powers of pure real complex numbers.

The full changelog with issue numbers can be found here:

https://github.com/cython/cython/blob/0.25.2/CHANGES.rst

My main reason for updating is because there were test failures on
i686-linux, although version 0.25.2 still has one test that fails.

So if we're on i686-linux and on Python 2 we just fix that one little
doctest.

The test failure has already been reported upstream at:

https://github.com/cython/cython/issues/1548

All of the failing tests (including the latter) had to do with integer
representations in that long integers are suffixed by an L while the
test cases weren't expecting this.

Built successfully on i686-linux and x86_64-linux against Python 2.7 and
Python 3.5.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-12-18 01:53:05 +01:00
Vladimír Čunát 86e4c9ed46
Merge branch 'master' into staging 2016-12-17 20:29:25 +01:00
Frederik Rietdijk 8bfe3d7846 pythonPackages.pytest: disabled tests for all pytest versions 2016-12-17 15:48:18 +01:00
Jaka Hudoklin 8a85fc9531 Merge pull request #21068 from offlinehacker/pkgs/completions/add
Add bash completions for a few packages
2016-12-17 15:37:27 +01:00
Frederik Rietdijk 45c1c50ddd pythonPackages.pytest_29: disable tests temporarily 2016-12-17 15:12:30 +01:00
Dan Peebles 1eb9fe3696 awscli, boto{core,3}: update to 1.11.30, 1.4.87, and 1.4.2, respectively
These packages like being updated together which is why I put all three
of them into the same commit.
2016-12-16 12:39:08 -05:00
AndersonTorres d12e540739 pythonPackages.docutils: 0.12 -> 0.13.1 2016-12-16 17:04:56 +01:00
Luis Pedro Coelho f3108c5bd2 pythonPackages.natbib: fix for Python 3.5 (#21114)
pathlib is part of the standard library starting in version 3.5.
2016-12-16 11:22:06 +01:00
Jascha Geerds 2bcdc8c913 pythonPackages.virtualenvwrapper: Fix post install (closes #21168) 2016-12-16 00:31:35 +01:00
Jörg Thalheim fd5dd0769c python27Packages.lxc: init at 2016-08-25 (#21181) 2016-12-15 17:16:31 +01:00
Bas van Dijk b4005bbac0
whisper: upgrade to the same version as the other graphite components
Without this we get the following Python exception when trying to fetch
a graph in the graphite web app:

    File "/nix/store/nj62jqk2xmp5c3h93pfnlqn66qj1kkvs-python-2.7.12-env/lib/python2.7/site-packages/opt/graphite/webapp/graphite/storage.py", line 335, in fetch
      return whisper.fetch(self.fs_path, startTime, endTime, now)
  TypeError: fetch() takes at most 3 arguments (4 given)

Fixes #21032.
2016-12-15 17:13:00 +01:00
makefu 4bc0c87b0d
xstatic-jquery-ui: 1.11.0.1 -> 1.12.0.1 2016-12-15 00:27:29 +01:00
Frederik Rietdijk f412c87390 Merge pull request #21076 from schneefux/pkg.discordpy
pythonPackages.discordpy: init at 0.15.1
2016-12-14 22:05:44 +01:00
schneefux 0f97f71525
pythonPackages.discordpy: init at 0.15.1 2016-12-14 19:13:52 +01:00
schneefux 64d0c0ec1e
pythonPackages.websockets: init at 3.2 2016-12-14 19:10:14 +01:00
Tristan Helmich ee4b59c521 acme_0_5_0: remove as it is no longer required 2016-12-12 16:26:35 +01:00
Frederik Rietdijk a4bbf4cad5 pythonPackages.scikitlearn: 0.18 -> 0.18.1 2016-12-11 20:21:42 +01:00
Frederik Rietdijk d9f494abbc pythonPackages.aiohttp: 0.21.5 -> 1.1.6 2016-12-11 20:07:24 +01:00
Frederik Rietdijk c4104539e0 pythonPackages.async_timeout: init at 1.1.0 2016-12-11 20:07:24 +01:00
Frederik Rietdijk 826649ddf4 pythonPackages.multidict: init at 2.1.4 2016-12-11 20:07:24 +01:00
Frederik Rietdijk 7a538938a0 pythonPackages.yarl: init at 0.8.1 2016-12-11 20:07:24 +01:00
Linus Heckemann d568cb971b google-apputils: enable for py3k (#21079)
No apparent reason for it being disabled per #21061. I guess we'll find
out if there was a reason.
2016-12-11 19:30:17 +01:00
montag451 484e5f5152 pytun: init at 2.2.1 2016-12-11 16:58:13 +01:00
Jaka Hudoklin f70e385fb6 pythonPackages.docker-compose: add bash completions 2016-12-11 15:14:42 +01:00
Frederik Rietdijk 9a7e6e9a0b Merge pull request #20945 from bzizou/pamela
pythonPackages.pamela: init at 0.3.0
2016-12-09 22:45:09 +01:00
Domen Kožar 00b3d6957a pythonPackages.chameleon: 2.15 -> 2.25 2016-12-07 13:30:20 +01:00
Christoph Hrdinka 797a784d6f python-mapnik: add cairo to buildInputs 2016-12-07 13:16:11 +01:00
Bruno Bzeznik cffea60631 pythonPackages.pamela: init at 0.3.0 2016-12-06 17:28:07 +01:00
Bruno Bzeznik fc9e65c558 pythonPackages.escapism: init at 0.0.1 2016-12-06 14:41:56 +01:00
Tom Hunger 6bfffa9932 digital-ocean: Init at 1.10.1 2016-12-06 11:17:27 +00:00
Shea Levy 67e1c1b4a7 Add pythonPackages.wp_export_parser 2016-12-05 19:32:56 -05:00
Franz Pletz 601b47ab94
pythonPackages.graphiteWeb: fix dependencies
Fixes #20885.
2016-12-06 00:12:26 +01:00
Franz Pletz ee2d5e44c2
pythonPackages.django_1_6: 1.6.11 -> 1.6.11.5
Switch to the reviewboard fork of Django 1.6 because it's not maintained
upstream anymore.

See https://www.reviewboard.org/news/2016/11/01/new-django-1-6-11-5-security-releases/.
2016-12-06 00:12:26 +01:00
Frederik Rietdijk 7d44426ccd pythonPackages.zope_schema: disable tests
See https://github.com/NixOS/nixpkgs/issues/20791
2016-12-05 12:06:00 +01:00
Frederik Rietdijk df70ef17a3 Merge pull request #20914 from lsix/update_django
Update django
2016-12-05 12:02:45 +01:00
Frederik Rietdijk 7f561ef302 pythonPackages.cffi: 1.7.0 -> 1.9.1 2016-12-05 11:59:45 +01:00
Lancelot SIX a56e180629
pythonPackages.django_1_8: 1.8.16 -> 1.8.17
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.8.17/
2016-12-05 11:15:10 +01:00
Lancelot SIX feae2732b1
pythonPackages.django_1_9: 1.9.11 -> 1.9.12
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.9.12/
2016-12-05 11:14:53 +01:00
Lancelot SIX 8ba68644c6
pythonPackages.django_1_10: 1.10.3 -> 1.10.4
This is a bugfix release.
See https://docs.djangoproject.com/en/1.10/releases/1.10.4/
2016-12-05 11:14:29 +01:00
Frederik Rietdijk 74d0f57269 Revert "entrypoints example"
This reverts commit d228d52870.

THe example was not supposed to go in.
2016-12-05 10:31:53 +01:00
Frederik Rietdijk d228d52870 entrypoints example 2016-12-05 10:29:22 +01:00
Frederik Rietdijk 42bad32e13 buildPythonPackage: refactor 2016-12-05 10:29:22 +01:00
Frederik Rietdijk c6a7d8e10f pythonPackages.flit: init at 0.10 2016-12-05 09:56:09 +01:00
Frederik Rietdijk 03aacfaddd pythonPackages.request_download: init at 0.1.1 2016-12-05 09:56:09 +01:00
Frederik Rietdijk 44cc1d7193 pythonPackages.zipfile36: init at 0.1.3 2016-12-05 09:56:09 +01:00
Frederik Rietdijk 8dadb44196 pythonPackages: use fixed-point combinator
Use a fixed-point combinator for the Python package set to allow easier overriding of its contents.
Earlier implementations were proposed in #16784 and #17428. This commit is by comparison much smaller
and changes only what is needed.
2016-12-05 09:39:45 +01:00
Robert Helgesson 64291e4fa2
pythonPackages.slob: 2016-03-04 -> 2016-11-03 2016-12-04 09:12:03 +01:00
Frederik Rietdijk 4162623460 pythonPackages.cython: 0.24.1 -> 0.25.1 2016-12-03 16:09:37 +01:00
aszlig 6343fef546
python/pillow: Only disable failing tests
There's no reason to disable ALL tests just because only one particular
test module is failing.

Tested on i686-linux and x86_64-linux against these Python versions:

  Python 2.6: The interpreter itself doesn't build
  Python 2.7: Successful for both architectures
  Python 3.3: Successful for both architectures
  Python 3.4: Successful for both architectures
  Python 3.5: Successful for both architectures
  Python 3.6: One of the dependencies of pillow doesn't build (pytest)

Tests for PyPy still fail, which is why the doCheck attribute is only
set to false if we're building for PyPy.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @desiderius, @goibhniu, @prikhi
2016-12-03 03:33:27 +01:00
Frederik Rietdijk da3d8d077d pythonPackages.django_guardian: add missing pytest 2016-12-02 10:35:17 +01:00
Joachim Fasting 4e2e2039c2
pythonPackages.acoustic: fix meta.license
There is no licenses.bsd; the upstream license looks like 3-clause BSD.
2016-12-02 03:26:52 +01:00
Frederik Rietdijk 7d2bc0c2d2 pythonPackages.numtraits: needs six 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 2dba67fbb7 pythonPackages.webassets: disable tests
Test invocation was broken. Now that is fixed, but getting the tests to
pass requires more work.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk 8b5544bea2 pythonPackages.pynzb: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 13017d8ba6 pythonPackages.rpkg: use local rpm and koji 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 19ca20c91f pythonPackages.rpm: rpm for specific python version
rpm provides a Python module that is used by certain packages. We need
to override pkgs.rpm to get a correct version.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk 74276caf19 koji -> pythonPackages.koji
koji is both a library and an application. It is used in Nixpkgs
primarily as a library and therefore I move it.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk be020a2582 pythonPackages: do not propagate pytest
pytest plugins should not propagate pytest. Instead, packages depending
on pytest and plugins, should explicitly depend on both the plugin(s)
and pytest. This change will more easily allow packages to depend on
another version of pytest when needed.
2016-12-01 21:07:33 +01:00
Frederik Rietdijk a8379a1906 pythonPackages.pytestcache: disable tests 2016-12-01 21:07:33 +01:00
Frederik Rietdijk d3f3ad3b26 pythonPackages.pyjwt: does not need pytest 2.7 2016-12-01 21:07:33 +01:00
Frederik Rietdijk 49a313c395 pythonpackages.lti: rename to PyLTI and remove overriding
- rename to PyLTI to follow upstream
- remove overriding because it is not necessary; newer mock can be used,
and modules python packages should be fixed to not propagate pytest (see
separate commit).

cc maintainer @layus
2016-12-01 21:07:33 +01:00
Jascha Geerds d69a25dfde pythonPackages.docker: Add myself as a maintainer 2016-12-01 20:42:27 +01:00
Jascha Geerds bfc2721ebf pythonPackages.docker: Fix build for python3 2016-12-01 20:41:14 +01:00
Frederik Rietdijk 9e4538112a pythonPackages.acoustics: init at 0.1.2 2016-12-01 17:51:39 +01:00
Nikolay Amiantov 58d2d460d0 pythonPackages.pyrsistent: propagate six 2016-12-01 17:31:04 +03:00
Frederik Rietdijk d22432880b pythonPackages.oauthlib: 0.7.2 -> 2.0.0 2016-12-01 09:37:12 +01:00
Frederik Rietdijk e39584c67d pythonPackages.pyjwt: 1.4.0 -> 1.4.2 2016-12-01 09:37:11 +01:00
Lancelot SIX de4dba37a1
pythonPackages.pytest_30: 3.0.3 -> 3.0.4 2016-11-30 13:11:36 +01:00
Frederik Rietdijk c517718ffc Merge pull request #20152 from igsha/fix-mezzanine
pythonPackages.mezzanine: fixes #19989
2016-11-30 10:43:34 +01:00
Frederik Rietdijk 07dcc4f43a pythonPackages.Theano: move and rename variants
We have two derivations, one that supports Cuda, and one that does not.
The names, TheanoWithCuda and TheanoWithoutCuda, now reflect that.
Furthermore, a boolean passthru.cudaSupport was added.

In the future the two derivations should be merged in one, with a
parameter `cudaSupport`.
2016-11-30 10:04:54 +01:00
Tuomas Tynkkynen 8a4d6516ee Merge remote-tracking branch 'upstream/staging' into master 2016-11-30 00:34:23 +02:00
Frederik Rietdijk 868bd67aa9 pythonPackages.jupyter_console: disable tests 2016-11-27 09:37:41 +01:00
Frederik Rietdijk f7ad0223ce pythonPackages.ipywidgets: fix tests 2016-11-27 09:37:41 +01:00
Eric Sagnes d0e8117ccb rainbowstream: 1.3.5 -> 1.3.6 2016-11-27 11:37:20 +09:00
Vladimír Čunát 925b335607
Merge branch 'master' into staging 2016-11-26 11:27:09 +01:00
Rok Garbas b09435ea51 pythonPackages.magic-wormhole: enable tests 2016-11-26 04:55:28 +01:00
Frederik Rietdijk 4f51481bb2 pythonPackages.pynacl: fix tests 2016-11-25 09:13:01 +01:00
Frederik Rietdijk 18637d877a magic-wormhole: move to python-packages
since it is actually a library.
2016-11-25 09:13:01 +01:00
Frederik Rietdijk 51645f8f47 Merge pull request #20675 from carlsverre/update/mopidy-gmusic
mopidy-gmusic: 1.0.0 -> 2.0.0
2016-11-25 08:59:56 +01:00
Carl Sverre 5d62f80bb7 gmusicapi: 7.0.0 -> 10.1.0 2016-11-24 14:41:43 -08:00
Carl Sverre 8602f82169 gpsoauth: 0.0.4 -> 0.2.0 2016-11-24 14:41:09 -08:00
Carl Sverre 555928c228 mutagen: 1.32 -> 1.34 2016-11-24 14:40:09 -08:00
Carl Sverre 99e6b63199 pycryptodome: init at 3.4.3 2016-11-24 14:38:46 -08:00
Frederik Rietdijk cd7e72a597 zeitgeist: python bindings at pythonPackages.zeitgeist 2016-11-24 22:28:04 +01:00
Frederik Rietdijk 6449435b04 libplist: use python2, multiple outputs, fix bindings 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 869cf8a56b python35Packages.netaddr: disable tests instead of building 2016-11-24 22:28:03 +01:00
Frederik Rietdijk 5114fa8e89 bitbucket-cli: use python2 2016-11-24 22:28:03 +01:00
Frederik Rietdijk fb231dd4f6 pythonPackages.bitbucket-cli: 0.4.1 -> 0.5.1 2016-11-24 22:28:03 +01:00
Rok Garbas cfa7ffa50b pythonPackages.afew: 2016-01-04 -> 2016-02-29 2016-11-24 09:17:08 +01:00
Rok Garbas b3608c378c pythonPackages.alot: disable alot on python3 ...
... since upstream is only testing it on python2 and 0.3.7 release is
currently broken on python3
2016-11-24 09:17:08 +01:00
Nikolay Amiantov 181701513e pythonPackages.webassets: 0.11.1 -> 0.12.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov 42dd31fe31 pythonPackages.flask_login: 0.2.2 -> 0.4.0 2016-11-24 01:18:00 +03:00
Nikolay Amiantov c47406dade pythonPackages.flask_assets: 0.11 -> 0.12 2016-11-24 01:18:00 +03:00
Nikolay Amiantov 4337d43969 pythonPackages.regex: 2016.01.10 -> 2016.11.18 2016-11-24 01:18:00 +03:00
Nikolay Amiantov 3d29ffe3e6 pythonPackages.python-axolotl: 0.1.7 -> 0.1.35 2016-11-24 01:17:59 +03:00
Nikolay Amiantov be95ceaff2 treewide: quote URLs in my packages 2016-11-24 01:17:52 +03:00
Lancelot SIX 00cecf6a84 Merge pull request #20195 from cko/remove_django_1_5
django_1_5: remove
2016-11-23 21:38:10 +01:00
Lorenzo Manacorda f00f4b59b0 magic-wormhole: init at 0.8.1 2016-11-22 20:26:37 +01:00
Lorenzo Manacorda dc4161a2a9 glances: fix license 2016-11-21 20:08:25 +01:00
Alexey Shmalko 4058735122
flask: 0.10.1 -> 0.11.1 2016-11-21 00:17:21 +02:00
Edward Tjörnhammar ba9e16a7cc
acd-cli: pull out of pythonPackages and update to 3.0.2 2016-11-20 17:06:17 +01:00
Vladimír Čunát b69f568f4c
Merge branch 'staging'
Hydra rebuild looks fine; only a few Darwin jobs is queued:
http://hydra.nixos.org/eval/1304891?compare=1304807
2016-11-19 04:35:51 +01:00
Tim Steinbach 74dee9fc39 Merge pull request #20358 from f--t/fix/powerline-update-2.4
powerline: 2.1.4 -> 2.4
2016-11-17 22:21:57 -05:00
Vladimír Čunát 5af7b82336
Merge branch 'master' into staging
To incorporate some larger security rebuilds (jasper).
2016-11-17 11:14:05 +01:00
Robert Helgesson 4b6770d0c0
pythonPackages.PyICU: 1.9.3 -> 1.9.5 2016-11-17 00:06:41 +01:00
Frederik Rietdijk 9524aedfc8 Merge pull request #20472 from Mic92/qrcode
pythonPackages.qrcode: fix dependencies and tests
2016-11-16 21:59:41 +01:00
Frederik Rietdijk 16e511fe2d pythonPackages.traitlets: fix tests 2016-11-16 19:32:20 +01:00
Jörg Thalheim 3378638e4b Merge pull request #20468 from lsix/update_poezio_1_10
poezio: 0.9 -> 0.10
2016-11-16 17:21:43 +01:00
Jörg Thalheim 2b31fecfd8
pythonPackages.qrcode: fix dependencies
this also fix tests for python3
2016-11-16 17:11:26 +01:00
Jörg Thalheim ac8b3165b6
pythonPackages.pymaging_png: init at 2016-11-16 2016-11-16 17:11:17 +01:00
Jörg Thalheim 3d2e46e7ad
pythonPackages.pymaging: init at 2016-11-16 2016-11-16 17:10:07 +01:00
Jörg Thalheim 178bd65e0f Merge pull request #20470 from Mic92/qrcode
pythonPackages.qrcode: 5.1 -> 5.3
2016-11-16 16:34:15 +01:00
Jörg Thalheim e237791fd4
pythonPackages.qrcode: 5.1 -> 5.3
works with python3 now
2016-11-16 16:32:36 +01:00
Frederik Rietdijk efaf3358db pythonPackages.traitlets: 4.2.2 -> 4.3.1 2016-11-16 16:16:54 +01:00
Frederik Rietdijk 2a3d552c55 pythonPackages.ipykernel: 4.5.0 -> 4.5.1 2016-11-16 16:16:54 +01:00
Lancelot SIX f7558d07df
poezio: 0.9 -> 0.10 2016-11-16 15:01:43 +01:00
Lancelot SIX a45315500e
pythonPackages.slixmpp: 1.1 -> 1.2.1 2016-11-16 15:01:30 +01:00
Frederik Rietdijk 77cdbb9e3a pythonPackages.cryptography: 1.5.1 -> 1.5.3 2016-11-16 14:19:54 +01:00
Frederik Rietdijk fb62bc90a1 pythonPackages.numexpr: 2.5.2 -> 2.6.1 2016-11-16 10:48:28 +01:00
Vladimír Čunát b5e89fe9bf
Merge branch 'master' into staging 2016-11-15 00:20:19 +01:00
Frederik Rietdijk 27a6d61881 pythonPackages.pip: 8.1.2 -> 9.0.1 2016-11-15 00:05:56 +01:00
Christine Koppelt c0d349fb20 django_1_5: remove 2016-11-14 22:52:41 +01:00
Christine Koppelt 1aaa576549 django_1_5: update depending packages 2016-11-14 22:39:47 +01:00
Adam Beckmeyer e2c4c64668 Python: pint: init at 0.7.2 2016-11-14 16:28:09 -05:00
Kovacsics Robert (NixOS) 5a0665846e plover: move out of python-packages.nix 2016-11-14 20:36:59 +00:00
Frederik Rietdijk 245adb4052 Merge pull request #20337 from KoviRobi/python-plover-update
python-plover: 3.0.0 -> 3.1.0
2016-11-14 21:29:25 +01:00
Frederik Rietdijk e23724dc96 pythonPackages.reikna: init at 0.6.7 2016-11-14 12:31:05 +01:00
Frederik Rietdijk 5cfcbd89e9 pythonPackages.pytools: fix tests 2016-11-14 12:31:05 +01:00
Frederik Rietdijk 6435a85c3f pythonPackages.numba: 0.27.0 -> 0.29.0
and move expression in a separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk dc1b2ed11f pythonPackages.llvmlite: 0.13.0 -> 0.14.0
and move expression in separate file.
2016-11-14 12:31:05 +01:00
Frederik Rietdijk 450edd4b72 python-packages.nix: make pythonAtLeast and pythonOlder available 2016-11-14 12:31:05 +01:00
Frederik Rietdijk 6c7d501a7b pythonPackages.pyopencl: init at 2016.2 2016-11-14 12:31:05 +01:00
Frederik Rietdijk dbee363591 pythonPackages.boost: version of boost for specific interpreter
Several Python packages require boost. pkgs.boost is built with Python
2.7 and therefore libboost_python.so was compatible only with 2.7.
2016-11-14 12:31:05 +01:00
Lancelot SIX 2f48d75b8d
pythonPackages.asgi_redis: 0.14.1 -> 1.0.0 2016-11-14 09:48:23 +01:00
Lancelot SIX 710ae1b5b3
pythonPackages.asgi_ipc: 1.1.0 -> 1.2.0 2016-11-14 09:48:01 +01:00
Lancelot SIX 2ef41c34f8
pythonPackages.asgiref: 0.14.0 -> 1.0.0 2016-11-14 09:47:31 +01:00
Tobias Geerinckx-Rice 4fd9a60874
pythonPackages.prompt_toolkit: 1.0.3 -> 1.0.9 2016-11-14 01:45:48 +01:00
Corbin 62f9196e35 pythonPackages.stripe: init at 1.41.1 2016-11-12 11:52:04 -08:00
ft 22e129060d powerline: 2.1.4 -> 2.4 2016-11-12 01:52:43 -08:00
Tim Steinbach 3a6f99765c Merge pull request #20219 from oxij/pkgs/python/add-a-bunch
pythonPackages: add a bunch
2016-11-11 15:06:25 -05:00
Kovacsics Robert (NixOS) 4402a3c599 python-plover: 3.0.0 -> 3.1.0 2016-11-11 08:27:37 +00:00
Igor Sharonov 63d45ecd65 pythonPackages.mezzanine: mark as broken, fixes #19989 2016-11-10 22:01:42 +03:00
Martijn Vermaat a2a0fa6657 python27Packages.consul: Disable tests to unbreak 2016-11-10 14:00:40 -04:00
Antoine Eiche 3d768171e0 pythonPackages.tensorflow: update sha256 2016-11-10 08:52:01 +01:00
Matthias Beyer 4809263cb1 pythonPackages.sqlmap: 1.0.9.post5 -> 1.0.11 2016-11-09 18:55:34 +01:00
Frederik Rietdijk 20d16f86cc pythonPackages.pillow: 3.3.1 -> 3.4.2
Solves vulnerabilities mentioned in
https://github.com/NixOS/nixpkgs/issues/20274
2016-11-09 16:23:29 +01:00
Jascha Geerds 8d36794046 pythonPackages.docker: 1.9.0 -> 1.10.6 2016-11-09 15:39:37 +01:00
Jascha Geerds 27e2cd286e pythonPackages.docker_pycreds: init at 0.2.1 2016-11-09 15:39:35 +01:00
Tobias Geerinckx-Rice 220bdd33c7
pythonPackages.pgcli: 1.1.0 -> 1.3.1 2016-11-09 03:26:48 +01:00
Tobias Geerinckx-Rice 3e2ba413c0
pythonPackages.sqlparse: 0.1.19 -> 0.2.2 2016-11-09 03:26:06 +01:00
Tobias Geerinckx-Rice 44774e1da2
pythonPackages.pgspecial: 1.5.0 -> 1.6.0 2016-11-09 03:25:53 +01:00
Eelco Dolstra a2b018f55a pythonPackages.hypothesis: Disable tests
A random failure was preventing simp_le from reaching the channel.

http://hydra.nixos.org/build/43253102
2016-11-08 17:22:11 +01:00
Frederik Rietdijk 6b70ac81bb libxml2: supportPython -> pythonSupport
since that is more commonly used in Nixpkgs.
2016-11-08 17:10:05 +01:00
Frederik Rietdijk d2111660c5 libxml2: add a pythonPackages.libxml2 alias for the bindings 2016-11-08 17:10:04 +01:00
Frederik Rietdijk be31980848 libxslt: build python bindings
and add a pythonPackages.libxslt alias.
2016-11-08 17:10:04 +01:00
Jan Malakhovski 79fb5d45a4 pythonPackages: plyvel: init at 0.9 2016-11-08 12:09:10 +00:00
Jan Malakhovski 08a5c36348 pythonPackages: send2trash: init at 1.3.0 2016-11-08 12:09:09 +00:00
Jan Malakhovski e5044310a1 pythonPackages: hsaudiotag3k: init at 1.1.3 2016-11-08 12:09:07 +00:00
Jan Malakhovski e13ffad383 pythonPackages: hsaudiotag: init at 1.1.1 2016-11-08 12:09:06 +00:00
Frederik Rietdijk a42d51289a Merge pull request #20249 from peterhoeg/u/gitup
git-up: 1.4.1 -> 1.4.2
2016-11-08 09:23:55 +01:00
Peter Hoeg a0e8cbb499 git-up: 1.4.1 -> 1.4.2 2016-11-08 14:56:50 +08:00
Ji-Haeng Huh 633387c0e8 tensorflow support for Darwin
tensorflow 0.10.0 : Because of an upstream bug in tensorflow, only tensorflow > 0.10.0 is functional in Darwin system. Required python packages (mock 2.0.0 and funcsigs 1.0.2) are added

Removing mock2_0_0 and funcsigs since now upstream supports them
2016-11-08 01:56:05 +01:00
Michaël Faille a2149d61ab
yamllint: init 0.5.2
yamllint: add myself as maintainer
2016-11-07 09:06:31 -05:00
Luis Pedro Coelho c92a549f6c pythonPackages.jug: 1.2.2 -> 1.3.0
Update jug to newest release.
2016-11-07 08:38:20 +01:00
Franz Pletz 80c6f9cb78
pythonPackages: fix indentation, remove tabs 2016-11-06 12:03:38 +01:00
Frederik Rietdijk 369ef8d977 Merge pull request #20104 from teh/distributed-update
Distributed update
2016-11-05 19:53:27 +01:00
Vincent Laporte 250f3feec2 python-lxml: fix build on darwin
by disabling format hardening
2016-11-05 10:04:46 +01:00
Jascha Geerds 73fff28e02 Merge pull request #20163 from elasticdog/ansible2
pythonPackages.ansible2: 2.1.2.0 -> 2.2.0.0
2016-11-05 00:58:55 +01:00
Frederik Rietdijk 92ee96e20e pythonPackages.pandas: 0.19.0 -> 0.19.1 2016-11-04 18:52:02 +01:00
Aaron Bull Schaefer 0ddba5a99e pythonPackages.ansible2: 2.1.2.0 -> 2.2.0.0 2016-11-04 09:15:58 -07:00