13625 Commits

Author SHA1 Message Date
Fabian Möller
00000ca0e8
nbconvert: fix darwin build 2019-09-14 21:17:42 +02:00
Fabian Möller
3b77eebc1b
nbformat: fix darwin build 2019-09-14 21:15:20 +02:00
Fabian Möller
6002a5e7f1
pyzmq: fix darwin build 2019-09-14 21:12:22 +02:00
Jonathan Ringer
b0fc4b6e49 pythonPackages.minidb: disable python2 tests 2019-09-14 12:09:56 -07:00
Jonathan Ringer
63e7354815 pythonPackages.ssdp: disable python2 tests 2019-09-14 11:53:02 -07:00
Jonathan Ringer
9a88d2c827 pythonPackages.cheroot: fix tests 2019-09-14 11:45:38 -07:00
Daniel Schaefer
7791dccd3a pythonPackages.zake: Skip failing test 2019-09-14 18:57:34 +02:00
Robert Scott
d7cad2b8f9 pythonPackages.hug: enable tests 2019-09-14 15:16:00 +01:00
Maximilian Bosch
0b32f6f78c
Merge pull request #68786 from JohnAZoidberg/paperless-testfix
paperless: Fix tests, including NixOS test
2019-09-14 15:17:59 +02:00
Daniel Schaefer
cbab4663f3 paperless: Use pytest_4 in django-crispy-forms
Doesn't build with pytest_5
2019-09-14 14:20:50 +02:00
Maximilian Bosch
e176117a81
python3Packages.face_recognition_models: fix startup 2019-09-14 13:59:20 +02:00
Maximilian Bosch
72ec538d2c
python3Packages.dlib: fix build
The CMake configuring is done in the `setup.py` and doesn't need to be
done by the setup hook. This broke the build as the setup-hook switches
into `source/build` which doesn't have a `setup.py`.

Relying on the setup script from upstream fixes the issue.

