Commit Graph

4365 Commits

Author SHA1 Message Date
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