Jörg Thalheim
495f0ea056
Merge pull request #69178 from uri-canva/typed-ast
...
pythonPackages.typed-ast: 1.3.5 -> 1.4.0, pythonPackages.mypy: 0.701 -> 0.711
2019-09-21 09:15:06 +01:00
Jörg Thalheim
e03ef7f7f7
python37Packages.sentry-sdk: Fix tests ( #69142 )
...
python37Packages.sentry-sdk: Fix tests
2019-09-21 08:20:31 +01:00
Ruud van Asseldonk
8a9ebc0b4b
python37Packages.sentry-sdk: use checkInputs
...
Instead of buildInputs, as there dependencies are only used in tests.
2019-09-21 09:02:20 +02:00
Jörg Thalheim
970145f051
python3Packages.python-language-server: add setuptools as a de… ( #69117 )
...
python3Packages.python-language-server: add setuptools as a dependency
2019-09-21 07:47:50 +01:00
Daiderd Jordan
b5f406cb6a
Merge pull request #68689 from B4dM4n/uvloop-darwin
...
uvloop: fix darwin build
2019-09-20 22:21:53 +02:00
Daiderd Jordan
a6dcdf9ed4
Merge pull request #68681 from B4dM4n/h11-darwin
...
pythonPackages.h11: fix darwin build
2019-09-20 22:17:43 +02:00
Daiderd Jordan
51bd8395d3
Merge pull request #68691 from B4dM4n/trustme-darwin
...
pythonPackages.trustme: fix darwin build
2019-09-20 22:15:32 +02:00
Daiderd Jordan
1803573281
Merge pull request #68782 from B4dM4n/portend-darwin
...
pythonPackages.portend: fix darwin build
2019-09-20 22:05:39 +02:00
Daiderd Jordan
4bc107b06e
Merge pull request #68823 from B4dM4n/notebook-darwin
...
notebook: fix darwin sandbox build + dependencies
2019-09-20 22:03:54 +02:00
Daiderd Jordan
463703c213
Merge pull request #68883 from B4dM4n/cheroot-darwin
...
cheroot: fix darwin sandbox build
2019-09-20 22:01:15 +02:00
Jörg Thalheim
0a56a467c5
python3Packages.{websockets, uvicorn,python-engineio}: bump an… ( #68939 )
...
python3Packages.{websockets, uvicorn,python-engineio}: bump and fix builds
2019-09-20 16:33:07 +01:00
Uri Baghin
2b36da8991
pythonPackages.mypy: 0.701 -> 0.711
2019-09-20 20:07:21 +10:00
Uri Baghin
33821c59bb
pythonPackages.typed-ast: 1.3.5 -> 1.4.0
2019-09-20 19:58:20 +10:00
Ruud van Asseldonk
ce6145dedc
python37Packages.sentry-sdk: Fix tests
...
The tests depend on many third-party libraries, presumably because
Sentry offers integration for each of them. I added these as build
inputs but not propagated build inputs, because they are only needed for
the tests.
2019-09-20 11:03:18 +02:00
Maximilian Bosch
6c3bf80a75
Merge pull request #68965 from B4dM4n/csvs-to-sqlite-1.0
...
csvs-to-sqlite: 0.9 -> 1.0
2019-09-20 10:32:51 +02:00
Frederik Rietdijk
0b12d44c06
Merge master into staging-next
2019-09-19 16:59:42 +02:00
Symphorien Gibol
727aaae1bb
python3Packages.python-language-server: add setuptools as a dependency
2019-09-19 14:13:04 +02:00
Jonathan Ringer
17287938ab
pythonPackages.premailer: fix build
2019-09-19 19:03:42 +09:00
Mario Rodas
9d09cf0fc3
Merge pull request #68866 from marsam/update-python-pyperf
...
pythonPackages.pyperf: 1.6.0 -> 1.6.1
2019-09-18 18:16:44 -05:00
Jan Tojnar
62791c3743
Merge branch 'master' into staging-next
2019-09-18 21:15:35 +02:00
worldofpeace
175aecb258
Merge pull request #68984 from averelld/iso639-add-setuptools
...
pythonPackages.iso-639: add setuptools dependency
2019-09-18 14:44:20 -04:00
Orivej Desh
651cd75f6c
python.pkgs.scikitlearn: 0.20.3 -> 0.20.4
2019-09-18 03:14:45 +00:00
Martin Weinelt
2b239b5b30
pythonPackages.markdown: add missing setuptools to propagatedBuildInput
...
Fixes the following ImportError on application startup:
/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/markdown_py README.md > README.html.new
Traceback (most recent call last):
File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/bin/.markdown_py-wrapped", line 7, in <module>
from markdown.__main__ import run
File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/__init__.py", line 25, in <module>
from .core import Markdown, markdown, markdownFromFile
File "/nix/store/qh7ndfsar3icmwqbiwcla7pc8x1133vg-python2.7-Markdown-3.1.1/lib/python2.7/site-packages/markdown/core.py", line 29, in <module>
import pkg_resources
ImportError: No module named pkg_resources
make: *** [Makefile:53: README.html] Error 1
2019-09-18 02:12:57 +02:00
Matthew Bauer
7c044bb820
Merge pull request #68783 from B4dM4n/webtest-darwin
...
pythonPackages.webtest: fix darwin build
2019-09-17 17:53:46 -04:00
Averell Dalton
e853270354
pythonPackages.iso-639: add setuptools dependency
2019-09-17 23:07:34 +02:00
Lancelot SIX
f772fe52c3
Merge pull request #68936 from jonringer/fix-boltz
...
python3Packages.boltztrap2: fix build
2019-09-17 21:34:06 +02:00
Fabian Möller
527fc00325
csvs-to-sqlite: 0.9 -> 1.0
2019-09-17 16:25:09 +02:00
worldofpeace
8f3421ec34
Merge pull request #68405 from leenaars/blink320
...
Blink + dependencies: update 3.0.3 -> 3.2.0
2019-09-17 07:43:32 -04:00
worldofpeace
280386382e
Merge pull request #68727 from d-goldin/fix_networkx_missing_dep
...
networkx: fixing undeclared dependency
2019-09-17 07:36:59 -04:00
Jonathan Ringer
2d8a5baa9c
python3Packages.python-engineio: 3.4.3 -> 3.9.3
2019-09-16 15:08:34 -07:00
Jonathan Ringer
80d1a3b37c
python3Packages.uvicorn: 0.8.4 -> 0.9.0
2019-09-16 15:08:27 -07:00
Jonathan Ringer
9b092e228b
python3Packages.websockets: 7.0 -> 8.0.2
2019-09-16 13:24:14 -07:00
Jonathan Ringer
afc1e5f1a7
python3Packages.boltztrap2: fix build
2019-09-16 12:49:23 -07:00
Vladimír Čunát
fa4a3af5a7
Merge branch 'master' into staging-next
2019-09-16 19:24:52 +02:00
Vladimír Čunát
a95a53aadc
Revert "pythonPackages.flaky: 3.5.3 -> 3.6.1 ( #68411 )"
...
This reverts commit b44fca1702
.
I'm moving this to the staging branch.
It's a huge rebuild (on the order of 20k jobs), and it seems like that
was not noticed, and I can't see sufficient motivation to skip ahead of
e.g. the CVE fixes we have in staging-next.
2019-09-16 19:23:20 +02:00
Linus Heckemann
872122af43
Merge pull request #68848 from WilliButz/fix-hass-esphome
...
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0
2019-09-16 11:51:59 +02:00
Marek Mahut
db21aabe15
Merge pull request #68855 from marsam/drop-pyev
...
pythonPackages.pyev: drop
2019-09-16 10:24:49 +02:00
Pavol Rusnak
b44fca1702
pythonPackages.flaky: 3.5.3 -> 3.6.1 ( #68411 )
2019-09-16 00:29:07 -04:00
Peter Hoeg
04a0b11c9b
pythonPackages.keyring: 18.0.1 -> 19.1.0
2019-09-16 12:12:54 +08:00
Fabian Möller
5347a8038a
cheroot: fix darwin sandbox build
2019-09-16 01:38:32 +02:00
Maximilian Bosch
d8f5ad9948
Merge pull request #68842 from Ma27/disable-pytest5-on-python2
...
python2Packages.pytest_5: disable build
2019-09-16 01:20:28 +02:00
Mario Rodas
87cd31d538
Merge pull request #68703 from jonringer/fix-celery
...
pythonPackage.celery: fix tests
2019-09-15 18:18:50 -05:00
Mario Rodas
c3c3dcc86c
Merge pull request #68794 from JohnAZoidberg/zake-tests
...
pythonPackages.zake: Skip failing test
2019-09-15 18:12:50 -05:00
Mario Rodas
32af4a66a3
Merge pull request #68812 from jonringer/fix-cheroot
...
pythonPackages.cheroot: fix tests
2019-09-15 18:09:36 -05:00
Mario Rodas
b46c3c5554
Merge pull request #68819 from jonringer/mark-percol-broken
...
pythonPackages.percol: mark broken
2019-09-15 17:45:59 -05:00
Mario Rodas
8624303abb
Merge pull request #68821 from d-goldin/fix_build_scikitlearn
...
python37Packages.scikitlearn: patching build
2019-09-15 17:41:09 -05:00
Jonathan Ringer
ca1a246741
pythonPackages.percol: mark broken
2019-09-15 15:20:10 -07:00
Dima
82d7833b9b
python37Packages.scikitlearn: patching build
...
For numpy>=1.17 a test-case broke that required adjustments to
a threshold.
See https://github.com/NixOS/nixpkgs/issues/68494
2019-09-15 23:52:15 +02:00
Mario Rodas
27c9327076
Merge pull request #68719 from jonringer/fix-lightgbm
...
pythonPackages.lightgbm: fix build
2019-09-15 16:19:24 -05:00
Mario Rodas
ebdaba7205
pythonPackages.pyperf: 1.6.0 -> 1.6.1
...
perf was renamed to pyperf [1] to avoid confusion with Linux perf
project.
[1] 60eb936a87
2019-09-15 16:00:00 -05:00
Tom Hunger
f9da799b87
dynd: fix build
2019-09-15 21:48:04 +01:00
Maximilian Bosch
3ddbe41f79
Merge pull request #68723 from jonringer/freeze-azure-storage
...
nixops_1_6_1: fix build
2019-09-15 20:03:13 +02:00
Mario Rodas
b05818f389
pythonPackages.pyev: drop
...
pyev is unmaintained, and was removed from PyPI.
2019-09-15 12:46:58 -05:00
Mario Rodas
3028233ea5
pythonPackages.pika: remove pyev dependency
...
pyev support was removed from upstream https://github.com/pika/pika/pull/934#issuecomment-361714844
2019-09-15 12:45:02 -05:00
Mario Rodas
c281e68e9f
Merge pull request #68796 from risicle/ris-hug-tests
...
pythonPackages.hug: enable tests
2019-09-15 11:32:28 -05:00
Mario Rodas
3bb87649f4
Merge pull request #68813 from jonringer/fix-ssdp
...
pythonPackages.ssdp: disable python2 tests
2019-09-15 11:20:35 -05:00
Mario Rodas
fe9085e2e5
Merge pull request #68815 from jonringer/fix-minidb
...
pythonPackages.minidb: disable python2 tests
2019-09-15 11:19:14 -05:00
WilliButz
7dfd313a3d
pythonPackages.aioesphomeapi: 2.0.1 -> 2.2.0
2019-09-15 17:21:04 +02:00
Bjørn Forsman
6ba044c166
pythonPackages.demjson: disable on python 3
...
It doesn't seem to support _any_ python 3 versions.
2019-09-15 16:36:46 +02:00
Maximilian Bosch
5f1c02a1c9
python2Packages.pytest_5: disable build
...
`pytest_5` only supports python3[1], however the python2 build was enabled by
separating pytest_4 and pytest_5 into two different attributes.
ZHF #68361
[1] https://docs.pytest.org/en/latest/py27-py34-deprecation.html
2019-09-15 16:02:10 +02:00
Vladimír Čunát
b6c6e1f9e8
Merge branch 'master' into staging-next
2019-09-15 13:18:54 +02:00
Jaakko Luttinen
fa76f1f11c
pythonPackages.XlsxWriter: 1.2.0 -> 1.2.1
2019-09-15 18:36:00 +09:00
Vladimír Čunát
991c0e1618
treewide: mark packages as buildable on darwin (PR #45364 )
...
vcunat amended the commit a bit; see the PR for details/discussion.
2019-09-15 10:50:08 +02:00
Fabian Möller
90b8849b20
Logbook: fix darwin build
2019-09-14 22:33:59 +02:00
Fabian Möller
618b7d7de0
nbval: fix darwin build
2019-09-14 22:24:57 +02:00
Fabian Möller
d3aaa25390
notebook: fix darwin build
2019-09-14 21:20:54 +02:00
Fabian Möller
88264604ff
ipykernel:fix darwin build
2019-09-14 21:19:09 +02:00
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
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