Commit Graph

15412 Commits

Author SHA1 Message Date
Benjamin Hipple
331f7b376a pythonPackages.flake8-future-import: 0.4.5 -> 0.4.6 and fix build
The build is currently broken on master and 20.03. This upgrades to the latest
version and also disables the bad py2 test. I spent a long time trying to figure
out what the issue is, but since it's disabled upstream on python3 anyways let's
just skip it on python2 as well.

ZHF: #80379
(cherry picked from commit e9979380cf)
2020-03-24 10:23:48 -07:00
Benjamin Hipple
4c77bcbd03 pythonPackages.mkl-service: 2.1.0 -> 2.3.0
Release notes: https://github.com/IntelPython/mkl-service/releases

(cherry picked from commit bd42541989)
2020-03-23 19:27:33 -07:00
worldofpeace
017f050351 Merge pull request #83012 from bcdarwin/release-20.03
python38Packages.rope: disable for Python>=3.8
2020-03-23 17:29:46 -04:00
ajs124
fa02997264 python: Twisted: 19.10.0 -> 20.3.0
(cherry picked from commit dff1df7c21)
2020-03-23 21:44:27 +01:00
Ben Darwin
bb81a6f037 python38Packages.rope: disable for Python>=3.8
- browsing the github page suggests the upcoming 0.17 release should support 3.8

(cherry picked from commit 3d0410e769)
2020-03-23 14:09:14 -04:00
Marcus Boyd
c5f397f3db python3Packages.spyder_3: Added spyder_3
cq-editor currently requires spyder v3.x

(cherry picked from commit c5ceb64a5d)
2020-03-23 16:16:56 +10:30
Marcus Boyd
088ae2c920 python3Packages.spyder-kernels: Add spyder-kernels_0_5
Previously top-level/python-packages.nix called spyder-kernels v0.5 for
Py2k. Now both v0.5 and v1.8 (default.nix) are in pythonPackages, as
required by cq-editor and spyder v4 respectively.
v0.5 also now comes from GitHub instead of PyPi, with checks enabled.

(cherry picked from commit a1f4519814)
2020-03-23 16:03:54 +10:30
Daniel Wheeler
55fee4d66f python37Packages.fastapi: 0.45.0 -> 0.49.0
- Add peewee to test environment as now required.

 - Remove pyproject.toml patching as no longer required.
2020-03-16 17:53:32 -04:00
Daniel Wheeler
9d99c49138 python37Packages.starlette: 0.13.0 -> 0.12.9
- Reverting the version of Starlette as FastAPI can not use anything
   greater than 0.12.12. FastAPI is Starlette's only dependent.

 - Use fetchurl instead of fetchPypi as this is now the preferred
   method. This also makes the tests pass and, thus, the build, which
   was failing.
2020-03-16 17:53:32 -04:00
Maximilian Bosch
7f8e302fb6 python3Packages.signedjson: 1.0.0 -> 1.1.0
(cherry picked from commit 500375e338)
2020-03-16 11:01:04 +01:00
Maximilian Bosch
4a3c691beb treewide: remove myself from a few packages I don't use anymore
(cherry picked from commit b7cdb64ac2)
2020-03-11 23:07:05 +01:00
Maximilian Bosch
16d052df1f python3Packages.tesseract: 0.3.2 -> 0.3.3
(cherry picked from commit 24b6b8fd46)
2020-03-11 23:06:34 +01:00
pacien
34c9db1f13 alot: add patch for email composition
This version is not usable without this patch.
See https://github.com/pazz/alot/issues/1468.

