Commit Graph

21947 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
Frederik Rietdijk
92cc7f8d39 python3Packages.python-redis-lock: 3.6.0 -> 3.7.0 2020-12-01 14:44:19 +01:00
Frederik Rietdijk
1b92035490 python3Packages.python-rapidjson: 0.9.3 -> 0.9.4 2020-12-01 14:44:19 +01:00
Frederik Rietdijk
dbe5c3d358 python3Packages.python-prctl: 1.7 -> 1.8.1 2020-12-01 14:44:19 +01:00
Frederik Rietdijk
972fe70a28 python3Packages.python-periphery: 2.1.0 -> 2.1.1 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
14489d82fd python3Packages.python-miio: 0.5.3 -> 0.5.4 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
92f50ee3fb python3Packages.python-markdown-math: 0.7 -> 0.8 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
ea6e5d59e4 python3Packages.python-dotenv: 0.14.0 -> 0.15.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
49742e1f7b python3Packages.pytest-xprocess: 0.14.0 -> 0.17.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
6c1eec9838 python3Packages.pytest-xdist: 1.34.0 -> 2.1.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
fbaeb79398 python3Packages.pytest-testmon: 1.0.2 -> 1.0.3 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
8cdf17768d python3Packages.pytest-services: 2.1.0 -> 2.2.1 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
ca8a4c0227 python3Packages.pytest-repeat: 0.8.0 -> 0.9.1 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
da97a2e392 python3Packages.pytest-randomly: 3.4.1 -> 3.5.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
4f73622243 python3Packages.pytest-quickcheck: 0.8.5 -> 0.8.6 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
71bc6139d6 python3Packages.pytest-mypy: 0.6.2 -> 0.8.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
543e3f1eb1 python3Packages.pytest-mpl: 0.11 -> 0.12 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
324a8206b9 python3Packages.pytest-mock: 3.2.0 -> 3.3.1 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
4554c3cedf python3Packages.pytest-isort: 1.1.0 -> 1.2.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
4e9a642d20 python3Packages.pytest-flask: 1.0.0 -> 1.1.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
13d3f58ae6 python3Packages.pytest-flakes: 4.0.2 -> 4.0.3 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
520412b7c6 python3Packages.pytest-django: 3.9.0 -> 4.1.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
59e3fc946e python3Packages.pysqueezebox: 0.4.0 -> 0.5.5 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
cdb0fd2a6c python3Packages.pyspread: 1.99.4 -> 1.99.5 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
ee86d1d022 python3Packages.pysonos: 0.0.35 -> 0.0.37 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
3212f6a5b7 python3Packages.pyserial-asyncio: 0.4 -> 0.5 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
1851795427 python3Packages.pyrsistent: 0.16.1 -> 0.17.3 2020-12-01 14:44:18 +01:00
Frederik Rietdijk
9ed270f598 python3Packages.pyro-api: 0.1.1 -> 0.1.2 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
fa22a342ff python3Packages.pyramid: 1.10.4 -> 1.10.5 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
8d3914663e python3Packages.pyopencl: 2020.2.2 -> 2020.3.1 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
ae3fcdef9f python3Packages.pyobjc: 6.2.2 -> 7.0 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
fdf92ed7e4 python3Packages.pynput: 1.6.8 -> 1.7.1 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
ab16681980 python3Packages.pynisher: 0.5.0 -> 0.6.3 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
573043dfa0 python3Packages.pymongo: 3.11.0 -> 3.11.1 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
9d46fbe6f6 python3Packages.pymediainfo: 4.2.1 -> 5.0.3 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
58be2cde98 python3Packages.pymatgen: 2020.8.13 -> 2020.11.11 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
c92f408595 python3Packages.pylibacl: 0.5.4 -> 0.6.0 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
09aa19ff15 python3Packages.pykdtree: 1.3.1 -> 1.3.4 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
2398f0e87f python3Packages.pyhaversion: 3.3.0 -> 3.4.2 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
60b06dd18e python3Packages.pygtrie: 2.3 -> 2.4.1 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
46057ad619 python3Packages.pygit2: 1.3.0 -> 1.4.0 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
2f76807dd6 python3Packages.pygame: 1.9.6 -> 2.0.0 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
571ea8b561 python3Packages.pyfakefs: 4.1.0 -> 4.3.2 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
883b8ee4ca python3Packages.pyee: 7.0.4 -> 8.1.0 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
c9a189fdf9 python3Packages.pydicom: 2.0.0 -> 2.1.1 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
77831d780d python3Packages.pycapnp: 0.6.4 -> 1.0.0 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
298c9d72ec python3Packages.pybtex: 0.22.2 -> 0.23.0 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
018881bd7a python3Packages.pybids: 0.12.3 -> 0.12.4 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
1c85aa8be4 python3Packages.pyTelegramBotAPI: 3.7.3 -> 3.7.4 2020-12-01 14:44:17 +01:00
Frederik Rietdijk
1062cec183 python3Packages.py3status: 3.28 -> 3.31 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
caa7c0c537 python3Packages.prov: 1.5.3 -> 2.0.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
a8877e2b93 python3Packages.prometheus_client: 0.8.0 -> 0.9.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
daad301664 python3Packages.prettytable: 0.7.2 -> 2.0.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
399aaa75a9 python3Packages.preshed: 3.0.3 -> 3.0.4 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
1899f70f9f python3Packages.portend: 2.6 -> 2.7.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
312b1c4a03 python3Packages.pooch: 1.0.0 -> 1.3.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
dc81884a54 python3Packages.pony: 0.7.13 -> 0.7.14 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
2bc8db85e1 python3Packages.plyvel: 1.2.0 -> 1.3.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
445ffde26f python3Packages.plotly: 4.9.0 -> 4.13.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
e1d97bb67f python3Packages.plaid-python: 7.1.0 -> 7.2.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
ea2c0ce8e5 python3Packages.pkginfo: 1.5.0.1 -> 1.6.1 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
e8d1468c97 python3Packages.pip-tools: 5.3.1 -> 5.4.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
a983124b8f python3Packages.Pillow: 7.2.0 -> 8.0.1 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
5997e56b63 python3Packages.pikepdf: 1.18.0 -> 2.2.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
ce800e680b python3Packages.phonenumbers: 8.12.12 -> 8.12.13 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
d7f1d8714c python3Packages.pglast: 1.12 -> 1.14 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
deab81d3a7 python3Packages.pex: 2.1.20 -> 2.1.21 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
a67d952154 python3Packages.pdoc3: 0.9.1 -> 0.9.2 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
e3a42f61c1 python3Packages.pbr: 5.4.5 -> 5.5.1 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
8dd65ac58f python3Packages.pathspec: 0.8.0 -> 0.8.1 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
ed1fecd598 python3Packages.patator: 0.7 -> 0.9 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
d1b6691fc3 python3Packages.parfive: 1.1.1 -> 1.2.0 2020-12-01 14:44:16 +01:00
Frederik Rietdijk
a235d46559 python3Packages.papermill: 2.1.3 -> 2.2.2 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
6f77a2fcf0 python3Packages.panel: 0.9.7 -> 0.10.2 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
93ede405ee python3Packages.pamqp: 2.3.0 -> 3.0.1 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
5b0d792401 python3Packages.packaging: 20.4 -> 20.7 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
fa3932cba6 python3Packages.outcome: 1.0.1 -> 1.1.0 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
b522a95061 python3Packages.opentracing: 2.3.0 -> 2.4.0 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
4d629ab5e8 python3Packages.nunavut: 0.3.9 -> 0.6.2 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
2118bc6695 python3Packages.numpy-stl: 2.12.0 -> 2.13.0 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
f94d0f27d1 python3Packages.numericalunits: 1.24 -> 1.25 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
e0fbbfef43 python3Packages.ntplib: 0.3.3 -> 0.3.4 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
5ddb9e6c8f python3Packages.notify_py: 0.2.4 -> 0.3.1 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
800741c8b8 python3Packages.notebook: 6.1.4 -> 6.1.5 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
1109b7c675 python3Packages.nibabel: 3.2.0 -> 3.2.1 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
aa4e3b931c python3Packages.networkx: 2.4 -> 2.5 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
65ccb216f1 python3Packages.nest_asyncio: 1.4.2 -> 1.4.3 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
d550813ea1 python3Packages.neo: 0.8.0 -> 0.9.0 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
ab0badec93 python3Packages.nbdime: 2.0.0 -> 2.1.0 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
23e4559e07 python3Packages.nbconvert: 5.6.1 -> 6.0.7 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
4fcfc74177 python3Packages.natsort: 7.0.1 -> 7.1.0 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
436a778ffe python3Packages.multidict: 4.7.6 -> 5.0.2 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
93584ee8b2 python3Packages.more-itertools: 8.4.0 -> 8.6.0 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
b0c62a94f0 python3Packages.mlflow: 1.10.0 -> 1.12.1 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
73ab53b759 python3Packages.minio: 6.0.0 -> 6.0.2 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
51caa355b4 python3Packages.mecab-python3: 1.0.2 -> 1.0.3 2020-12-01 14:44:15 +01:00
Frederik Rietdijk
2398277abf python3Packages.matplotlib: 3.3.2 -> 3.3.3 2020-12-01 14:44:14 +01:00
Frederik Rietdijk
7e3e51b381 python3Packages.mathlibtools: 0.0.10 -> 1.0.0 2020-12-01 14:44:14 +01:00
Frederik Rietdijk
e471c1f139 python3Packages.marshmallow: 3.7.1 -> 3.9.1 2020-12-01 14:44:14 +01:00
Frederik Rietdijk
55927bc94c python3Packages.marshmallow-sqlalchemy: 0.23.1 -> 0.24.1 2020-12-01 14:44:14 +01:00
Frederik Rietdijk
85f41326d3 python3Packages.Markdown: 3.2.2 -> 3.3.3 2020-12-01 14:44:14 +01:00