Commit Graph

2128 Commits

Author SHA1 Message Date
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
Frederik Rietdijk 8048df4739
Merge pull request #31309 from nlewo/pr/devpi
pythonPackages.devpi_common: remove one test
2017-11-06 19:38:28 +01:00
Vladimír Čunát 1d9a8e2289
Merge branch 'master' into staging 2017-11-06 13:24:06 +01:00
Vladimír Čunát bc90fe1fbb
Merge #30371: update misc. gnome3-related libraries 2017-11-06 13:00:15 +01:00
Antoine Eiche 7100c1a0e0 pythonPackages.devpi_common: remove one test 2017-11-06 10:26:55 +01:00
Orivej Desh c70dec9df2
Merge pull request #31181 from lsix/update_django_1_11_7
pythonPackages.django: 1.11.6 -> 1.11.7
2017-11-06 06:14:24 +00:00
Fahad Sadah c3786d07b1 python: fastimport 0.9.4 -> 0.9.6 2017-11-05 22:03:40 +00:00
Sauyon Lee a5f5bee85f
python.pkgs.pyobjc: init at 4.0b1 2017-11-05 21:35:59 +01:00
Sauyon Lee 9e2f54a30c
python.pkgs.faulthandler: init at 2.6 2017-11-05 21:35:58 +01:00
Frederik Rietdijk 5d21308f81 python.pkgs.six: 1.10.0 -> 1.11.0 2017-11-05 20:11:43 +01:00
Frederik Rietdijk 9c5bf726e5 python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
Peter Hoeg 43934459fa pythonPackages.pygit2: 0.25.1 -> 0.26.0 2017-11-05 18:43:30 +00:00
Orivej Desh eddbd38611
Merge pull request #30993 from vinymeuh/py3exiv2
pythonPackages.py3exiv2: init at 0.2.1
2017-11-05 18:03:54 +00:00
Jan Tojnar 716af52fe1
gstreamer: 1.10.4 → 1.12.2 2017-11-05 17:02:30 +01:00
Frederik Rietdijk 5fde24c20b python.pkgs.urwid: fix build 2017-11-05 13:44:16 +01:00
Frederik Rietdijk 6254141c92 Python pkgs: remove old/unused patches 2017-11-05 10:56:38 +01:00
Frederik Rietdijk 07eeeb3600 Python: move expressions in python-modules to their own folders 2017-11-05 10:45:54 +01:00
Frederik Rietdijk f825642e74
Merge pull request #30266 from Ralith/matrix-synapse
matrix-synapse: 0.22.1 -> 0.24.1
2017-11-05 09:39:16 +01:00
aszlig 316de025d1
python/meliae: Fix version string for download URL
While the version listed on PyPI is "0.4.0.final.0", the actual tarball
however is called just "meliae-0.4.0.tar.gz", which is the same *name*
(but different hash) as the one before the update in
7ce848309e.

Here is the PyPI page for reference:

https://pypi.python.org/pypi/meliae/0.4.0.final.0