(cherry picked from commit b6d45301de)
2020-03-10 09:23:32 +01:00
Andreas Rammhold
6a662cbf43 Merge pull request #81772 from dylex/tensorflow
tensorflow: 1.15.1 -> 1.15.2
2020-03-09 19:03:37 +01:00
Frederik Rietdijk
d95513b710 python3Packages.acoustics: 0.2.3 -> 0.2.4
(cherry picked from commit 634ab6fc5d)
2020-03-09 14:10:03 +01:00
Ben Wolsieffer
645522a971 buildbot: 2.6.0 -> 2.7.0 (#81406)
(cherry picked from commit 07727dbd16)

cc #81406
2020-03-08 17:42:56 -04:00
R. RyanTM
55cbe7dbaf buildbot: 2.6.0 -> 2.7.0
(cherry picked from commit 0a545f61fc)

cc #81283
2020-03-08 17:42:56 -04:00
Lancelot SIX
06652b25cf python3Pakcages.django_compat: fix
(cherry picked from commit df155637fe)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-03-06 22:28:02 +01:00
Lancelot SIX
6ec1e63207 python3akcages.django_compat: improve test fix
(cherry picked from commit e8d5bdb7b3)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-03-06 22:27:51 +01:00
Lancelot SIX
8a526e4f3a python3Packages.django_compat: fix tests and re-enable
(cherry picked from commit 75087d8882)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-03-06 22:27:32 +01:00
Dylan Simon
0a5ec494b5 tensorflow: 1.15.1 -> 1.15.2 2020-03-04 18:00:52 -05:00
Dmitry Kalinkin
899cf4ba29 python3Packages.ipykernel: fix build on darwin
Also python34 is not supported:

979e6fd2db

nixpkgs doesn't provide python34 anymore, so pythonOlder "3.5" is always
true and can be removed.

(cherry picked from commit d35009ee63)

cc #80940
2020-03-03 12:51:50 -05:00
Michael Lingelbach
7202d2cdaa tensorflow: 1.15.0 -> 1.15.1
* Apply glibc 2.3 patch
* build tensorflow with bazel_1
* Bump openssl version to 1.1

(cherry picked from commit 1dc0db8481)
2020-03-02 17:07:13 +01:00
Klaas van Schelven
a8c2c1d92d pythonPackages.swagger-spec-validator 2.4.3 -> 2.5.0
Includes various upstream fixes of the tests, see

* https://github.com/Yelp/swagger_spec_validator/pull/117
* https://github.com/Yelp/swagger_spec_validator/pull/121

(cherry picked from commit efa25157e9)
2020-03-01 09:02:40 -08:00
xbreak
aa119502bc pythonPackages.astroquery 0.3.10 -> 0.4
Tests are disabled until pytest-astropy is updated with
pytest-astropy-header.

(cherry picked from commit a5e82af9d8)
2020-02-29 22:38:33 +01:00
Michele Guerini Rocco
a2bb258c60 Merge pull request #81043 from wd15/sfepy-2019.4
[20.03] pythonPackages.sfepy: 2019.2 -> 2019.4
2020-02-27 22:26:44 +01:00
Michele Guerini Rocco
ef54b6081e Merge pull request #81041 from wd15/fipy-3.4.1
[20.03] pythonPackages.fipy: 3.3 -> 3.4.1
2020-02-26 15:38:52 +01:00
Sébastien Maret
c65b4ef85a pythonPackages.reproject: fix tests
Co-Authored-By: Jon <jonringer@users.noreply.github.com>
(cherry picked from commit a0f50fe24b)
2020-02-26 13:22:13 +01:00
Daniel Wheeler
f6fa019c4d pythonPackages.sfepy: 2019.2 -> 2019.4
- Bump the version number to fix incompatibility with Numpy 1.18.1
 - Remove broken test to fix incompatibility with Numpy 1.18.1
2020-02-25 13:39:13 -05:00
Daniel Wheeler
25a78baa88 pythonPackages.fipy: 3.3 -> 3.4.1 2020-02-25 13:23:04 -05:00
Klaas van Schelven
78d92b5e8c python.pkgs.httpretty: disable flaky test
As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376

(cherry picked from commit c597007cce)
2020-02-25 14:32:33 +01:00
rnhmjoj
88c1b21c59 python2Packages.jinja2: disable tests on 32bit systems
(cherry picked from commit 655b9c3400)
2020-02-25 01:33:20 +01:00
worldofpeace
39f8258199 Merge pull request #80938 from maxxk/pyfribidi-fix-stable
[20.03] pythonPackages.pyfribidi: fix build
2020-02-24 17:24:19 -05:00
Michael Weiss
b14e4e9f26 Merge pull request #80974 from B4dM4n/backport-mysql-connector-fix-build
[20.03] pythonPackages.mysql-connector: fix build for python != python3
2020-02-24 21:13:40 +01:00
R. RyanTM
a03a590ef6 python27Packages.mockito: 1.2.0 -> 1.2.1
(cherry picked from commit 745750d685)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-02-24 20:34:54 +01:00
Fabian Möller
9d346c45c3 pythonPackages.mysql-connector: fix build for python != python3
(cherry picked from commit 09796a644c)
2020-02-24 19:18:11 +01:00
Michael Lingelbach
2eee73e4bb python.pkgs.pybullet: 2.6.1 -> 2.6.6
Update static-libs.patch

Add numpy to pybullet propagatedBuildInputs

Added numpy to build inputs

(cherry picked from commit c296c06223)
2020-02-24 07:50:00 -08:00
R. RyanTM
a1b08eda7e python27Packages.django-gravatar2: 1.4.2 -> 1.4.4
(cherry picked from commit e648441eef)
Signed-off-by: Lancelot SIX <lsix@lancelotsix.com>
2020-02-24 16:00:33 +01:00
rnhmjoj
b4db2d9239 pythonPackages.pysaml2: fix tests on 32bit systems
(cherry picked from commit 60575b2fb7)
2020-02-24 12:41:04 +01:00
Maxim Krivchikov
382f6539f5 Add patch for python2 build with clang
(cherry picked from commit a517238f9f)
2020-02-24 08:08:52 +00:00
Maxim Krivchikov
ca8053c482 pythonPackages.pyfribidi: fix build
(cherry picked from commit 4644a4c482)
2020-02-24 08:08:42 +00:00
Maxim Krivchikov
25d1554fd8 pythonPackages.ldaptor: fix build
(cherry picked from commit 50f3704c2f)
2020-02-23 12:25:22 -08:00
Maxim Krivchikov
8a8a45f5db python27Packages.seaborn: remove FRidh from maintainers
(cherry picked from commit d6115b9235)
2020-02-23 12:25:08 -08:00
Maxim Krivchikov
250a45e6dd pythonPackages.seaborn: use v0.9.1 for python 2
required for poretools

(cherry picked from commit 7045c74cb2)
2020-02-23 12:25:08 -08:00
Cassidy Dingenskirchen
81e45e839e poetry: 0.12.17 -> 1.0.3
(cherry picked from commit 011e2d3a2d)
2020-02-23 08:59:44 +01:00
rnhmjoj
142dd6cb5d pythonPackages.pytest-timeout: disable flaky test
This should fix failing NixOS tests on i686-linux.
(cherry picked from commit c4865b8933)
2020-02-22 10:21:38 +01:00
Renato Alves
07f20d0624 pysam: 0.15.3 -> 0.15.4
Also disable tests until upstream test data issues are resolved.
See link in comment in code for more information.

(cherry picked from commit bf88bf47d1)
2020-02-21 18:18:53 +01:00
Konrad Borowski
11b63d5346 pythonPackages.decorator: fix Python 2 build
(cherry picked from commit 686274ea62)
2020-02-20 11:14:27 +01:00
Daniël de Kok
bb9ffe189e python3Packages.vowpalwabbit: fix build
- Drop the Boost patch. The patch does not apply anymore and the new
  CMake infrastructure picks up boost.
- Distable setuptools reStructuredText check. This check fails, but
  is (as far as I understand) an upstream bug.
- Clean up derivation a bit.

(cherry picked from commit 0688cba0cd)
2020-02-19 12:46:30 -05:00
Daniël de Kok
4dc0c1761c python3Packages.ftfy: 5.6 -> 5.7
Changelog:

https://github.com/LuminosoInsight/python-ftfy/blob/master/CHANGELOG.md#version-57-february-18-2020

The most important change in this version is the update of Unicode
character categories data to Unicode 12.1. This fixes the Python 3.8
build.

(cherry picked from commit 77aa1a7f5b)
2020-02-18 15:03:45 -05:00