Commit Graph

21845 Commits

Author SHA1 Message Date
Frederik Rietdijk 76966f8ddd pythonPackages.pip-install-hook: remove --build option
Pip had the option --build to build in a custom or temporary directory.
Nowadays, pip just listens to TMPDIR, which we already set.

This option was deprecated and is removed in pip 20.3.
2020-12-01 14:44:26 +01:00
Jonathan Ringer df11a2851c python3Packages.faker: fix tests, remove random2 2020-12-01 14:44:26 +01:00
Jonathan Ringer 9a885384da python3Packages.faker: 4.17.1 -> 4.18.0 2020-12-01 14:44:26 +01:00
Jonathan Ringer 7c0fe73bad python3Packages.pyproj: fix tests 2020-12-01 14:44:26 +01:00
Jonathan Ringer c68fdc1fbe python3Packages.dask: fix tests
Tests cannot be ran concurrently
2020-12-01 14:44:26 +01:00
Jonathan Ringer 9cb62449f6 python3Packages.setproctitle: ignore impure tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 7bd3696366 python3Packages.pikepdf: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 74d73c7b8e python3Packages.secretstorage: 3.1.1 -> 3.3.0 2020-12-01 14:44:25 +01:00
Jonathan Ringer f616eaf5f5 python3Packages.cheroot: fix tests by removing pytest-testmon 2020-12-01 14:44:25 +01:00
Jonathan Ringer 60671ec1cb python3Packages.requests-unixsocket: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 7308561b35 python3Packages.portend: fix build 2020-12-01 14:44:25 +01:00
Jonathan Ringer 3d3a388d0c python3Packages.Pyro4: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer d4f96ddd9d python3Packages.jsonrpc-websocket: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 2985066439 python3Packages.h5py: fix build and disable tests
test suite now requires pytest-mpi which isn't available
2020-12-01 14:44:25 +01:00
Jonathan Ringer 732b38a835 python39Packages.boto: disable for python39
no longer compatible:
```
  File "/build/boto-2.49.0/tests/unit/utils/test_utils.py", line 88, in hmac_hashfunc
    return hmac.new(b'mysecretkey', msg)
  File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 170, in new
    return HMAC(key, msg, digestmod)
  File "/nix/store/x3655l9x6b5khxzzl0s2zg1kn0qr3zfs-python3-3.9.0/lib/python3.9/hmac.py", line 56, in __init__
    raise TypeError("Missing required parameter 'digestmod'.")
TypeError: Missing required parameter 'digestmod'.
```
2020-12-01 14:44:25 +01:00
Jonathan Ringer 0e15bde06f python3Packages.jeepney: fix tests 2020-12-01 14:44:25 +01:00
Jonathan Ringer 0500a26418 python3Packages.joblib: fix tests 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 26ed734e51 python2Packages.packaging: keep 20.4 around 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 7d6468de0c pythonPackages.isort: fix build system, keep version for python 2 2020-12-01 14:44:25 +01:00
Frederik Rietdijk aadeda550a python3Packages.poetry-core: isort is no test dep 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 41f2c382e6 Revert "python3Packages.panel: 0.9.7 -> 0.10.2"
Panel attempts to fetch js models from the web. Yikes!

