3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

313391 commits

Author SHA1 Message Date
Sandro Jäckel 987296a1e1 python3Packages.wasmer*: package entire wasmer-compiler family 2021-09-01 21:23:21 +02:00
Sandro Jäckel 5252fe5f7f python39Packages.zigpy-xbee: 0.13.0 -> 0.14.0 2021-09-01 21:23:21 +02:00
Sandro Jäckel e2b137d3f6 python39Packages.tzlocal: add a comment to be compatible with APScheduler 2021-09-01 21:23:20 +02:00
Sandro Jäckel 3c9c1a8ce2 python39Packages.pytest-relaxed: switch to pytestCheckHook, relax decorator dependency, comment partial breakage 2021-09-01 21:23:20 +02:00
Sandro Jäckel 027d986f3d python39Packages.paramiko: use pytestCheckHook, cleanup 2021-09-01 21:23:20 +02:00
Sandro Jäckel 756d8f1d3f python39Packages.Fabric: format, use pytestCheckHook, update disable test comment 2021-09-01 21:23:20 +02:00
Sandro Jäckel 922fd9119d python39Packages.httpx: 0.18.2 -> 0.19.0 2021-09-01 21:23:20 +02:00
Sandro Jäckel c59e9b223b python39Packages.zigpy: 0.36.1 -> 0.37.1 2021-09-01 21:23:20 +02:00
Sandro Jäckel 0b0d4cc1ef python39Packages.gevent-websocket: update meta, disable checkPhase, add import check 2021-09-01 21:23:20 +02:00
Sandro Jäckel 741ee2ac7c python39Packages.fakeredis: disable failing tests 2021-09-01 21:23:20 +02:00
Sandro Jäckel f55ce683ce python3Packages.werkzeug: use latest pytest again 2021-09-01 21:23:20 +02:00
Sandro Jäckel ffcd829e7b python3Packages.urrllib3: use latest pytest again 2021-09-01 21:23:20 +02:00
Sandro Jäckel ac9f1519c5 python3Packages.trio: use latest pytest again 2021-09-01 21:23:20 +02:00
Sandro Jäckel 29b13f618c python3Packages.async-upnp-client: use latest pytest again 2021-09-01 21:23:20 +02:00
Anders Kaseorg d65d2ef1b7 python3Packages.isort: 5.6.4 → 5.9.3
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-01 21:23:20 +02:00
Sandro Jäckel 8c4144c932 python3Packages.pytest_6_1: relax pluggy constraints 2021-09-01 21:23:20 +02:00
Austin Butler ae433cd4c6 python3Packages.poetry: 1.1.7 -> 1.1.8 2021-09-01 21:23:20 +02:00
Austin Butler 7da13218b9 python3Packages.poetry-core: 1.0.3 -> 1.0.4 2021-09-01 21:23:20 +02:00
Martin Weinelt a1f8000e3a python3Packages.sphinx: fix build with Pygments>=2.10 2021-09-01 21:23:19 +02:00
Sandro Jäckel 658f9946d3 python39Packages.Cython: minor formatting cleanups 2021-09-01 21:23:19 +02:00
Sandro Jäckel 8db4f98c8b python39Packages.Cython: 0.29.22 -> 0.29.24
Required to build numpy

