Commit Graph

4530 Commits

Author SHA1 Message Date
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 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
Frederik Rietdijk bb082c5ca6 pythonPackages.git-webhook: init at 2016-03-11 2016-11-04 12:39:23 +01:00
Tom Hunger 54976c5c1b distributed: 1.10.0 -> 1.13.3 2016-11-04 10:41:35 +00:00
Tom Hunger 45d7aa6c32 zict: init at 0.0.3 2016-11-04 10:41:35 +00:00
Tom Hunger 2e3b9a063a heapdict: init at 1.0.0 2016-11-04 10:41:34 +00:00
Frederik Rietdijk 478b777674 Merge pull request #20148 from igsha/bitbucket_api
pythonPackages.bitbucket_api: fixes #19988
2016-11-04 10:00:27 +01:00
Igor Sharonov a43f24cb4f pythonPackages.requests_oauth2: refactors dependencies 2016-11-04 11:55:47 +03:00
Igor Sharonov 83c1e8a020 pythonPackages.bitbucket_api: fixes #19988 2016-11-04 11:54:03 +03:00
Antoine Eiche 8bf8a631b2 pythonPackages.datrie: init at 0.7.1 2016-11-03 20:36:10 +01:00
Nikolay Amiantov 0a876d71cb pythonPackages.jaraco_functools: 1.11 -> 1.15.1 2016-11-03 17:30:36 +03:00
Nikolay Amiantov 662c5095a8 pythonPackages.moreItertools: merge with more-itertools 2016-11-03 17:10:58 +03:00
Franz Pletz b806e14a3c
pythonPackages.django_1_8: 1.8.15 -> 1.8.16
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:54 +01:00
Franz Pletz 58ad105cd4
pythonPackages.django_1_9: 1.9.10 -> 1.9.11
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Franz Pletz 6ad14d4256
pythonPackages.django_1_10: 1.10.2 -> 1.10.3
Fixes CVE-2016-9013, CVE-2016-9014.

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
2016-11-02 14:23:53 +01:00
Frederik Rietdijk 1558b09a32 Merge pull request #20019 from lsix/19989-fix-mezzanine-for-python3
python33Packages.mezzanine Fix
2016-11-02 13:44:52 +01:00
Domen Kožar ec2ca34933 Merge pull request #20022 from teh/altair
Altair
2016-11-01 22:15:51 +01:00
Domen Kožar d6247cf560 Merge pull request #20067 from teh/updates-1
Updates 1
2016-11-01 22:14:19 +01:00
Tom Hunger a1b80797c4 partd: 0.3.3 -> 0.3.6 2016-11-01 17:40:07 +00:00
Dan Peebles 3f61621354 pythonPackages.cached-property: works on Darwin 2016-11-01 10:13:33 -04:00
Tom Hunger bca7914a44 altair: init at 1.0.0 2016-10-31 17:01:11 +00:00
Tom Hunger 5142165d80 vega: init at 0.4.4 2016-10-31 17:01:10 +00:00
Lancelot SIX 8617a068b8 pythonPackages.mezzanine: Fix template project
This makes sure that the template project can be used and updated.
Otherzise files copied from the store stay readonly and cannot be
updated during the generation process.
2016-10-31 16:38:45 +01:00
Lancelot SIX 0f7decd012 pythonPackages.django_1_6: disable for python >= 3.4
django 1.6 does not support python>=3.4
2016-10-31 16:38:44 +01:00
Lancelot SIX 830a9bf4fb pythonPackages.filebrowser_safe: disable tests
The distribution do not seem to include tests, and fails when trying to
run them
2016-10-31 15:27:25 +01:00
Rok Garbas b65c443276
pythonPackage.tweepy: disabling tests
tests require access to twitter.com api, fixes #19987
2016-10-30 14:56:59 +01:00
Jude Taylor cff04e5503 pythonPackages: add pip2nix 2016-10-29 13:54:12 -07:00
Rok Garbas a432815fc4 pythonPackages.neovim_gui: 0.1.2 -> 0.1.3
also pythonPackages.neovim update: 0.1.9 -> 0.1.10
2016-10-29 22:35:50 +02:00
Frederik Rietdijk ac75b9b263 Merge pull request #19833 from 2chilled/master
pyload: init at stable
2016-10-29 19:14:08 +02:00
Matthias Herrmann 9431130f4b pycurl: add missing shared library 2016-10-29 18:46:21 +02:00
Matthias Herrmann a22c990e33 pyload: init at 0.4.9-next 2016-10-29 18:46:10 +02:00
ft 2ad39a5670 updated version and dependencies 2016-10-29 01:17:03 -07:00
Daniel Peebles ed9b30728f Merge pull request #19947 from zimbatm/awscli-1.11.10
Awscli 1.11.10
2016-10-28 22:30:50 -04:00
Frederik Rietdijk 9ab271a4be Merge pull request #19952 from igsha/patch
pythonPackages.patch: init at 1.16
2016-10-28 20:35:53 +02:00
Igor Sharonov 5d83aaee96 pythonPackages.patch: init at 1.16 2016-10-28 21:21:13 +03:00
Frederik Rietdijk cb2de9354f Merge pull request #19932 from igsha/passlib
pythonPackages.passlib: 1.6.2 -> 1.6.5
2016-10-28 12:49:07 +02:00
Igor Sharonov b846d5198e pythonPackages.passlib: 1.6.2 -> 1.6.5 2016-10-27 19:59:28 +03:00
Frederik Rietdijk 334d8705d5 Merge pull request #19928 from igsha/fasteners
pythonPackages.fasteners: 0.13.0 -> 0.14.1
2016-10-27 18:56:50 +02:00
zimbatm 8fbe389fab pythonPackages.boto3: 1.3.1 -> 1.4.1 2016-10-27 17:35:39 +01:00
zimbatm 3e648d1ec6 pythonPackages.awscli: 1.10.51 -> 1.11.10 2016-10-27 17:29:33 +01:00
Igor Sharonov 4383a45fa5 pythonPackages.fasteners: 0.13.0 -> 0.14.1 2016-10-27 19:03:56 +03:00
AbigailBuccaneer 6d4aa25e35 pythonPackages.markdown-macros: init at 0.1.2 2016-10-27 12:11:46 +01:00
makefu 63dc801899
devpi-client: 2.3.2 -> 2.7.0
devpi-common: 2.0.8 -> 3.0.1
2016-10-27 10:11:53 +02:00
Frederik Rietdijk 7077a270bf Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-26 13:06:43 +02:00
Michael Raskin f9f6d00995 pythonPackages.pynac: init at 0.2 2016-10-26 11:06:36 +02:00
Guillaume Koenig 43a91b2598 ansible: add dnspython dependency
This dependency is required to use the lookup plugging for performing
dns lookups.

