Commit Graph

93862 Commits

Author SHA1 Message Date
Vincent Laporte de8205f8bb coq_8_13: init at 8.13+β1 2020-12-15 21:13:40 +01:00
Jan Tojnar f5525b73a2
python3.pkgs.lml: fix build
0.1.0 switched from nose to pytest. But it fails even with that.
2020-12-15 20:32:11 +01:00
Mario Rodas a4d86d5425
Merge pull request #106969 from marsam/update-go-tools
go-tools: 2020.1.6 -> 2020.2
2020-12-15 13:36:13 -05:00
Tim Steinbach a7c6597772
Merge pull request #106966 from r-ryantm/auto-update/sbt
sbt: 1.4.4 -> 1.4.5
2020-12-15 11:17:19 -05:00
Daniël de Kok a3ad080853
Merge pull request #106965 from Flakebi/amdvlk
amdvlk: 2020.Q4.5 -> 2020.Q4.6
2020-12-15 16:32:28 +01:00
R. RyanTM 800c4724b7 sbt: 1.4.4 -> 1.4.5 2020-12-15 14:30:32 +00:00
Sebastian Neubauer 89ce7a70f1 amdvlk: 2020.Q4.5 -> 2020.Q4.6 2020-12-15 14:56:14 +01:00
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
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
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
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
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
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
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
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
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