Commit Graph

2025 Commits

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

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