This reverts commit 8d2cae0c2c4452aa0034e877540776b946a8374a.
2020-12-01 14:44:25 +01:00
Frederik Rietdijk fe20e43910 python3Packages.tqdm: fix build 2020-12-01 14:44:25 +01:00
Frederik Rietdijk db417d32e8 python3Packages.numpy: fix compatibility with newer pytest 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 98a0342b78 python3Packages.aiohttp: fix build 2020-12-01 14:44:25 +01:00
Frederik Rietdijk 98996d05de python3Packages.re-assert: init at 1.1.0 2020-12-01 14:44:25 +01:00
Jonathan Ringer 7d73203369 python3Packages.pymatgen: fix deps 2020-12-01 14:44:24 +01:00
Jonathan Ringer 804de2a2ff python3Packages.notebook: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer 113083c7eb python3Packages.nbconver: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer 4f4d369be7 python3Packages.nbclient: enable conditional checking 2020-12-01 14:44:24 +01:00
Jonathan Ringer 4670a8f304 python3Packages.jupyterlab-pygments: init at 0.1.2 2020-12-01 14:44:24 +01:00
Jonathan Ringer b59209334a python37Packages.prettytable: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 72ee790f5d python3Packages.pynput: fix linux build 2020-12-01 14:44:24 +01:00
Jonathan Ringer ff4c38abd9 python3Packages.numpy: use pytest_5 2020-12-01 14:44:24 +01:00
Jonathan Ringer 0b58b6ed8e python3Packages.inform: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer fbec077998 python3Packages.keyrings-alt: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 2ebbe387c4 python3Packages.pooch: fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer 789b163aab python3Packages.uncompyle6: disable for python3.9
See: https://github.com/rocky/python-uncompyle6/issues/331
2020-12-01 14:44:24 +01:00
Jonathan Ringer b31bc72bc3 python3Packages.pytest-services: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 23db404965 python3Packages.pyusb: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 754cd330ba python3Packages.astroid: disable for python3.9
See https://github.com/PyCQA/astroid/issues/845
2020-12-01 14:44:24 +01:00
Jonathan Ringer 0ffef62eba python3Packages.databricks-connect: fix build 2020-12-01 14:44:24 +01:00
Jonathan Ringer 39111279b1 python3Packages.isort: refactor 2020-12-01 14:44:24 +01:00
Jonathan Ringer 356d1d95c7 python3Packages.pc-ble-driver-py: disable for python3.9 2020-12-01 14:44:24 +01:00
Jonathan Ringer cdb402ce3d python3Packages.isort: build from source, fix tests 2020-12-01 14:44:24 +01:00
Jonathan Ringer 09ab575e37 python3Packages.isort: update homepage 2020-12-01 14:44:23 +01:00
Jonathan Ringer 19cbedb767 python37Packages.uvicorn: fix tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer 640b5de8ad python37Packages.h2: fix tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer c2b7ad587c python3Packages.cx_Freeze: fix tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer 89857a3c1e python3Packages.cx_Freeze: fix build 2020-12-01 14:44:23 +01:00
Jonathan Ringer 029d3f5ccc python3Packages.colorlog: fix build 2020-12-01 14:44:23 +01:00
Jonathan Ringer 14f990687d python3Packages.block-io: fix build 2020-12-01 14:44:23 +01:00
Jonathan Ringer d3fc640a74 python37Packages.JPype1: fix build 2020-12-01 14:44:23 +01:00
Jonathan Ringer 33f5ff0189 python3Packages.ansi2html: fix build and tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer 22e2c11cba python3Packages.atsim_potentials: fix homepage 2020-12-01 14:44:23 +01:00
Jonathan Ringer 8867b954e6 python3Packages.atsim_potentials: attempt fix, mark broken 2020-12-01 14:44:23 +01:00
Jonathan Ringer 36ae4211a7 python3Packages.atpublic: fix tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer 0f1cd9c7e3 python3Packages.atlassian-python-api: fix tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer 86eeb2bf88 python3Packages.routes: fix tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer c6ca81920e python3Packages.markdownsuperscript: mark broken 2020-12-01 14:44:23 +01:00
Jonathan Ringer a2db06c3f7 python3Packages.codespell: fix tests 2020-12-01 14:44:23 +01:00
Jonathan Ringer c4701586e9 python3Packages.email_validator: fix pname 2020-12-01 14:44:23 +01:00
Frederik Rietdijk 48e340f414 python3Packages.pynacl: use latest hypothesis 2020-12-01 14:44:23 +01:00
Frederik Rietdijk e11dd51b2a fixup flit 2020-12-01 14:44:23 +01:00
Frederik Rietdijk 0a2ace6cd1 python3Packages.wheel: 0.34.2 -> 0.35.1 2020-12-01 14:44:23 +01:00
Frederik Rietdijk ea0bf3c70a python3Packages.setuptools: 47.3.1 -> 50.3.1 2020-12-01 14:44:23 +01:00
Frederik Rietdijk ec19442578 python3Packages.zope.interface: 5.1.2 -> 5.2.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 7aabdca2fd python3Packages.zope.event: 4.4 -> 4.5.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 87ca08c9e6 python3Packages.zm-py: 0.4.0 -> 0.5.2 2020-12-01 14:44:22 +01:00
Frederik Rietdijk acaac851c2 python3Packages.zipp: 3.1.0 -> 3.4.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 892856c8b3 python3Packages.zigpy-deconz: 0.9.2 -> 0.11.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk e96894e908 python3Packages.zha-quirks: 0.0.46 -> 0.0.47 2020-12-01 14:44:22 +01:00
Frederik Rietdijk a18c3a82da python3Packages.zfec: 1.5.4 -> 1.5.5 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 37e8c0657f python3Packages.yt: 3.6.0 -> 3.6.1 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 5cd8c98f50 python3Packages.yarl: 1.5.1 -> 1.6.3 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 37fdade091 python3Packages.XStatic-Pygments: 2.2.0.1 -> 2.7.2.1 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 595b494e54 python3Packages.XStatic-jQuery-File-Upload: 9.23.0.1 -> 10.31.0.1 2020-12-01 14:44:22 +01:00
Frederik Rietdijk d92fdbe4e3 python3Packages.XStatic-Bootstrap: 4.1.3.1 -> 4.5.3.1 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 907b6de769 python3Packages.xml2rfc: 2.47.0 -> 3.5.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 6794dea1f8 python3Packages.xdot: 1.1 -> 1.2 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 5f3c230c11 python3Packages.xcffib: 0.10.1 -> 0.11.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 4c30f85ad5 python3Packages.wsproto: 0.15.0 -> 1.0.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 07436d5118 python3Packages.west: 0.7.3 -> 0.8.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk a794a6db3e python3Packages.web.py: 0.61 -> 0.62 2020-12-01 14:44:22 +01:00
Frederik Rietdijk b799fe61b7 python3Packages.watchdog: 0.10.3 -> 0.10.4 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 257ad21919 python3Packages.virtualenv: 20.0.35 -> 20.2.1 2020-12-01 14:44:22 +01:00
Frederik Rietdijk 707b85e5d9 python3Packages.vine: 1.3.0 -> 5.0.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk a692a2a296 python3Packages.vega_datasets: 0.8.0 -> 0.9.0 2020-12-01 14:44:22 +01:00
Frederik Rietdijk c69e1c0e9c python3Packages.validators: 0.17.1 -> 0.18.1 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 9e630c1dd4 python3Packages.urwid_readline: 0.11 -> 0.12 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 5d408a761b python3Packages.urllib3: 1.25.11 -> 1.26.2 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 635abd7784 python3Packages.uproot: 3.12.0 -> 3.13.1 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 58f05907ca python3Packages.uproot-methods: 0.8.0 -> 0.9.1 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 177bbcc5e6 python3Packages.uncertainties: 3.1.4 -> 3.1.5 2020-12-01 14:44:21 +01:00
Frederik Rietdijk b9ec4a1cb1 python3Packages.ujson: 3.1.0 -> 4.0.1 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 21220bb6cb python3Packages.typeguard: 2.9.1 -> 2.10.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk d55e1c280d python3Packages.tvnamer: 3.0.1 -> 3.0.2 2020-12-01 14:44:21 +01:00
Frederik Rietdijk f92747ec1f python3Packages.transitions: 0.8.4 -> 0.8.5 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 827ed5a13d python3Packages.traitsui: 7.0.1 -> 7.1.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 867137bb3a python3Packages.traitlets: 4.3.3 -> 5.0.5 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 30b6aa3bc1 python3Packages.tqdm: 4.48.2 -> 4.54.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk c6566b0b99 python3Packages.tox: 3.19.0 -> 3.20.1 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 240d3ffe5c python3Packages.tornado: 6.0.4 -> 6.1 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 5b2d82451f python3Packages.tldextract: 2.2.3 -> 3.1.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk f3acad1a11 python3Packages.tld: 0.12.2 -> 0.12.3 2020-12-01 14:44:21 +01:00
Frederik Rietdijk f43fd49560 python3Packages.timezonefinder: 4.4.1 -> 4.5.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 7945072771 python3Packages.tifffile: 2020.8.25 -> 2020.11.26 2020-12-01 14:44:21 +01:00
Frederik Rietdijk d7191b56c1 python3Packages.tflearn: 0.3.2 -> 0.5.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 0425a46658 python3Packages.testfixtures: 6.14.2 -> 6.15.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 4baa1a4072 python3Packages.terminado: 0.8.3 -> 0.9.1 2020-12-01 14:44:21 +01:00
Frederik Rietdijk e726a02990 python3Packages.sybil: 1.4.0 -> 2.0.0 2020-12-01 14:44:21 +01:00
Frederik Rietdijk 5050d55009 python3Packages.stripe: 2.54.0 -> 2.55.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk d3823c62ad python3Packages.strictyaml: 1.1.0 -> 1.1.1 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 722c434a18 python3Packages.staticjinja: 0.3.5 -> 0.4.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk b5bea5a214 python3Packages.sqlparse: 0.3.1 -> 0.4.1 2020-12-01 14:44:20 +01:00
Frederik Rietdijk b8c648802c python3Packages.sqlite-utils: 2.22 -> 3.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 6fe30dee4f python3Packages.spyder: 4.1.5 -> 4.2.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk e5f0a810ce python3Packages.spyder-kernels: 1.9.4 -> 1.10.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 2367da81cc python3Packages.sphinxcontrib-plantuml: 0.18.1 -> 0.19 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 24d78e70a8 python3Packages.sphinx_rtd_theme: 0.4.3 -> 0.5.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk a8d9c4d92d python3Packages.sortedcontainers: 2.2.2 -> 2.3.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 3655301cbd python3Packages.sorl-thumbnail: 12.6.3 -> 12.7.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 953f3e21eb python3Packages.sopel: 7.0.6 -> 7.0.7 2020-12-01 14:44:20 +01:00
Frederik Rietdijk fadf602c5b python3Packages.soco: 0.19 -> 0.20 2020-12-01 14:44:20 +01:00
Frederik Rietdijk ed34c4f8a9 python3Packages.sniffio: 1.1.0 -> 1.2.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk f4057ac7d5 python3Packages.slither-analyzer: 0.6.13 -> 0.6.14 2020-12-01 14:44:20 +01:00
Frederik Rietdijk df54d1a9a8 python3Packages.slicer: 0.0.4 -> 0.0.5 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 082e19c66d python3Packages.skorch: 0.8.0 -> 0.9.0 2020-12-01 14:44:20 +01:00
Frederik Rietdijk c0104718f9 python3Packages.setproctitle: 1.1.10 -> 1.2 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 1e956d7569 python3Packages.sentry-sdk: 0.16.5 -> 0.19.4 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 58ebc2322e python3Packages.scour: 0.38.1.post1 -> 0.38.2 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 04a0d45025 python3Packages.s3fs: 0.4.2 -> 0.5.1 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 0625e5773a python3Packages.Routes: 2.4.1 -> 2.5.1 2020-12-01 14:44:20 +01:00
Frederik Rietdijk 5667ca326c python3Packages.robotframework-sshlibrary: 3.4.0 -> 3.5.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk b4479c12d4 python3Packages.robotframework-requests: 0.7.1 -> 0.7.2 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 786a792cea python3Packages.rlp: 1.2.0 -> 2.0.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk f616d7e7d5 python3Packages.ripser: 0.5.4 -> 0.6.0 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 738738dc8b python3Packages.restructuredtext_lint: 1.3.1 -> 1.3.2 2020-12-01 14:44:19 +01:00
Frederik Rietdijk b8c97e909c python3Packages.RestrictedPython: 5.0 -> 5.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk e5b7c4df48 python3Packages.responses: 0.10.16 -> 0.12.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 10cc4a0bd3 python3Packages.regex: 2020.7.14 -> 2020.11.13 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 7df46c605b python3Packages.readme_renderer: 26.0 -> 28.0 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 6556711c87 python3Packages.r2pipe: 1.4.2 -> 1.5.3 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 7856dc96f3 python3Packages.qtconsole: 4.7.7 -> 5.0.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk b6cd65f42d python3Packages.pyzmq: 19.0.2 -> 20.0.0 2020-12-01 14:44:19 +01:00
Frederik Rietdijk a3db9d171a python3Packages.pyxnat: 1.3 -> 1.4 2020-12-01 14:44:19 +01:00
Frederik Rietdijk af23ac7cbe python3Packages.pyusb: 1.0.2 -> 1.1.0 2020-12-01 14:44:19 +01:00
Frederik Rietdijk ce5aefb92d python3Packages.pytz: 2020.1 -> 2020.4 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 228aa78ac2 python3Packages.python-fedora: 1.0.0 -> 1.1.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk 74bfe260c8 python3Packages.python-telegram-bot: 12.8 -> 13.0 2020-12-01 14:44:19 +01:00
Frederik Rietdijk a38aba89df python3Packages.python-socketio: 4.6.0 -> 4.6.1 2020-12-01 14:44:19 +01:00