Commit graph

99223 commits

Author SHA1 Message Date
Frederik Rietdijk 665d393919 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-25 19:39:41 +02:00
Frederik Rietdijk 656e14f64f Merge remote-tracking branch 'upstream/python-wip' into HEAD 2017-08-25 19:37:57 +02:00
Frederik Rietdijk 7726a1ec25 python.pkgs.sphinxcontrib-websupport: init at 1.0.1 2017-08-25 19:36:20 +02:00
Frederik Rietdijk 2923300a5f python.pkgs.sqlalchemy: use pytest_30 and don't use pytest_xdist 2017-08-25 19:36:20 +02:00
Frederik Rietdijk 78c7b40062 python.pkgs.flask-pymong: 0.3.1 -> 0.5.1 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 0081ba712d python.pkgs.cgroup-utils: fix build 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 34021f595d python.pkgs.pytest-catchlog: disable tests
because pytest_30 is required but we don't override the package set
inside the package set.
2017-08-25 19:36:19 +02:00
Frederik Rietdijk 10df572a03 python.pkgs.pytest: use fetchPypi 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 61da59858c buku: python3 as parameter instead of python 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 5c46301744 python.pkgs.pytest_30: keep this version 2017-08-25 19:36:19 +02:00
Frederik Rietdijk 63b66bf960 python.pkgs.WSGIProxy: disable python3 2017-08-25 19:36:18 +02:00
Frederik Rietdijk 997043c137 bepasty: move out of python-packages
because its a (web) application and thus doesn't belong there.
2017-08-25 19:36:18 +02:00
Frederik Rietdijk e0a23575d2 python.pkgs.pyzmq: fix broken test
which I think will be solved in 17.0.0 which should be released within
weeks.
2017-08-25 19:36:18 +02:00
Frederik Rietdijk da00601306 pytest fixup 2017-08-25 19:36:18 +02:00
Frederik Rietdijk 673e0520c6 python.pkgs.click: disable tests
because of broken tests
2017-08-25 19:36:18 +02:00
Frederik Rietdijk 7a6b150f94 python.pkgs.sqlmap: 1.0.11 -> 1.1.18 2017-08-25 19:36:17 +02:00
Frederik Rietdijk f6eb190e70 python.pkgs.pyrtlsdr: disable tests to fix build 2017-08-25 19:36:17 +02:00
Frederik Rietdijk b101bdddac python.pkgs.jsonpatch: 1.11 -> 1.16 2017-08-25 19:36:17 +02:00
Frederik Rietdijk 3efa08baea python.pkgs.semver: disable tests to fix build 2017-08-25 19:36:17 +02:00
Frederik Rietdijk d019bb0123 python.pkgs.robomachine: fix build 2017-08-25 19:36:17 +02:00
Frederik Rietdijk 492390cfad python.pkgs.relatorio: fix build 2017-08-25 19:36:17 +02:00
Frederik Rietdijk 7e6be0968b python.pkgs.raven: fix build 2017-08-25 19:36:16 +02:00
Frederik Rietdijk fec771fbb4 python.pkgs.pyx: disable tests to fix build 2017-08-25 19:36:16 +02:00
Frederik Rietdijk b1c1892e2d python.pkgs.odfpy: 0.9.6 -> 1.3.5 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 1e4029fa0a python.pkgs.python-editor: fix by disabling tests 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 84adeffc6d mypy: 0.511 -> 0.521 2017-08-25 19:36:16 +02:00
Frederik Rietdijk 19183d17ed mitmproxy: use older tornado
because python.pkgs.tornado is not < 4.5 anymore.
2017-08-25 19:36:16 +02:00
Frederik Rietdijk e7b5917af1 python.pkgs.fetchPypi: makeOverridable
to make it easier to override packages to use a newer version.
2017-08-25 19:36:15 +02:00
Frederik Rietdijk f30d3635f5 python.pkgs.pytest-forked: init at 0.2 2017-08-25 19:36:15 +02:00
Frederik Rietdijk 2930c65557 python.pkgs.setuptools_scm_18: remove
because we do not keep multiple versions and it is not used anywhere.
2017-08-25 19:36:15 +02:00
Frederik Rietdijk da32df875b python.pkgs.pytest-django: fix hash patch 2017-08-25 19:36:15 +02:00
Lancelot SIX 84c6e6b4d7 pythonPackages.setuptools_scm: 1.15.0 -> 1.15.6 2017-08-25 19:36:15 +02:00
Lancelot SIX d2b5850ad0 pythonPackages.py: 1.4.31 -> 1.4.34 2017-08-25 19:36:15 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
aszlig 58c0d63100
twister: Fix build against GCC 6.x
This applies upstream commit miguelfreitas/twister-core@dd4f5a1769.

