Commit Graph

23395 Commits

Author SHA1 Message Date
Fabian Affolter
480f0263ca python3Packages.haversine: init at 2.3.0 2021-01-24 21:54:49 +01:00
markuskowa
2f34b4b883 Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
Sandro
6cdd3c8d0f Merge pull request #110624 from fabaff/bump-pytile
python3Packages.pytile: 5.1.0 -> 5.1.1
2021-01-23 22:21:12 +01:00
Fabian Affolter
3c73686b21 python3Packages.pytile: 5.1.0 -> 5.1.1 2021-01-23 21:27:17 +01:00
Sandro
9889ae01be Merge pull request #110592 from fabaff/pycfdns 2021-01-23 21:03:03 +01:00
Guillaume Girol
4f33765575 Merge pull request #109532 from danieldk/tokenizers-0.10.0
python3Packages.tokenizers: 0.9.4 -> 0.10.0
2021-01-23 16:56:24 +00:00
Guillaume Girol
5f92e694d9 Merge pull request #109505 from danieldk/transformers-4.2.1
python3Packages.transformers: 4.1.1 -> 4.2.2
2021-01-23 16:54:54 +00:00
Daniël de Kok
7f840a1acf python3Packages.transformers: re-relax tokenizer bound 2021-01-23 16:22:56 +01:00
Daniël de Kok
861aade898 python3Packages.transformers: 4.2.1 -> 4.2.2
Changelog:
https://github.com/huggingface/transformers/releases/tag/v4.2.2
2021-01-23 16:18:51 +01:00
Robert Schütz
1a495d604f Merge pull request #110597 from fabaff/aioeafm
python3Packages.aioeafm: init at 1.0.0
2021-01-23 15:20:29 +01:00
Fabian Affolter
8d7b41b43d python3Packages.aioeafm: init at 1.0.0 2021-01-23 14:41:52 +01:00
Fabian Affolter
ca100334df python3Packages.pycfdns: init at 1.2.1 2021-01-23 14:10:15 +01:00
Markus Kowalewski
6dba41fbcb mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Daniël de Kok
cca0b0117b python3Packages.tokenizers: 0.9.4 -> 0.10.0
Changelog:
https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.0
2021-01-23 11:22:34 +01:00
Fabian Affolter
002b6599da python3Packages.amcrest: init at 1.7.2 2021-01-23 09:52:45 +01:00
Robert Schütz
c173f673ed pythonPackages.hbmqtt: disable on Python 3.9
See https://github.com/beerfactory/hbmqtt/issues/223.
2021-01-22 14:11:34 -08:00
Robert Schütz
8c1ce4ec70 pythonPackages.transitions: 0.8.5 -> 0.8.6 2021-01-22 14:11:34 -08:00
Martin Weinelt
c245e9d2ff Merge pull request #110530 from mweinelt/python-mpd
python3Packages.mpd2: 3.0.2 -> 3.0.3
2021-01-22 21:37:49 +01:00
Martin Weinelt
b4f60bfcac python3Packages.mpd2: add hexa to maintainers 2021-01-22 21:14:54 +01:00
Martin Weinelt
dc62266a1c python3Packages.mpd2: 3.0.2 -> 3.0.3
Fixes early disconnects when using the async MPDClient.
2021-01-22 20:18:10 +01:00
R. RyanTM
4aaa445477 certbot: 1.10.1 -> 1.11.0 (#109746) 2021-01-22 18:18:48 +01:00
R. RyanTM
f2c88014c8 python37Packages.bitarray: 1.6.1 -> 1.6.3 2021-01-22 07:51:33 -08:00
R. RyanTM
d92570f52c python37Packages.azure-storage-file-share: 12.4.0 -> 12.4.1 2021-01-22 07:48:17 -08:00
R. RyanTM
7981dff255 python37Packages.breathe: 4.26.0 -> 4.26.1 2021-01-22 07:47:55 -08:00
R. RyanTM
2fa6fdea12 python37Packages.APScheduler: 3.6.3 -> 3.7.0 2021-01-22 07:45:52 -08:00
R. RyanTM
64e991542e python37Packages.azure-storage-blob: 12.7.0 -> 12.7.1 2021-01-22 07:45:18 -08:00
R. RyanTM
a10f2c3f42 python37Packages.amqp: 5.0.2 -> 5.0.3 2021-01-22 07:44:54 -08:00
R. RyanTM
9a94b02519 python37Packages.alerta-server: 8.2.0 -> 8.3.3 2021-01-22 07:44:16 -08:00
R. RyanTM
416bdfbc38 python37Packages.mautrix: 0.8.6 -> 0.8.9 2021-01-22 07:40:16 -08:00
Fabian Affolter
01cb602043 python3Packages.hass-nabucasa: update test part 2021-01-22 07:39:44 -08:00
Fabian Affolter
82f32abe7d python3Packages.hass-nabucasa: 0.39.0 -> 0.41.0 2021-01-22 07:39:44 -08:00
Fabian Affolter
32b2eb6730 python3Packages.pycognito: use pytestCheckHook 2021-01-22 07:39:44 -08:00
Fabian Affolter
6759a781c7 python3Packages.pycognito: 0.1.4 -> 0.1.5 2021-01-22 07:39:44 -08:00
Robert Schütz
cefafeefbb pythonPackages.fuse: add pythonImportsCheck 2021-01-22 07:37:47 -08:00
R. RyanTM
1bafaad6e7 python37Packages.fuse: 1.0.0 -> 1.0.1 2021-01-22 07:37:47 -08:00
Fabian Affolter
766fb6a513 python3Packages.aioshelly: 0.5.3 -> 0.5.4 2021-01-22 07:36:14 -08:00
Sandro
2b56a69386 Merge pull request #110453 from fabaff/bsblan 2021-01-22 16:21:43 +01:00
Sandro
15e6801eb3 Merge pull request #110456 from fabaff/sendgrid 2021-01-22 16:08:33 +01:00
Frederik Rietdijk
6edf1bed78 python3.pkgs.scikitlearn: 0.23.2 -> 0.24.1 2021-01-22 14:22:47 +01:00
Frederik Rietdijk
e986624620 python3.pkgs.dask: 2.25.0 -> 2021.01.0 2021-01-22 13:28:04 +01:00
Fabian Affolter
534e9cc6ca python3Packages.tmb: 0.1.0 -> 0.1.1 (#110469) 2021-01-22 13:13:12 +01:00
Fabian Affolter
dc2f2bebce python3Packages.sendgrid: init at 6.5.0 2021-01-22 10:50:25 +01:00
Fabian Affolter
8e8e759c72 python3Packages.python-http-client: init at 3.3.1 2021-01-22 10:50:06 +01:00
Fabian Affolter
cc4c7328ee python3Packages.starkbank-ecdsa: init at 1.1.0 2021-01-22 10:49:51 +01:00
Fabian Affolter
7581c22616 python3Packages.bsblan: init at 0.4.1 2021-01-22 09:41:59 +01:00
Sandro
2d00719e46 Merge pull request #110400 from fabaff/bump-awesomeversion
python3Packages.awesomeversion: 20.12.5 -> 21.1.3
2021-01-22 09:35:37 +01:00
Fabian Affolter
038ab72940 python3Packages.cattrs: init at 1.1.2 2021-01-22 09:33:10 +01:00
Fabian Affolter
40021798b8 python3Packages.hatasmota: 0.2.5 -> 0.2.6 2021-01-21 23:59:46 -08:00
Fabian Affolter
3a43bbbc7c python3Packages.atenpdu: init at 0.3.1 2021-01-21 23:58:49 -08:00
R. RyanTM
1e3e562cdc python37Packages.ROPGadget: 6.4 -> 6.5 2021-01-21 23:39:37 -08:00