Commit graph

2052 commits

Author SHA1 Message Date
WilliButz c122dadb51
pythonPackages.ConfigArgParse: 0.9.3 -> 0.12.0, refactor, move to python-modules
- fetch with `fetchPypi`
- add license, description and myself as maintainer
2017-11-17 15:36:52 +01:00
geistesk 6984b949cb pypcap: 1.1.6 -> 1.2.0 2017-11-16 09:22:11 +01:00
Frederik Rietdijk 1e64aa9518
Merge pull request #31703 from Mic92/rope
Rope / spyder update
2017-11-15 21:21:38 +01:00
Joerg Thalheim d1d4f91754 pythonPackages.qtpy: init at 1.3.1 2017-11-15 15:48:43 +00:00
Joerg Thalheim f6592cc96d pythonPackages.qtawesome: init at 0.4.4 2017-11-15 15:47:02 +00:00
Joerg Thalheim 3320d5f7a8 pythonPackages.rope: 0.10.2 -> 0.10.7 2017-11-15 15:27:26 +00:00
André-Patrick Bubel fb8ff9eaf8
pythonPackages.mpi4py: 2.0.0 -> 3.0.0
Tests run with sandboxing enabled again and we can remove some of the fixes as
they aren't necessary anymore.

PyPy and Python 3 are also supported.
2017-11-15 14:14:38 +01:00
Dan Haraj 6a70e7f7c8 pysc2: init at 1.2 2017-11-14 14:37:53 -05:00
Dan Haraj ced67b114a s2clientprotocol: init at 3.19.1.58600.0 2017-11-14 14:37:53 -05:00
Dan Haraj 2201774048 portpicker: init at 1.2.0 2017-11-14 14:37:53 -05:00
Dan Haraj 1327d09793 mpyq: init at 0.2.5 2017-11-14 14:37:53 -05:00
Dan Haraj 08508f5319 absl-py: init at 0.1.3 2017-11-14 14:37:53 -05:00
Orivej Desh 2d2f5e1c4d pip-tools: disable tests that depend on a specific version of "six"
They broke after "six: 1.10.0 -> 1.11.0" (5d21308f81).
2017-11-13 03:35:26 +00:00
Michael Weiss 46bcc0d498 pythonPackages.pyqt5: Add optional qtwebsockets support
This is e.g. required for gns3-gui 2.1.0. But it seems to break the
build for Python 2.7.
2017-11-12 19:56:45 +01:00
Frederik Rietdijk 74c92a341d
Merge pull request #31554 from xvapx/libnacl
pythonPackages.libnacl: 1.6.0 -> 1.6.1
2017-11-12 10:43:29 +01:00
Marti Serra 86ffe92e96 pythonPackages.libnacl: 1.6.0 -> 1.6.1 2017-11-12 09:49:14 +01:00
Frederik Rietdijk a1911a04b0
Merge pull request #31519 from Ma27/fix-yowsup
pythonPackages.yowsup: disable python2 build
2017-11-11 09:51:15 +01:00
Maximilian Bosch 14c13ed390
pythonPackages.yowsup: disable python2 build
I'm not exactly sure why, but it seems as the python2 build
of yowsup is breaking.
see https://github.com/tgalal/yowsup/issues/2325

It seems to be recommended to use python3 for building and disable
the usage of python2 which fixed the build.
2017-11-11 09:46:11 +01:00
Frederik Rietdijk ff4080e11f python.pkgs.folium: fix build 2017-11-11 09:22:25 +01:00
Frederik Rietdijk 2b2088ef32 python.pkgs.reportlab: 3.2.0 -> 3.4.0 2017-11-11 09:16:59 +01:00
Frederik Rietdijk e8be9f0437 python.pkgs.reportlab: move expression 2017-11-11 09:15:21 +01:00
Frederik Rietdijk 1806559d05 python.pkgs.ipython: add missing typing dependency 2017-11-11 08:57:09 +01:00
Pascal Wittmann 24e87b49b6
Change many homepage urls from http to https #30636 2017-11-10 22:13:46 +01:00
Orivej Desh fc22a0160e
Merge pull request #31488 from adisbladis/awscli
awscli: 1.11.162 -> 1.11.185
2017-11-10 20:52:27 +00:00
adisbladis ac3a328e07
pythonPackages.s3transfer: 0.1.10 -> 0.1.11 2017-11-11 02:35:41 +08:00
adisbladis 0286cc7220
pythonPackages.botocore: 1.7.20 -> 1.7.43 2017-11-11 02:35:40 +08:00
Jake Waksbaum 5e5ba33b5e
pythonPackages.nbconvert: fix failing tests on darwin 2017-11-10 11:49:56 -05:00
Lancelot SIX 3d8be08cf8
Merge pull request #31394 from xvapx/sybase
pythonPackages.sybase: move to python-modules
2017-11-09 15:34:16 +01:00
aszlig e13c6645b1
python/natsort: Skip some tests with Python 3.[56]
Since the update to Python 3.6.3 in f906d6d18e
some of the Hypothesis tests in natsort suddenly begin to fail with
errors like this one:

