Arnout Engelen
40b1f0d473
pyopenssl: skip test that fails on i686
...
Found in https://github.com/NixOS/nixpkgs/pull/105454#issuecomment-743973848
Upstream issue https://github.com/pyca/pyopenssl/issues/974
2020-12-15 13:49:21 +01:00
Ryan Mulligan
d094f26f32
Merge pull request #106938 from r-ryantm/auto-update/python3.8-dtschema
...
dt-schema: 2020.11 -> 2020.12
2020-12-15 04:21:43 -08:00
github-actions[bot]
77b786a5d9
Merge staging-next into staging
2020-12-15 12:20:58 +00:00
Ryan Mulligan
80cb17d42f
Merge pull request #106933 from MetaDark/pythonPackages.debugpy
...
pythonPackages.debugpy: 1.2.0 -> 1.2.1
2020-12-15 04:20:38 -08:00
sternenseemann
c5d2491fd1
utf8proc: enable tests
...
For the current version normtest and graphemetest are disabled. This
will probably change in the future. Those tests are problematic because
they depend on unicode data files which are downloaded by cmake at build
time:
file(MAKE_DIRECTORY data)
set(UNICODE_VERSION 13.0.0)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/NormalizationTest.txt data/NormalizationTest.txt SHOW_PROGRESS)
file(DOWNLOAD https://www.unicode.org/Public/${UNICODE_VERSION}/ucd/auxiliary/GraphemeBreakTest.txt data/GraphemeBreakTest.txt SHOW_PROGRESS)
For the next update, we'll probably need to patch out this section of
CMakeLists.txt and download the files in question with fetchurl
ourselves.
2020-12-15 12:02:11 +01:00
github-actions[bot]
bf67e18c52
Merge staging-next into staging
2020-12-15 06:18:38 +00:00
Daniël de Kok
57f858d61e
python3Packages.spacy: passthru.tests should be an attrset
2020-12-15 06:51:19 +01:00
Daniël de Kok
9edd8887d8
python3Packages.spacy: nixpkgs-fmt
2020-12-15 06:51:18 +01:00
Daniël de Kok
9eaec03930
python3Packages.spacy: 2.3.4 -> 2.3.5
...
Changelog:
https://github.com/explosion/spacy/releases/tag/v2.3.5
2020-12-15 06:51:08 +01:00
Mario Rodas
46e2a315ad
Merge pull request #106879 from r-ryantm/auto-update/python3.7-azure-mgmt-datafactory
...
python37Packages.azure-mgmt-datafactory: 0.14.0 -> 0.15.0
2020-12-14 23:45:59 -05:00
Mario Rodas
38e6dd6a1c
Merge pull request #106889 from r-ryantm/auto-update/python3.7-google-cloud-container
...
python37Packages.google_cloud_container: 2.2.0 -> 2.3.0
2020-12-14 23:45:15 -05:00
Mario Rodas
7d86dff03b
Merge pull request #106920 from r-ryantm/auto-update/python3.7-pytest-html
...
python37Packages.pytest-html: 3.1.0 -> 3.1.1
2020-12-14 23:43:24 -05:00
Mario Rodas
b582c9aa22
go-tools: 2020.1.6 -> 2020.2
...
https://staticcheck.io/changes/2020.2
2020-12-15 04:20:00 +00:00
R. RyanTM
b719f980ce
dt-schema: 2020.11 -> 2020.12
2020-12-15 02:44:22 +00:00
github-actions[bot]
f8d9426a1b
Merge staging-next into staging
2020-12-15 00:39:51 +00:00
Kira Bruneau
d12a819b24
pythonPackages.debugpy: 1.2.0 -> 1.2.1
2020-12-14 18:44:11 -05:00
Rouven Czerwinski
af2ab76515
usbsdmux: init at 0.1.8
...
Add the usbsdmux utility which is used to control the USB-SD-Mux
developed by the Linux Automation GmBH.
2020-12-14 21:49:37 +01:00
Daniël de Kok
95d1e64c4a
Merge pull request #106922 from danieldk/setuptools-rust-0.11.6
...
python3Packages.setuptools-rust: add meta.changelog
2020-12-14 21:44:19 +01:00
Mario Rodas
50eb65e752
ocamlPackages.visitors: 20190711 -> 20200210
2020-12-14 21:28:14 +01:00
Daniël de Kok
3512f7af6f
python3Packages.setuptools-rust: add meta.changelog
2020-12-14 20:10:13 +01:00
Daniël de Kok
e5c63b3cd4
Merge pull request #106914 from r-ryantm/auto-update/python3.7-setuptools-rust
...
python37Packages.setuptools-rust: 0.11.5 -> 0.11.6
2020-12-14 20:06:37 +01:00
R. RyanTM
e01e056423
python37Packages.pytest-html: 3.1.0 -> 3.1.1
2020-12-14 18:59:28 +00:00
Tim Steinbach
f1dff1bded
python3Packages.boto3: 1.16.31 -> 1.16.35
2020-12-14 13:16:03 -05:00
Tim Steinbach
18264172d8
python3Packages.botocore: 1.19.31 -> 1.19.35
2020-12-14 13:15:49 -05:00
github-actions[bot]
ce7773fcf7
Merge staging-next into staging
2020-12-14 18:14:34 +00:00
Gabriel Ebner
373ddfaf8c
Merge pull request #106821 from gebner/vieb310
...
vieb: init at 3.1.0
2020-12-14 18:23:14 +01:00
R. RyanTM
624e68d839
python37Packages.setuptools-rust: 0.11.5 -> 0.11.6
2020-12-14 17:12:36 +00:00
Orivej Desh
6fa76f018b
python2Packages.cryptography: 2.9.2 -> 3.3.1 ( #106792 )
...
Fixes py2 build of pyOpenSSL:
https://github.com/NixOS/nixpkgs/issues/106275#issuecomment-743790876
2020-12-14 16:31:26 +00:00
Mario Rodas
3ef9799490
Merge pull request #106902 from r-ryantm/auto-update/python3.7-imagecorruptions
...
python37Packages.imagecorruptions: 1.1.1 -> 1.1.2
2020-12-14 10:26:14 -05:00
Mario Rodas
d324f5d218
Merge pull request #106903 from marsam/fix-python-create-build
...
python38Packages.crate: fix build
2020-12-14 10:22:21 -05:00
Luka Blaskovic
c73d96f776
rustc: cleanup, use correct llvm version
2020-12-14 15:14:03 +00:00
Mario Rodas
982e6cb084
Merge pull request #106878 from r-ryantm/auto-update/python3.7-aenum
...
python37Packages.aenum: 2.2.4 -> 2.2.6
2020-12-14 08:25:13 -05:00
Mario Rodas
fa468ed366
Merge pull request #106883 from r-ryantm/auto-update/python3.7-aioprocessing
...
python37Packages.aioprocessing: 1.0.1 -> 1.1.0
2020-12-14 08:06:13 -05:00
Mario Rodas
44e574d239
Merge pull request #106894 from r-ryantm/auto-update/python3.7-mautrix
...
python37Packages.mautrix: 0.8.3 -> 0.8.5
2020-12-14 08:04:03 -05:00
Mario Rodas
763cf0d815
Merge pull request #106891 from r-ryantm/auto-update/python3.7-dependency-injector
...
python37Packages.dependency-injector: 4.5.3 -> 4.5.4
2020-12-14 08:03:03 -05:00
Mario Rodas
450825139f
Merge pull request #106890 from r-ryantm/auto-update/python3.7-livereload
...
python37Packages.livereload: 2.6.1 -> 2.6.3
2020-12-14 08:02:20 -05:00
Mario Rodas
49448bebc7
Merge pull request #106898 from r-ryantm/auto-update/python3.7-databricks-connect
...
python37Packages.databricks-connect: 7.1.10 -> 7.3.5
2020-12-14 08:00:53 -05:00
Mario Rodas
3d7d354c3d
Merge pull request #106887 from r-ryantm/auto-update/python3.7-aiounifi
...
python37Packages.aiounifi: 25 -> 26
2020-12-14 07:58:47 -05:00
Mario Rodas
3aa86f28fb
Merge pull request #106882 from r-ryantm/auto-update/python3.7-bandit
...
python37Packages.bandit: 1.6.3 -> 1.7.0
2020-12-14 07:57:18 -05:00
Mario Rodas
c1394f56d0
Merge pull request #106873 from r-ryantm/auto-update/python3.7-alerta
...
python37Packages.alerta: 8.2.0 -> 8.3.0
2020-12-14 07:56:00 -05:00
Mario Rodas
9cec68d17c
Merge pull request #106895 from r-ryantm/auto-update/python3.7-elasticsearch
...
python37Packages.elasticsearch: 7.10.0 -> 7.10.1
2020-12-14 07:48:23 -05:00
github-actions[bot]
ec2fa1cee8
Merge staging-next into staging
2020-12-14 12:21:13 +00:00
R. RyanTM
2a8a0c81b2
python37Packages.imagecorruptions: 1.1.1 -> 1.1.2
2020-12-14 12:12:22 +00:00
Pavol Rusnak
d8afe9970c
libusb1: add prusnak to maintainers
2020-12-14 13:03:36 +01:00
Pavol Rusnak
da0398db78
Merge pull request #106738 from r-ryantm/auto-update/libusb
...
libusb1: 1.0.23 -> 1.0.24
2020-12-14 13:01:54 +01:00
R. RyanTM
b6fb26ad28
python37Packages.databricks-connect: 7.1.10 -> 7.3.5
2020-12-14 11:42:47 +00:00
Maximilian Bosch
b7a29b2f71
strace: 5.9 -> 5.10
...
https://github.com/strace/strace/releases/tag/v5.10
2020-12-14 12:06:11 +01:00
Daniël de Kok
c75ea58a2c
Merge pull request #106635 from danieldk/libtorch-bin-1.7.1
...
libtorch-bin: 1.7.0 -> 1.7.1
2020-12-14 11:54:21 +01:00
R. RyanTM
4d68b42402
python37Packages.elasticsearch: 7.10.0 -> 7.10.1
2020-12-14 10:45:21 +00:00
Michael Weiss
fa28c1544d
Merge pull request #106549 from primeos/cryptography
...
python3Packages.cryptography: 3.2.1 -> 3.3.1
2020-12-14 11:41:29 +01:00
R. RyanTM
91e9ae7a43
python37Packages.mautrix: 0.8.3 -> 0.8.5
2020-12-14 10:36:41 +00:00
R. RyanTM
756632f741
malcontent: 0.9.0 -> 0.10.0
2020-12-14 11:20:05 +01:00
R. RyanTM
e298eb913c
python37Packages.dependency-injector: 4.5.3 -> 4.5.4
2020-12-14 09:43:06 +00:00
R. RyanTM
3a8180a1e3
python37Packages.livereload: 2.6.1 -> 2.6.3
2020-12-14 09:15:33 +00:00
R. RyanTM
9cd91a1f7e
python37Packages.google_cloud_container: 2.2.0 -> 2.3.0
2020-12-14 09:01:52 +00:00
R. RyanTM
25ddaee5b4
python37Packages.aiounifi: 25 -> 26
2020-12-14 08:55:24 +00:00
R. RyanTM
0de40cb2f1
python37Packages.aioprocessing: 1.0.1 -> 1.1.0
2020-12-14 08:20:39 +00:00
R. RyanTM
9a0fc102ac
python37Packages.bandit: 1.6.3 -> 1.7.0
2020-12-14 08:13:51 +00:00
R. RyanTM
76977c4947
python37Packages.azure-mgmt-datafactory: 0.14.0 -> 0.15.0
2020-12-14 07:44:51 +00:00
R. RyanTM
ed2ff125b2
python37Packages.aenum: 2.2.4 -> 2.2.6
2020-12-14 07:10:50 +00:00
github-actions[bot]
c2842e5ad4
Merge staging-next into staging
2020-12-14 06:18:32 +00:00
Vincent Laporte
1e8ca69151
ocamlPackages.torch: 0.10 → 0.11
2020-12-14 06:28:34 +01:00
R. RyanTM
f116d9c05a
python37Packages.alerta: 8.2.0 -> 8.3.0
2020-12-14 04:25:51 +00:00
Mario Rodas
9119b3702b
python38Packages.crate: fix build
2020-12-14 04:20:00 +00:00
Martin Weinelt
8e4788b777
Merge pull request #106623 from marsam/update-hass-nabucasa
...
pythonPackages.hass-nabucasa: 0.37.2 -> 0.39.0
2020-12-14 04:58:59 +01:00
Mario Rodas
50daf0dd63
Merge pull request #106865 from IvarWithoutBones/fix-clize
...
pythonPackages.clize: fix build
2020-12-13 21:46:04 -05:00
IvarWithoutBones
3017f4f757
pythonPackages.clize: fix build
2020-12-14 03:11:30 +01:00
Mario Rodas
1b87f82003
Merge pull request #106730 from danieldk/thinc-7.4.5
...
python3Packages.thinc: 7.4.4 -> 7.4.5
2020-12-13 21:00:52 -05:00
Mario Rodas
6fb38c9350
Merge pull request #106417 from r-ryantm/auto-update/igraph
...
igraph: 0.8.4 -> 0.8.5
2020-12-13 20:57:13 -05:00
Mario Rodas
5fea31203e
Merge pull request #106793 from r-ryantm/auto-update/python3.7-pytorch-metric-learning
...
python37Packages.pytorch-metric-learning: 0.9.94 -> 0.9.95
2020-12-13 20:54:55 -05:00
Mario Rodas
63bdc4fcd6
Merge pull request #106783 from r-ryantm/auto-update/python3.7-google-cloud-translate
...
python37Packages.google_cloud_translate: 3.0.1 -> 3.0.2
2020-12-13 20:54:10 -05:00
Mario Rodas
81ab4a4716
Merge pull request #106510 from r-ryantm/auto-update/python3.7-prance
...
python37Packages.prance: 0.19.0 -> 0.20.0
2020-12-13 20:53:11 -05:00
Mario Rodas
8de62fca52
Merge pull request #106513 from r-ryantm/auto-update/python3.7-azure-synapse-accesscontrol
...
python37Packages.azure-synapse-accesscontrol: 0.3.0 -> 0.4.0
2020-12-13 20:51:38 -05:00
Mario Rodas
177a2ebc3a
Merge pull request #106528 from r-ryantm/auto-update/python3.7-azure-mgmt-recoveryservicesbackup
...
python37Packages.azure-mgmt-recoveryservicesbackup: 0.9.0 -> 0.10.0
2020-12-13 20:49:01 -05:00
Mario Rodas
13b0ce0180
Merge pull request #106859 from r-ryantm/auto-update/nodejs
...
nodejs-15_x: 15.3.0 -> 15.4.0
2020-12-13 20:46:15 -05:00
github-actions[bot]
de4b7d5b81
Merge staging-next into staging
2020-12-14 00:42:00 +00:00
chessai
ca776e68b5
simdjson: init at 0.7.0
2020-12-13 16:08:14 -08:00
R. RyanTM
0a81ee52f7
nodejs-15_x: 15.3.0 -> 15.4.0
2020-12-13 23:19:45 +00:00
Martin Weinelt
6583d945d5
python3Packages.pyatv: 0.7.4 -> 0.7.5
2020-12-13 23:17:05 +01:00
Martin Weinelt
2e2b7249e6
Merge pull request #106769 from mweinelt/tensorflow
...
python3Packages.tensorflow_2: relax h5py dependency
2020-12-13 22:10:56 +01:00
Mario Rodas
319698ceff
Merge pull request #106618 from r-ryantm/auto-update/rdkafka
...
rdkafka: 1.5.2 -> 1.5.3
2020-12-13 16:07:00 -05:00
Mario Rodas
101244ed5f
Merge pull request #106707 from r-ryantm/auto-update/insomnia
...
insomnia: 2020.5.1 -> 2020.5.2
2020-12-13 16:05:51 -05:00
Mario Rodas
490176ab91
Merge pull request #106786 from r-ryantm/auto-update/python3.7-mysqlclient
...
python37Packages.mysqlclient: 2.0.1 -> 2.0.2
2020-12-13 16:00:50 -05:00
Mario Rodas
418d56e960
Merge pull request #100478 from thefloweringash/cli11-meta
...
cli11: fix license and platforms
2020-12-13 15:53:19 -05:00
Mario Rodas
3f73a9a8f5
Merge pull request #106720 from marsam/update-faac
...
faac: 1.29.9.2 -> 1.30
2020-12-13 15:52:49 -05:00
Linus Heckemann
62249cd57b
Merge pull request #106840 from alyssais/dee
...
dee: enableParallelBuilding
2020-12-13 20:58:09 +01:00
Thomas Tuegel
39b76030be
Merge pull request #104810 from Thra11/plasma-5-20
...
Plasma 5.20.4
2020-12-13 13:50:53 -06:00
Martin Weinelt
e1451c8858
python3Packages.clldutils: 3.5.4 -> 3.6.0
...
https://github.com/clld/clldutils/blob/master/CHANGES.md#360
2020-12-13 10:22:12 -08:00
github-actions[bot]
73af09dfc7
Merge staging-next into staging
2020-12-13 18:15:31 +00:00
John Ericson
0f25eb3e7d
Merge pull request #94582 from obsidiansystems/cxx-wrapper-debt-part-3
...
clang, cc-wrapper: Move `--gcc-toolchain` logic into CC wrapper
2020-12-13 11:55:33 -05:00
Alyssa Ross
65a223026b
dee: enableParallelBuilding
...
Works fine for me at -j48.
2020-12-13 16:26:48 +00:00
Gabriel Ebner
92cbe95497
Merge pull request #106579 from drewrisinger/dr-pr-remove-pytest-pep8
...
python27Packages.pytestpep8: remove due to pytest v6 incompatibility
2020-12-13 16:51:36 +01:00
Gabriel Ebner
254f4869f6
electron_11: 11.0.3 -> 11.1.0
2020-12-13 15:58:53 +01:00
Gabriel Ebner
9a1e2c6420
electron_10: 10.1.6 -> 10.2.0
2020-12-13 15:58:53 +01:00
Gabriel Ebner
52bb80c5ba
electron_9: 9.3.5 -> 9.4.0
2020-12-13 15:58:53 +01:00
Ryan Mulligan
a2679ef9cd
Merge pull request #106553 from r-ryantm/auto-update/cddlib
...
cddlib: 0.94l -> 0.94m
2020-12-13 06:53:25 -08:00
Gabriel Ebner
b184f8f883
mkYarnPackage: allow overriding version
2020-12-13 13:42:56 +01:00
github-actions[bot]
df91ae1ac0
Merge staging-next into staging
2020-12-13 12:20:05 +00:00
Gabriel Ebner
62fab0d98a
Merge pull request #106816 from gebner/rnnoise20200628
...
rnnoise: 2019-04-24 -> 2020-06-28
2020-12-13 13:06:53 +01:00
Gabriel Ebner
3eed1a30ef
rnnoise: 2019-04-24 -> 2020-06-28
2020-12-13 12:35:41 +01:00