After checking the tarballs contents, the version string however *is*
"0.4.0.final.0", so I'm only changing the version in the download URL
rather than in the version attribute.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @FRidh
2017-11-05 06:47:20 +01:00
Tuomas Tynkkynen 61f3d46fcf Merge remote-tracking branch 'upstream/master' into staging 2017-11-04 17:47:54 +02:00
Jean-Philippe Bernardy 6269306a8d pythonPackages.tensorflow: add flags for efficent math on CPU 2017-11-04 13:18:11 +03:00
Vladimír Čunát eed6e0a946
Merge branch 'master' into staging
Lots of rebuilds from master; at least some of them due to security.
2017-11-04 10:28:00 +01:00
vinymeuh 95d6424e9a pythonPackages.py3exiv2: init at 0.2.1 2017-11-03 20:01:55 +01:00
Lancelot SIX 5d0ece7fd9
pythonPackages.django: 1.11.6 -> 1.11.7 2017-11-03 12:09:47 +01:00
Raymond Gauthier f07ae8902d pythonV.V-selenium: from 2.52.0 to 3.6.0 2017-11-02 23:26:49 -04:00
Joerg Thalheim f255de884b python.pkgs.ldap3: 1.0.4 -> 2.3 2017-11-02 23:46:55 +00:00
Joerg Thalheim 3cdbc9705d python.pkgs.pyasn1-modules: 0.0.8 -> 0.1.5 2017-11-02 23:46:54 +00:00
Joerg Thalheim a478343856 python.pkgs.pyasn1: 0.1.9 -> 0.3.4 2017-11-02 23:46:54 +00:00
Joerg Thalheim 206a3c7653 python.pkgs.kaitaistruct: 0.6 -> 0.7 2017-11-02 23:46:54 +00:00
Joerg Thalheim fd261eefbd python.pkgs.h2: 2.5.1 -> 3.0.1 2017-11-02 23:46:54 +00:00
Joerg Thalheim 9d8cc4fab0 python.pkgs.hyperframe: 4.0.1 -> 5.1.0 2017-11-02 23:46:54 +00:00
Joerg Thalheim 14d3a7d744 python.pkgs.urwid: fix tests 2017-11-02 23:46:54 +00:00
Joerg Thalheim c60bee3a41 python.pkgs.jsbeautifier: fix name 2017-11-02 21:01:03 +00:00
Joerg Thalheim 69d0eac956 python.pkgs.podcastparser: 0.6.1 -> 0.6.2 2017-11-02 17:15:19 +00:00
Joerg Thalheim 8796e3b680 python.pkgs.joblib: disable tests properly 2017-11-02 08:19:58 +00:00
Ryan Bernstein 20fd713669 pythonPackages.pomegranate: Removed unnecessary dependency 2017-11-01 14:41:45 -04:00
Ryan Bernstein f5b773beec pythonPackages.pomegranate: 0.8.0 -> 0.8.1
Also now using GitHub instead of PiPy, because the PiPy version fails to build. Not sure why they aren't identical.
2017-11-01 14:37:31 -04:00
Robert Helgesson 9d4fc88fbf
python-pycdio: 0.20 -> 0.21 2017-11-01 15:35:50 +01:00
Jörg Thalheim cd2851b355
Merge pull request #31077 from luispedro/jug_update_163
pythonPackage.jug: 1.6.1 -> 1.6.3
2017-11-01 10:26:52 +00:00
Jörg Thalheim 25ed4dcac5 python.pkgs.jug: move to python modules 2017-11-01 05:25:58 -05:00
Jörg Thalheim 09bdae2dd7 pythonPackages.rply: enable tests 2017-11-01 05:14:33 -05:00
Andrew R. M 6743ff2379 pythonPackages.rply: 0.7.4 -> 0.7.5 2017-11-01 05:51:50 -04:00
Andrew R. M cbd65e7980 pythonPackages.rply: move to python-modules/ 2017-11-01 05:49:01 -04:00
Orivej Desh b400e36548 pip-tools: update tests for 1.9.0 -> 1.10.1 2017-10-31 21:47:23 +00:00
Michael Weiss 6df9c74238 pythonPackages: Move my libraries to python-modules 2017-10-31 17:28:59 +01:00
Michael Weiss 12c8a44972 pythonPackages.multidict: Fix the build and tests
(Was broken since 7ce848309e)
2017-10-31 16:21:13 +01:00
Orivej Desh 3c6bcab73b
Merge pull request #30956 from teto/pandas
pandas: 0.20.3 -> 0.21.0
2017-10-30 14:48:31 +00:00
Matthieu Coudron d22a1f6abc pandas: 0.20.3 -> 0.21.0
Now needs 'moto' to complete tests.
2017-10-31 03:08:43 +09:00
adisbladis 8af79c8adc
pythonPackages.ofxclient: Depend on beautifulsoup4 instead of beautifulsoup3 2017-10-30 12:06:07 +08:00
adisbladis 49a1221562
salut-a-toi: Move pythonPackages dependencies not required by other packages into salut-a-toi derivation 2017-10-30 11:55:48 +08:00
adisbladis 552922cf53
pythonPackages.pylibacl: 0.5.1 -> 0.5.3 2017-10-30 11:55:47 +08:00
adisbladis 286ca78bf7
pythonPackages.fuse: Move to python-modules 2017-10-30 11:55:46 +08:00
adisbladis 892a0005ff
pythonPackages.pyxattr: 0.5.1 -> 0.6.0 2017-10-30 11:55:45 +08:00
Bjørn Forsman aa12eddb6c pythonPackages.nwdiag: unbreak eval
Oops, this should have been part of commit afd4a17ee5
("pythonPackages.nwdiag: move to python-modules/"). I noticed 2 seconds
to late!
2017-10-29 22:53:27 +01:00
Bjørn Forsman ccc1f9a540 pythonPackages.usbtmc: 0.6 -> 0.8 2017-10-29 22:35:16 +01:00
Bjørn Forsman 82ababbd83 pythonPackages.pyusb: 1.0.0 -> 1.0.2
Also, fetchurl -> fetchPypi.
2017-10-29 22:35:16 +01:00
Bjørn Forsman 4b3f729172 pythonPackages.dpkt: 1.8 -> 1.9.1
* fetchurl -> fetchPypi
* Tests work now.
* Package is py3k compatible now.
2017-10-29 22:35:16 +01:00
Bjørn Forsman 5065f0f258 pythonPackages.pycollada: 0.4.1 -> 0.5
* fetchurl -> fetchPypi
2017-10-29 22:35:16 +01:00
Bjørn Forsman 454ad93a35 pythonPackages.construct: 2.8.10 -> 2.8.16 2017-10-29 22:35:16 +01:00
Bjørn Forsman 41b89d1577 pythonPackages.autopep8: 1.0.4 -> 1.3.3
The pep8 package is renamed to pycodestyle and autopep8 references the
new name.

