Commit Graph

23450 Commits

Author SHA1 Message Date
github-actions[bot]
09e2990117
Merge master into staging-next 2021-01-24 12:41:11 +00:00
Sandro
31e38da733
Merge pull request #110669 from fabaff/desc-glances-api
python3Packages.glances-api: fix description
2021-01-24 12:15:31 +01:00
Fabian Affolter
6a12c0b99e python3Packages.glances-api: fix description 2021-01-24 09:25:38 +01:00
github-actions[bot]
a2994c588a
Merge master into staging-next 2021-01-24 06:44:02 +00:00
Fabian Affolter
c846241bac python3Packages.build: 0.0.3.1 -> 0.1.0 2021-01-23 19:07:57 -08:00
Fabian Affolter
5adc098c1d python3Packages.build: adjust meta 2021-01-23 19:07:57 -08:00
Fabian Affolter
445a3f548b python3Packages.dulwich: update licensing (GPLv2+ and ASL 2.0) 2021-01-23 19:07:57 -08:00
Fabian Affolter
16206d0a20 python3Packages.dulwich: adjust meta 2021-01-23 19:07:57 -08:00
Fabian Affolter
2048734cb4 python3Packages.dulwich: 0.20.14 -> 0.20.15 2021-01-23 19:07:57 -08:00
Fabian Affolter
04eab02b16 python3Packages.pyahocorasick: init at 1.4.0 2021-01-23 19:07:20 -08:00
github-actions[bot]
b88b52998b
Merge master into staging-next 2021-01-24 01:18:51 +00:00
Sandro
cdd646edf8
Merge pull request #110645 from prusnak/stdenv-lib-python
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:56:45 +01:00
Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Sandro
5c38ea76a1
Merge pull request #109362 from teh/disccache
python3Packages.diskcache: 4.1.0 -> 5.1.0
2021-01-24 01:09:06 +01:00
Sandro
a3dcc62acc
Merge pull request #110580 from danieldk/python-warmer-pyver-invariant
python3Packages.wasmer: make cargoHash invariant to the Python version
2021-01-24 01:05:42 +01:00
AndersonTorres
26017cf536 pyspread: add desktop item
Also, remove "spurious" pyspread package.
2021-01-23 20:14:06 -03:00
Jan Tojnar
01ee4ea574
Merge branch 'master' into staging-next 2021-01-24 00:09:45 +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
Daniël de Kok
491667c51a python3Packages.wasmer: make cargoHash invariant to the Python version
The package name used the Python version. Since the name is used in
the Cargo vendor directory, the Cargo vendor hash depended on the
Python version. Remove the Python version from the name.
2021-01-23 12:34:33 +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
github-actions[bot]
8103cb9089
Merge staging-next into staging 2021-01-23 01:18:03 +00: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
Robert Schütz
ed32406c74 python3Packages.multidict: 5.0.2 -> 5.1.0 2021-01-22 21:27:58 +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
github-actions[bot]
08c4f9056e
Merge staging-next into staging 2021-01-22 18:52:00 +00: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