Commit Graph

23457 Commits

Author SHA1 Message Date
Martin Weinelt
c984bc100d python3Packages.pyatmo: 4.2.1 -> 4.2.2 2021-01-24 03:42:19 +01:00
Martin Weinelt
fb1c27f9e9 python3Packages.pybotvac: 0.0.18 -> 0.0.20 2021-01-24 03:42:19 +01: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
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
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
R. RyanTM
f82325b55a python37Packages.aiolifx: 0.6.8 -> 0.6.9 2021-01-21 23:39:20 -08:00
Fabian Affolter
1c5456573c python3Packages.awesomeversion: 20.12.5 -> 21.1.3 2021-01-21 23:38:58 +01:00
Sandro
39b25bbbb5
Merge pull request #110368 from fabaff/python-wink 2021-01-21 19:49:34 +01:00
Fabian Affolter
ae0ea7ed20 python3Packages.binho-host-adapter: init at 0.1.6 2021-01-21 19:04:43 +01:00
Fabian Affolter
4afb4968cd python3Packages.python-wink: init at 1.10.5 2021-01-21 18:12:27 +01:00
Sandro
d5d2206b95
Merge pull request #110309 from zimbatm/python3Packages.bash_kernel
python3Packages.bash_kernel: 0.7.1 -> 0.7.2
2021-01-21 18:05:45 +01:00
Sandro
4825212f16
Merge pull request #110363 from fabaff/vsure 2021-01-21 18:05:06 +01:00
Fabian Affolter
5cca230726 python3Packages.vsure: init at 1.6.1 2021-01-21 17:39:35 +01:00
R. RyanTM
dea5338c45 python37Packages.databricks-connect: 7.3.6 -> 7.3.7 2021-01-21 08:18:29 -08:00
R. RyanTM
9334bd4a30 python37Packages.google-cloud-secret-manager: 2.1.0 -> 2.2.0 2021-01-21 08:17:36 -08:00
Ryan Mulligan
2f527e095d
Merge pull request #110313 from r-ryantm/auto-update/python3.7-google-crc32c
python37Packages.google-crc32c: 1.1.1 -> 1.1.2
2021-01-21 06:56:28 -08:00
Robert Schütz
cd9c691abe pythonPackages.nidaqmx: fix spelling of pythonImportsCheck 2021-01-21 13:18:33 +01:00
R. RyanTM
6e5c0fc72b python37Packages.google-crc32c: 1.1.1 -> 1.1.2 2021-01-21 11:02:38 +00:00
zimbatm
a8dc17d3f2
python3Packages.bash_kernel: 0.7.1 -> 0.7.2 2021-01-21 11:52:09 +01:00
Sandro
930fcbc97c
Merge pull request #110281 from r-ryantm/auto-update/python3.7-mergedeep
python37Packages.mergedeep: 1.3.0 -> 1.3.1
2021-01-21 09:20:24 +01:00
R. RyanTM
b389b777e1 python37Packages.cliff: 3.5.0 -> 3.6.0 2021-01-20 23:58:16 -08:00
R. RyanTM
ebc9b86f80 python37Packages.django_treebeard: 4.3.1 -> 4.4 2021-01-20 23:57:47 -08:00
R. RyanTM
c3f5fb04db python37Packages.elementpath: 2.1.0 -> 2.1.1 2021-01-20 23:56:54 -08:00
R. RyanTM
8ceb353202 python37Packages.mergedeep: 1.3.0 -> 1.3.1 2021-01-21 07:16:18 +00:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
R. RyanTM
fa2e1dd70a python37Packages.colorcet: 2.0.2 -> 2.0.6 2021-01-20 19:25:20 -08:00
Mario Rodas
fe2005af70
Merge pull request #110134 from marsam/update-tubeup
python3Packages.tubeup: 0.0.20 -> 0.0.21, youtube-dlc: remove
2021-01-20 21:06:19 -05:00
Sandro Jäckel
f1478a78ff
python38Packages.bidict: Remove stale patch, use pytestCheckHook 2021-01-20 21:10:12 +01:00
Sandro Jäckel
9c6ca673a7
python37Packages.google-music: Remove stale postPatch 2021-01-20 21:10:12 +01:00
Sandro Jäckel
6ed5025067
pythonPackages.bellows: Execute tests again 2021-01-20 21:10:11 +01:00
Sandro Jäckel
69d3c5d89b
pythonPackages.spyder: Remove old substituteInPlace 2021-01-20 21:10:11 +01:00
Sandro Jäckel
72e80a623e
pythonPackages.mxnet: Remove old substituteInPlace 2021-01-20 21:09:23 +01:00
Sandro Jäckel
601917ea95
pythonPackages.azure-synapse-artifacts: Fix meta 2021-01-20 21:09:23 +01:00
Tim Steinbach
56ca9b2584
python3Packages.boto3: 1.16.56 -> 1.16.57 2021-01-20 12:36:55 -05:00
Tim Steinbach
3d29f6625c
python3Packages.botocore: 1.19.56 -> 1.19.57 2021-01-20 12:36:52 -05:00
Sandro
983fdcb88e
Merge pull request #110129 from dotlambda/git-annex-adapter-patch
python3Packages.git-annex-adapter: fix tests
2021-01-20 15:11:31 +01:00
Jacek Generowicz
f4213717f5
pythonPackages.pytest-instafail: init at 0.4.2 (#110138)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-01-20 15:11:15 +01:00
Sandro
0e21aef593
Merge pull request #110151 from dotlambda/ldaptor-tests 2021-01-20 14:39:25 +01:00
Robert Schütz
4544eb5e69 pythonPackages.privacyidea-ldap-proxy: does not support Python 3 2021-01-20 13:21:30 +01:00
Sandro
476cb1aaba
Merge pull request #108186 from PlushBeaver/catboost 2021-01-20 13:13:10 +01:00
Robert Schütz
96d31cbfe1 python3Packages.ldaptor: run tests
Also disable on non-supported python versions
2021-01-20 13:12:00 +01:00
Sandro
bb02f29f84
Merge pull request #110104 from fabaff/bump-sortedcollections
python3Packages.sortedcollections: 1.2.3 -> 2.1.0
2021-01-20 13:09:18 +01:00
Robert Schütz
82fc1ec36e python3Packages.git-annex-adapter: fix tests
fixes https://github.com/NixOS/nixpkgs/issues/108588
2021-01-20 12:57:30 +01:00
Robert Schütz
a824dc6bdd
Merge pull request #109507 from dotlambda/python-graphviz-0.16
pythonPackages.graphviz: 0.14.1 -> 0.16
2021-01-20 11:43:47 +01:00
Sandro
a121a5c5e4
Merge pull request #109961 from etu/python-crccheck-update-2
python3Packages.crccheck: 0.6 -> 1.0
2021-01-20 11:09:42 +01:00
Fabian Affolter
02a0928803 python3Packages.sortedcollections: 1.2.3 -> 2.1.0 2021-01-20 08:58:03 +01:00
Mario Rodas
6d25d3e09d python3Packages.youtube-dlc: drop
tubeup uses youtube-dl, and upstream seems to be unmaintained.
2021-01-20 04:20:00 +00:00
Mario Rodas
c0e781d9ad python3Packages.tubeup: 0.0.20 -> 0.0.21 2021-01-20 04:20:00 +00:00