http://docs.ansible.com/ansible/playbooks_lookups.html#the-dns-lookup-dig
2016-10-25 18:59:32 +02:00
Frederik Rietdijk fea23020fe Merge pull request #19585 from veprbl/distutils_fix
python: add C++ compiler support for distutils
2016-10-25 14:16:28 +02:00
Jascha Geerds 76b696d7db pythonPackages.ansible: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
2016-10-25 14:12:42 +02:00
Jascha Geerds 61548a0baa pythonPackages.ansible2: Add netaddr dependency
This commit adds support for ansible's "ipaddr" filter
2016-10-25 14:12:42 +02:00
Frederik Rietdijk cdd0a5beab pythonPackages.moviepy: init at 0.2.2.11 2016-10-25 13:55:43 +02:00
Frederik Rietdijk 513cadeefa pythonPackages.imageio: init at 1.6 2016-10-25 13:55:43 +02:00
Frederik Rietdijk 66103ac3e9 pythonPackages.blaze: 0.10.2 -> 0.11.0 2016-10-25 10:07:06 +02:00
Frederik Rietdijk 9d8734906c pythonPackages.bokeh: 0.12.1 -> 0.12.3 2016-10-25 09:59:43 +02:00
Frederik Rietdijk c95700f253 Merge pull request #19701 from teh/tensorflowcudnn
Tensorflowcudnn
2016-10-25 09:20:19 +02:00
Benno Fünfstück fcc353908c uWSGI: remove duplicate package
uWSGI is already packaged in servers/uwsgi
2016-10-23 22:15:50 +02:00
Joachim Fasting fda12d811a
pythonPackages.uWSGI: fix meta.license
cc @bennofs
2016-10-23 20:38:40 +02:00
Benno Fünfstück a9ca5f7a20 python: fix broken packages 2016-10-23 20:17:23 +02:00
Benno Fünfstück 7f13f746f3 python-uwsgi: init at 2.0.14 2016-10-23 20:17:23 +02:00
Joachim Fasting 80acc82f4a
pythonPackages.packaging: fix meta.license
See 8fc81acc8a

cc @bennofs
2016-10-23 20:11:38 +02:00
Benno Fünfstück 8fc81acc8a pwntools: init at 3.1.0 2016-10-23 15:04:53 +02:00
Frederik Rietdijk e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
Frederik Rietdijk 956abf3775 pythonPackages.sphinx_1_2: build on 3.5 2016-10-22 16:47:21 +02:00
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