RuntimeError: Building NumPy requires Cython >= 0.29.24, found 0.29.22 at /nix/store/7qrl7hhzvbmd966b61w3n0dkamn863gn-python3.9-Cython-0.29.22/lib/python3.9/site-packages/Cython/init.py
2021-09-01 21:23:19 +02:00
Martin Weinelt e0ef8da128 python3Packages.pytest_5: relax pluggy constraints 2021-09-01 21:23:19 +02:00
Sandro Jäckel 9409588dd6 python39Packages.flit-core: break infinite recursion with setuptools-scm by splitting tests, add SuperSandro2000 as maintainer 2021-09-01 21:23:19 +02:00
Sandro Jäckel ce240f5ca1 python39Packages.tomli: break infinite recursion with setuptools-scm by splitting tests, add SuperSandro2000 as maintainer 2021-09-01 21:23:19 +02:00
Sandro Jäckel e0620c63a7 python39Packages.setuptools-scm: relax tomli ping 2021-09-01 21:23:19 +02:00
Sandro Jäckel 88252edcb1 python39Packages.zipp: update meta, remove unused checkInputs
tests are not run anyway
2021-09-01 21:23:19 +02:00
Sandro Jäckel 2016ebd1fd python3Packages: provide setuptools-scm with toml[i] by default and remove duplicated toml packages
Some packages seem to still require toml despite setuptools-scm having switched to tomli.
If it is missing the version number in dist.into is set to 0.0.0 and silently all version pins break.
2021-09-01 21:23:19 +02:00
Sandro Jäckel 684acec3e9 python3Packages.pytest_4: relax pluggy constraints
Following 7e27631e46c8121e5b906083e1de74ec53de2730
2021-09-01 21:23:19 +02:00
Martin Weinelt b1e9c9c4e0 python3Packages.requests: restore python2 compatibility 2021-09-01 21:23:19 +02:00
Martin Weinelt 635fefca23 python3Packages.brotli: convert to pytestCheckHook 2021-09-01 21:23:19 +02:00
Martin Weinelt 97ca5289be python2Packages.pluggy: reinit at 0.13.1 2021-09-01 21:23:19 +02:00
Martin Weinelt 9522723565 python2Packages.contextlib2: reinit at 0.6.0.post1 2021-09-01 21:23:19 +02:00
Sandro Jäckel e7ee7f4e00 python39Packages.backports-entry-points-selectable: init at 1.1.0 2021-09-01 21:23:19 +02:00
Martin Weinelt 65931335b6 python3Packages.pytest: relax pluggy constraints
Apparently possible without further changes:
https://github.com/pytest-dev/pytest/pull/9040
2021-09-01 21:23:19 +02:00
Martin Weinelt 28a7e0c803 python3Packages.yt: 3.6.1 -> 4.0.1 2021-09-01 21:23:18 +02:00
Martin Weinelt 62c76c19ee python3Packages.vivisect: 0.2.1 -> 1.0.4 2021-09-01 21:23:18 +02:00
Martin Weinelt 1c339adf92 python3Packages.trytond: 5.8.11 -> 6.0.5 2021-09-01 21:23:18 +02:00
Martin Weinelt 6aa82b04a6 python3Packages.towncrier: 19.9.0 -> 21.3.0 2021-09-01 21:23:18 +02:00
Martin Weinelt cb28f8c460 python3Packages.sure: 1.4.11 -> 2.0.0 2021-09-01 21:23:18 +02:00
Martin Weinelt 25f103c35b python3Packages.spyder-kernels: 1.10.3 -> 2.1.0 2021-09-01 21:23:18 +02:00
Martin Weinelt 8f98c60f3c python3Packages.spyder: 4.2.5 -> 5.1.1 2021-09-01 21:23:18 +02:00
Martin Weinelt 1597a00f27 python3Packages.sphinxcontrib-htmlhelp: 1.0.3 -> 2.0.0 2021-09-01 21:23:18 +02:00
Martin Weinelt 2f06ac2fb1 python3Packages.rdflib: 5.0.0 -> 6.0.0 2021-09-01 21:23:18 +02:00
Martin Weinelt 3b96b29a18 python3Packages.pytube: 10.9.3 -> 11.0.0 2021-09-01 21:23:18 +02:00
Martin Weinelt 3a6b0446e7 python3Packages.pytest-isort: 1.3.0 -> 2.0.0 2021-09-01 21:23:18 +02:00
Martin Weinelt e3bdb6fea2 python3Packages.pyramid: 1.10.8 -> 2.0 2021-09-01 21:23:18 +02:00
Martin Weinelt cd6850f5fc python3Packages.Pykka: 2.0.3 -> 3.0.1 2021-09-01 21:23:18 +02:00
Martin Weinelt 41fc7ddc97 python3Packages.pudb: 2020.1 -> 2021.1 2021-09-01 21:23:18 +02:00
Martin Weinelt f617ab435c python3Packages.priority: 1.3.0 -> 2.0.0 2021-09-01 21:23:18 +02:00
Martin Weinelt d9733b9992 python3Packages.pluggy: 0.13.1 -> 1.0.0 2021-09-01 21:23:18 +02:00