Tested only by building and executing "twisterd --help", but no serious
testing done otherwise.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 18:32:02 +02:00
aszlig c905b7895c
twister: 0.9.30 -> 0.9.34
From the upstream changelog:

Version 0.9.34:

 * quick fix to "Assertion mapInfo.count" failed, don't mess with these
   addrman structures!

Version 0.9.33:

 * fix serious connectivity problem: not trying to connect to >=0.9.30
   peers with random ports.

Version 0.9.31:

 * backport from upstream (arvidn/libtorrent@677e642):
   fixed uTP vulnerability from

The fixes in 0.9.31 are a bit more serious and it actually contains two
fixes from what I've been able to dig through:

 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-5685
 * https://www.us-cert.gov/ncas/alerts/TA14-017A

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 18:31:44 +02:00
Frederik Rietdijk 5374a6cb5a Merge pull request #28568 from fadenb/graylog_2.3.1
graylog: 2.3.0 -> 2.3.1
2017-08-25 18:04:33 +02:00
Frederik Rietdijk 4c103bc6f1 Merge pull request #28505 from cse-bristol/python-linode-api
python linode-api: 4.1.1b2 -> 4.1.2b0
2017-08-25 18:03:58 +02:00
Tristan Helmich 3933c4e943 graylog: 2.3.0 -> 2.3.1 2017-08-25 17:37:06 +02:00
John Ericson 2e7a390212 Merge pull request #28057 from obsidiansystems/stdenv-set-u
stdenv-setup: use `set -u`
2017-08-25 11:19:58 -04:00
Joachim F d4779c4d8b Merge pull request #28483 from Gerschtli/update/libcouchbase
libcouchbase: 2.7.2 -> 2.7.6
2017-08-25 14:19:32 +00:00
Lluís Batlle i Rossell 55821dc576 git-lfs: adding old 1.5.6 (supports old server protocols)
Some git-lfs servers may not be ready for 2.x clients.
2017-08-25 14:59:49 +02:00
Peter Simons 30c15c9149 Fix a bunch of ghc-8.2.x Haskell builds. 2017-08-25 14:42:04 +02:00
Jörg Thalheim d42deacc00 Merge pull request #28487 from ilpianista/qoauth
qoauth: 1.0.1 -> 2.0.0
2017-08-25 13:20:07 +01:00
Jörg Thalheim 6ec7c5cff2 Merge pull request #28488 from alunduil/add-alunduil-maintainer
add alunduil as collection-json maintainer
2017-08-25 13:16:06 +01:00
aszlig a5386213ad
monkeys-audio: Fix build against GCC 6.x
Regression introduced by 1ded0cb24c.

The package defines macros for min() and max(), but those macros are
undefined by the inclusion of stdlib.h since GCC 6.x, so we need to
change tho order of inclusions to include stdlib.h *before* NoWindows.h.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 14:05:12 +02:00
Jörg Thalheim 13ab95f7be Merge pull request #28538 from olejorgenb/python-matrix-client
Add matrix-python-sdk (pypi: matrix-client)
2017-08-25 12:53:06 +01:00
Jörg Thalheim b854e83183 pythonPackages.matrix-client: don't pass pythonPackages 2017-08-25 12:50:41 +01:00
Jörg Thalheim 7ea05ea542 jetbrains.webstorm: 2017.1.4 -> 2017.2.2
fixes #28560
2017-08-25 11:31:34 +01:00
Jörg Thalheim ed023e0374 jetbrains.idea-ultimate: 2017.2.1 -> 2017.2.2 2017-08-25 11:08:18 +01:00