res = '\x00\x00', f = <built-in function strxfrm>

>   return partial(reduce, lambda res, f: f(res), functions)
E   ValueError: embedded null character

The tests didn't fail with Python 3.6.2, but they did fail with Python
3.5 already.

I didn't dig through what the exact problem was, but I'd guess that the
problem could lie in Hypothesis itself. Unfortunately updating to the
latest version of Hypothesis didn't turn out to be that easy as well,
because the newer versions have a circular dependency on pytest and a
few other libraries.

So I opted against updating Hypothesis for now and just mark the tests
as "expected to fail" on purpose so that whenever we someday have a
newer version of Hypothesis, the build for natsort will fail and we can
remove this patch again.

Tested against Python 2.7, 3.4, 3.5 and 3.6 and all of the builds now
succeed.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @jluttine, @FRidh
2017-11-09 06:54:53 +01:00
Thomas Tuegel 094d088135
Merge pull request #31357 from ttuegel/qt-5-tmp
Qt 5: revert 5.9.2; remove build temporary directory
2017-11-08 16:06:38 -06:00
Jörg Thalheim f1992a206f
Merge pull request #31389 from xvapx/meliae
pythonPakages.meliae fix version
2017-11-08 17:42:30 +00:00
Marti Serra e4c7cfc9eb pythonPackages.sybase: move to python-modules 2017-11-08 15:59:16 +01:00
Marti Serra f4562ba8c3 pythonPakages.meliae fix version 2017-11-08 10:20:14 +01:00
Samuel Leathers 3641da1ef1
Merge pull request #31114 from jraygauthier/jrg/python_selenium_update
selenium: 2.52.0 -> 3.6.0
2017-11-07 13:17:02 -05:00
Jörg Thalheim febf9e191e
Merge branch 'master' into python-trezor-fix-master 2017-11-07 18:06:28 +00:00
Joerg Thalheim 05f9a36612 python.pkgs.libagent: enable tests 2017-11-07 18:03:13 +00:00
Joerg Thalheim 8ad6b2e862 python.pkgs.keepkey: 0.7.3 -> 4.0.0 2017-11-07 17:59:24 +00:00
Vladimír Čunát 6ffafc78fb
Merge branch 'staging'
Main change: glibc: 2.25-x -> 2.26-y, containing security fixes,
and various features and deprecations.  Unfortunately, some of the
latter still cause (transitively) a couple hundred newly failing jobs.
I'm not delaying anymore, so that we have the security fix on master.
I mainly patched gcc, llvm and icu, but I can't fix everything...
2017-11-07 16:00:35 +01:00
Thomas Tuegel a8538307e5
Merge branch 'master' into qt-5-tmp 2017-11-07 07:33:47 -06:00
Thomas Tuegel 4ee379278f
pyqt5: no need to set --qmake in configure 2017-11-07 07:18:49 -06:00
Joerg Thalheim b71500ef5a python.pkgs.betamax-matchers: 0.3.0 -> 0.4.0 2017-11-07 13:17:45 +00:00
Joerg Thalheim 5413be5645 python.pkgs.betamax-serializers: init at 0.2.0 2017-11-07 13:17:28 +00:00
Joerg Thalheim a5744101a2 python.pkgs.praw: 3.5.0 -> 5.2.0 2017-11-07 13:17:07 +00:00
Joerg Thalheim af9e6c1634 python.pkgs.prawcore: init at 0.12.0 2017-11-07 13:16:42 +00:00
Joerg Thalheim b0225f8cbc python.pkgs.sybil: init at 1.0.5 2017-11-07 13:16:19 +00:00
Joerg Thalheim 8fb1ec1af4 python.pkgs.update_checker: 0.11 -> 0.16 2017-11-07 13:15:49 +00:00
Joerg Thalheim 3339a7dc7c python.pkgs.textfixtures: 4.5.0 -> 5.3.0 2017-11-07 13:14:44 +00:00
Vladimír Čunát 9aa37b159b
Merge branch 'master' into staging 2017-11-07 06:41:23 +01:00
Frederik Rietdijk e734ecb1e8
Merge pull request #30919 from adisbladis/pythonPackages-cleanup
WIP: Python packages cleanup
2017-11-06 20:54:51 +01:00
Frederik Rietdijk a346dc66a7
Merge pull request #31297 from fahadsadah/master
python: fastimport 0.9.4 -> 0.9.6
2017-11-06 20:33:29 +01:00