ZHF #68361
2019-09-14 13:42:06 +02:00
Fabian Möller
9d1de74063
pythonPackages.portend: fix darwin build 2019-09-14 13:35:35 +02:00
Robin Gloster
d98fb2ca2f
Merge pull request #68726 from jonringer/bump-uamqp
pythonPackages.uamq: 1.1.0 -> 1.2.2
2019-09-14 12:39:39 +02:00
Samuel Leathers
3491d523b3
pythonPackages.twisted: add setuptools dependency
* required for buildbot test to pass
2019-09-13 23:51:56 -04:00
Dima
5b3fb23360 networkx: fixing undeclared dependency
the current version of networkx implicitly depends on
pkg_resources from setuptools to check the version of
pydot (https://github.com/networkx/networkx/issues/3173).
2019-09-14 03:28:56 +02:00
Jonathan Ringer
e5aba9c007 pythonPackages.azure-servicebus: 0.50.0 -> 0.50.1 2019-09-13 18:25:45 -07:00
Jonathan Ringer
27c8e8ec5c pythonPackages.uamq: 1.1.0 -> 1.2.2 2019-09-13 18:18:08 -07:00
Jonathan Ringer
4a17217696 pythonPackages.azure-common: fix namespace lookup 2019-09-13 18:06:45 -07:00
Jonathan Ringer
fdd6245e53 pythonPackages.azure-mgmt-common: fix namespace issue 2019-09-13 17:37:55 -07:00
Jonathan Ringer
eb8bd784b1 pythonPackages.lightgbm: fix build 2019-09-13 16:48:52 -07:00
Jonathan Ringer
24b364e0b5 pythonPackages.xapian: disable smoketests 2019-09-13 15:27:51 -07:00
Fabian Möller
155a0a07f4
pythonPackages.webtest: fix darwin build 2019-09-14 00:19:46 +02:00
Robin Gloster
0c457cb348
Merge pull request #68693 from jonringer/fix-pyarrow
pythonPackages.pyarrow: fix build
2019-09-14 00:02:54 +02:00
Robin Gloster
e4581fb5ab
Merge pull request #68677 from jonringer/fix-zeep
pythonPackages.zeep: fix pytest5 tests
2019-09-13 23:25:28 +02:00
Fabian Möller
69ee17f060
uvloop: fix darwin build 2019-09-13 23:11:56 +02:00
Jonathan Ringer
47a3a1127f pythonPackage.celery: fix tests 2019-09-13 13:05:08 -07:00
Jonathan Ringer
cc7c778bf1 pythonPackage.pycurl2: fix build 2019-09-13 12:27:09 -07:00
Robin Gloster
8b34d843c6
python.pkgs.cryptography: fix/ignore broken tests
Broken tests by openssl 1.1.1d, added patch and skipped one test

Issue for skipped test: https://github.com/pyca/cryptography/issues/4998
2019-09-13 20:20:09 +02:00
Jonathan Ringer
5e67b340e8 pythonPackages.pyarrow: fix build 2019-09-13 10:51:29 -07:00
Jonathan Ringer
8e06d7ee3b python3Package.hug: 2.4.8 -> 2.6.0 2019-09-13 10:07:30 -07:00
Fabian Möller
cb86447ee2
pythonPackages.trustme: fix darwin build 2019-09-13 19:02:35 +02:00
Jonathan Ringer
30f3e4a3a6 pythonPackages.zeep: fix pytest5 tests 2019-09-13 09:05:12 -07:00
Fabian Möller
b9ce08f7f1
pythonPackages.h11: fix darwin build 2019-09-13 17:43:21 +02:00
Jörg Thalheim
b31931adf5
python.pkgs.pylint_1_9: fix incorrect checksum
was not updated in 08d556c0e8590a2aabd321c3b7b4f40ae6ea1f92
2019-09-13 16:32:04 +01:00
Jörg Thalheim
f595f28d55
Merge pull request #67896 from B4dM4n/h11-pytest
h11: add pytest5 compatability
2019-09-13 15:47:36 +01:00
Jörg Thalheim
08d556c0e8
python.pkgs.pylint_1_9: 1.9.4 -> 1.9.5
Also fix build by skipping a test that requires setuptools to be present.
(Also just adding setuptools does not fix the issue either?)
2019-09-13 13:53:20 +01:00
Ben Sima
c33f5ad65b protobuf: add license metadata
https://github.com/protocolbuffers/protobuf/blob/master/LICENSE

GitHub doesn't identify it as BSD-3, but it is if you just look at the
license text.
2019-09-12 16:43:15 -07:00
Jan Tojnar
a441eaa7b1
Merge branch 'staging-next' into staging 2019-09-12 22:49:43 +02:00
Vincent Laporte
bf759337fa
Merge pull request #67544 from vbgl/qarte+fix-qt-platform
qarte: use qt5’s mkDerivation and an other fix
2019-09-12 15:31:17 +00:00
Maximilian Bosch
4bb69053f1
Merge pull request #68527 from nspin/pr/plyplus-python3
plyplus: enable for python3
2019-09-12 09:21:59 +02:00
Peter Hoeg
3ec8bc5ef2 pythonPackages.tvnamer: pytest belongs in checkInputs 2019-09-11 18:46:12 +02:00
Nick Spinale
982b85b578 plyplus: enable for python3 2019-09-11 16:12:47 +00:00
Peter Simons
14854f20bb python-alembic: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8181926e600a222cb70180519d09726, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
2019-09-11 12:17:15 +02:00
Peter Simons
b57f25ac80 python-django-haystack: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8181926e600a222cb70180519d09726, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.

Fixes https://github.com/NixOS/nixpkgs/issues/68479.
2019-09-11 11:45:23 +02:00
Peter Simons
efb354ef04 python-setuptools_scm: enable the test suite
It succeeds fine with both Python 2.x and 3.x.
2019-09-11 11:09:50 +02:00
Jörg Thalheim
c7a84aaca3
Merge pull request #68486 from B4dM4n/django-doublewrap
django: don't wrap binary files twice
2019-09-11 09:30:13 +01:00
Lancelot SIX
53ed1a9228
Merge pull request #68480 from kquick/master
python: thespian: 3.9.10 -> 3.9.11
2019-09-11 10:26:11 +02:00
Fabian Möller
7a4644fcb8
django: don't wrap binary files twice 2019-09-11 09:49:17 +02:00
worldofpeace
f7571a06af
Merge pull request #68465 from arcnmx/pr-fix-python-brotli
pythonPackages.brotli: fix build
2019-09-11 02:56:53 -04:00