(Also, fetchurl -> fetchPypi.)
2017-10-29 22:35:16 +01:00
Bjørn Forsman adac3e43fd pythonPackages.llfuse: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 1402436395 pythonPackages.pyev: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 05bf2bdba1 pythonPackages.usbtmc: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman aaa3608b4b pythonPackages.pyusb: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 086ad07ed6 pythonPackages.scapy: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 628e1b9b4e pythonPackages.seqdiag: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman fb3973a43e pythonPackages.robotframework-ride: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman b6d345c4b0 pythonPackages.robotframework: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 3ab65ef6bf pythonPackages.robomachine: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 6de28d760a pythonPackages.Pyro: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 9e76c950a7 pythonPackages.gevent: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 34dbc6c01c pythonPackages.dpkt: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 95f29282fb pythonPackages.pycollada: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 0bc9f75dc1 pythonPackages.construct: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 4c0582d47d pythonPackages.blockdiag: move to python-modules/ 2017-10-29 22:35:15 +01:00
Bjørn Forsman 36ff83402a pythonPackages.autopep8: move to python-modules/ 2017-10-29 22:34:01 +01:00
Frederik Rietdijk d6532711a1
Merge pull request #30922 from flokli/bpython
Update bpython to 0.17
2017-10-29 15:16:47 +01:00
Frederik Rietdijk 1450f6cdb3 python.pkgs.requests_download: add missing file, fixes eval 2017-10-29 15:13:57 +01:00
Frederik Rietdijk 529c000c08
Merge pull request #30925 from ckauhaus/submit/30892-zodb-test
ZODB: fix broken tests in 5.3.0
2017-10-29 14:46:14 +01:00
Frederik Rietdijk 67bee16731 python.pkgs.recommonmark: move expression 2017-10-29 13:54:56 +01:00
Frederik Rietdijk 416a975f74 python.pkgs.tabulate: move expression 2017-10-29 13:44:43 +01:00
Frederik Rietdijk 5c2d2cbff3 python.pkgs.numtraits: move expression 2017-10-29 13:42:12 +01:00
Frederik Rietdijk 4ad0e0da32 python.pkgs.nose-exclude: move expression 2017-10-29 13:42:12 +01:00
Frederik Rietdijk b35a257dfd python.pkgs.zipfile36: move expression 2017-10-29 13:42:11 +01:00
Frederik Rietdijk bd941043b8 python.pkgs.traitlets: move expression 2017-10-29 13:42:11 +01:00
Frederik Rietdijk 7c4c7cde6e python.pkgs.seaborn: move expression 2017-10-29 13:42:11 +01:00
Frederik Rietdijk 16d0a334c8 python.pkgs.pysoundfile: move expression 2017-10-29 13:42:11 +01:00
Frederik Rietdijk d4bf9684b7 python.pkgs.odo: move expression 2017-10-29 13:42:11 +01:00
Frederik Rietdijk 119a58abbe python.pkgs.datashape: move expression 2017-10-29 13:42:11 +01:00
Frederik Rietdijk b4b62e6e65 python.pkgs.cytoolz: move expression 2017-10-29 12:44:13 +01:00
Frederik Rietdijk 59d1dc6c58 python.pkgs.toolz: move expression 2017-10-29 12:44:13 +01:00
Frederik Rietdijk 6e5276f0ab python.pkgs.multipledispatch: move expression 2017-10-29 12:44:13 +01:00
Frederik Rietdijk dde8ded1ef python.pkgs.ipython_genutils: move expression 2017-10-29 12:44:13 +01:00
Christian Kauhaus dccfe68ade ZODB 5.3.0: fix broken tests
Re #30892
2017-10-29 12:31:46 +01:00
Florian Klink 978a9ba0cd bpython: 0.12 -> 0.17 2017-10-29 12:28:26 +01:00
Florian Klink c463a8e0c5 urwid: move into separate file, use fetchPypi instead of fetchurl 2017-10-29 12:27:31 +01:00
Florian Klink 11bba268fe curtsies: init at 0.2.11 2017-10-29 12:27:27 +01:00
Florian Klink 208e5c99c4 pyte: init at 0.7.0 2017-10-29 12:26:45 +01:00
Bjørn Forsman 489cdc23fc pythonPackages.robotsuite: move to python-modules/
Easier maintenance when expressions are in separate files.
2017-10-29 11:51:31 +01:00
Bjørn Forsman 7357b369d5 pythonPackages.pyodbc: move to python-modules/
Easier maintenance when expressions are in separate files.
2017-10-29 11:51:23 +01:00
Bjørn Forsman 013da4ef66 pythonPackages.demjson: move to python-modules/
Easier maintenance when expressions are in separate files.
2017-10-29 11:51:19 +01:00
Bjørn Forsman b1e23a87b1 pythonPackages.bitstring: move to python-modules/
Easier maintenance when expressions are in separate files.
2017-10-29 11:50:59 +01:00
Daiderd Jordan 3f3eb6ca64
python-cffi: fix clang build 2017-10-29 10:51:19 +01:00
Kristoffer Søholm a9e5a846db python: pwntools 3.7.1 -> 3.10.0
Also moved to a seperate module
2017-10-29 01:39:03 +02:00
Benjamin Saunders 274f71e18c pythonPackages.affinity: init at 0.1.0 2017-10-28 08:55:13 -07:00
Joerg Thalheim 65d115dd7d python.pkgs.libagent: add missing unidecode lib 2017-10-28 13:46:39 +01:00
Frederik Rietdijk dcff3ccc0c
Merge pull request #30264 from tsaeger/tsaeger/ofxclient
pythonPackages.ofxclient: 1.3.8 -> 2.0.3
2017-10-28 08:56:10 +02:00
Robin Gloster e6061d737b
python.pkgs.nbmerge: init at unstable-2017-10-23 2017-10-28 08:06:37 +02:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Clemens Fruhwirth 160e914f50 python-trezor: Move mnemonic dependency to propagatedBuildInputs 2017-10-26 22:58:09 +02:00
Jörg Thalheim aaebcef6b2 Merge pull request #30780 from veprbl/rootpy_1.0.1
add pythonPackages.root_numpy, bump python2Packages.rootpy
2017-10-25 21:09:25 +01:00
Frederik Rietdijk 6667d021d5 python.pkgs: remove duplicate file mnemonic
We already have pkgs/development/python-modules/mnemonic/default.nix
2017-10-25 20:08:27 +02:00
Dmitry Kalinkin a3bc5d6ae6
rootpy: 0.9.0 -> 1.0.1 2017-10-25 14:05:03 -04:00
Frederik Rietdijk 316f4ac994 Merge pull request #30762 from mayflower/jupyter-update
Update jupyter and enable a few tests
2017-10-25 19:54:55 +02:00
Frederik Rietdijk 6a768082fd Merge pull request #30508 from xvapx/meliae-init
meliae: init at 0.4.0
2017-10-25 19:46:43 +02:00
Dmitry Kalinkin 31b2e70f8d
root_numpy: init at 4.7.3 2017-10-25 00:55:29 -04:00
Robin Gloster 54a83423f0
nbconvert: 5.2.1 -> 5.3.1, enable tests 2017-10-24 15:31:52 +02:00
Robin Gloster 62ca1c2dab
mistune: 0.7.1 -> 0.7.4, own file 2017-10-24 15:31:51 +02:00
Robin Gloster b10a98cee7
python.pkgs.nbformat: enable tests 2017-10-24 15:31:51 +02:00
Robin Gloster c581dbfab3
python.pkgs.notebook: 5.0.0 -> 5.2.0 2017-10-24 15:31:51 +02:00
Robin Gloster 817b7bb349
python.pkgs.nose_warnings_filters: init at 0.1.5 2017-10-24 15:31:50 +02:00
Robin Gloster 38c04e691c
python.pkgs.jupyter_core: own file, enable tests 2017-10-24 15:31:50 +02:00
Marti Serra 6daba77884 pythonPackages.meliae: init at 0.4.0 2017-10-23 03:08:18 +02:00
Tristan Helmich 5c779de4a1 pythonPackages.phonenumbers: 8.8.2 -> 8.8.4 2017-10-22 16:50:39 +02:00
Nikolay Amiantov c3f8fb3cd7 python.pkgs.uranium: 2.6.1 -> 3.0.3 2017-10-22 04:18:37 +03:00