Sandro
955c3748b3
Merge pull request #115230 from MatrixAI/electron-forge
...
@electron-forge/cli: init at 6.0.0-beta.54
2021-03-06 19:33:45 +01:00
Martin Weinelt
b349460dd8
Merge pull request #115016 from mweinelt/home-assistant
2021-03-06 19:26:20 +01:00
Sandro
a621f0105c
Merge pull request #115238 from danieldk/tokenizers-0.10.1
...
python3Packages.tokenizers: 0.10.0 -> 0.10.1
2021-03-06 19:08:22 +01:00
Sandro
1b05fbd113
Merge pull request #115236 from danieldk/transformers-4.3.3
...
python3Packages.transformers: 4.3.2 -> 4.3.3
2021-03-06 19:06:18 +01:00
Léo Gaspard
393d300055
xfce module: enable notification daemon by default ( #115130 )
...
The notification daemon is just one part of XFCE that is, to the best of
my understanding, not particularly related to it being desktop or not —
for instance, not more related than the session manager or the like.
2021-03-06 19:04:15 +01:00
Sandro
db74faeb71
Merge pull request #115258 from humancalico/tremor-vim
...
vimPlugins.tremor-vim: init at 2020-11-19
2021-03-06 18:57:56 +01:00
Sandro
08d6c7b536
Merge pull request #115250 from fabaff/bump-msldap
...
python3Packages.msldap: 0.3.26 -> 0.3.27
2021-03-06 18:56:08 +01:00
Sandro
7b55372d12
Merge pull request #115262 from marsam/update-tflint
...
tflint: 0.24.1 -> 0.25.0
2021-03-06 18:53:24 +01:00
Martin Weinelt
6ed2bd9937
home-assistant: disable tests getting stuck on aarch64
2021-03-06 18:25:08 +01:00
Mario Rodas
7173ab6f8e
Merge pull request #114822 from r-ryantm/auto-update/python3.7-pglast
...
python37Packages.pglast: 1.14 -> 1.17
2021-03-06 11:38:15 -05:00
Mario Rodas
89a5d5a5c6
Merge pull request #115126 from r-ryantm/auto-update/nfpm
...
nfpm: 2.2.5 -> 2.3.1
2021-03-06 11:34:38 -05:00
Frederik Rietdijk
9fa29c0df2
python37Packages: no longer recurse into set
...
Python 3.9 is going to be the default release for NixOS, which means
we'll build 3.8 and 3.9. We can stop building for 3.7 to reduce the load
on Hydra.
2021-03-06 17:18:59 +01:00
Frederik Rietdijk
ba9b70bcfd
python3Packages.bokeh: 2.2.3 -> 2.3.0
2021-03-06 17:02:26 +01:00
Frederik Rietdijk
01b5919dc8
python3Packages.colorcet: remove nbsmoke test dependency
...
to avoid circular dependency.
2021-03-06 16:57:17 +01:00
Frederik Rietdijk
8c3814471b
python3Packages.hvplot: 0.7.0 -> 0.7.1
2021-03-06 16:57:17 +01:00
Frederik Rietdijk
4fde90cf87
python3Packages.holoviews: 1.13.5 -> 1.14.2
2021-03-06 16:57:17 +01:00
Frederik Rietdijk
e3900e3e0b
python3Packages.ipykernel: 5.2.1 -> 5.5.0
2021-03-06 16:51:23 +01:00
Frederik Rietdijk
cc92e8f8c3
python3Packages.nbclient: 0.5.2 -> 0.5.3
2021-03-06 16:51:22 +01:00
Frederik Rietdijk
61b25de93f
python3Packages.notebook: 6.1.6 -> 6.2.0
2021-03-06 16:51:22 +01:00
Frederik Rietdijk
482e0ac25b
python3Packages.ipython: 7.19.0 -> 7.21.0
2021-03-06 16:51:22 +01:00
Frederik Rietdijk
f43ae887d1
python3Packages.dask: 2021.01.0 -> 2021.03.0
2021-03-06 16:51:22 +01:00
Frederik Rietdijk
d80850806d
Merge pull request #114452 from NixOS/staging-next
...
Staging next
2021-03-06 16:19:15 +01:00
WORLDofPEACE
2098e5d23a
Merge pull request #115255 from VirtusLab/git-machete-3.0.0
...
gitAndTools.git-machete: 2.16.1 -> 3.0.0
2021-03-06 09:59:30 -05:00
Akshat Agarwal
7264b0bf17
vimPlugins.tremor-vim: init at 2020-11-19
2021-03-06 20:13:48 +05:30
Peter Simons
9247b11bbe
Merge pull request #114517 from NixOS/haskell-updates
...
Update Haskell package set to Stackage Nightly 2021-02-25 (plus other fixes)
2021-03-06 15:31:20 +01:00
Git Machete Release Bot
5396fa3fcb
gitAndTools.git-machete: 2.16.1 -> 3.0.0
...
###### Motivation for this change
Update to latest upstream version
###### Things done
* [ ] Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox ) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file ) on non-NixOS linux)
* Built on platform(s)
* [x] NixOS
* [ ] macOS
* [ ] other Linux distributions
* [ ] Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests ))
* [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
* [x] Tested execution of all binary files (usually in `./result/bin/`)
* [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
* [ ] Ensured that relevant documentation is up to date
* [x] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md ).
###### Notify maintainers
cc @blitz @Ma27 @tfc @worldofpeace
2021-03-06 14:23:51 +00:00
Sandro
fe3df71968
Merge pull request #115220 from bobrik/ivan/py-cpuinfo-sysctl
2021-03-06 14:56:40 +01:00
Fabian Affolter
cefbc882dc
python3Packages.msldap: 0.3.26 -> 0.3.27
2021-03-06 13:33:00 +01:00
github-actions[bot]
88ce41bb79
Merge master into staging-next
2021-03-06 12:20:18 +00:00
Jörg Thalheim
f35d716fe1
Merge pull request #115245 from Mic92/deltachat
...
deltachat-electron: 1.15.1 -> 1.15.2
2021-03-06 11:51:53 +00:00
Jörg Thalheim
a97a7cd168
Merge pull request #115157 from r-burns/aws-c-common-musl
2021-03-06 11:11:31 +00:00
Jörg Thalheim
ab8465cba3
deltachat-electron: 1.15.1 -> 1.15.2
2021-03-06 12:08:09 +01:00
Daniël de Kok
158578de40
Merge pull request #114731 from danieldk/release-notes-cargo-hooks
...
nixos/rl-2105: add hookification of buildRustPackage
2021-03-06 11:49:21 +01:00
Mario Rodas
f46ec84524
tflint: 0.24.1 -> 0.25.0
...
https://github.com/terraform-linters/tflint/releases/tag/v0.25.0
2021-03-06 05:00:00 -05:00
Doron Behar
1d0cd06d37
Merge pull request #82249 from caadar/gtklp
...
gtklp: init at 1.3.4
2021-03-06 11:19:53 +02:00
Jörg Thalheim
70a84cbb38
Merge pull request #115175 from r-burns/ppc64-qemu
...
nixos/qemu-flags: add ppc64
2021-03-06 08:28:43 +00:00
Daniël de Kok
da45ee7202
python3Packages.tokenizers: 0.10.0 -> 0.10.1
...
Changelog:
https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.1
2021-03-06 08:54:17 +01:00
Fabian Affolter
dd567e6046
python3Packages.pandas: 1.2.2 -> 1.2.3
2021-03-06 08:48:21 +01:00
Fabian Affolter
9ea8a0fd1c
python3Packages.diskcache: 5.1.0 -> 5.2.1
2021-03-06 08:48:21 +01:00
Roger Qiu
4b94aba501
@electron-forge/cli: init at 6.0.0-beta.54
2021-03-06 18:46:06 +11:00
Daniël de Kok
de545cfd0c
python3Packages.transformers: 4.3.2 -> 4.3.3
...
Changelog:
https://github.com/huggingface/transformers/releases/tag/v4.3.3
2021-03-06 08:32:12 +01:00
github-actions[bot]
860fd89a37
Merge master into staging-next
2021-03-06 06:16:57 +00:00
Martin Weinelt
9ad62a752e
home-assistant: 2021.3.0 -> 2021.3.2
2021-03-06 06:36:45 +01:00
Ivan Babrou
d4b7278fbd
python3Packages.py-cpuinfo: add sysctl to runtime dependencies
2021-03-05 21:27:50 -08:00
Sandro
6aa26c8623
Merge pull request #115097 from storvik/pcl
...
pcl: add wrapQt, remove broken and run nixpkgs-fmt
2021-03-06 05:56:37 +01:00
Sandro
482bade1e6
Merge pull request #115154 from SuperSandro2000/expect-cross
...
expect: fix cross-compilation
2021-03-06 05:56:01 +01:00
Sandro
b520af926e
Merge pull request #115173 from danieldk/pytorch-1.8.0
...
python3Packages.pytorch: 1.7.1 -> 1.8.0
2021-03-06 05:38:19 +01:00
Sandro Jäckel
7e36d21546
expect: fetchpatch commit instead of master
...
Closes #114983
2021-03-06 05:33:44 +01:00
Sandro
8edfe0a2e8
Merge pull request #115180 from toonn/wire-desktop-bump
2021-03-06 05:01:08 +01:00
Sandro
baac2a1b86
Merge pull request #115178 from teto/mptcp-bump
...
linux_mptcp_95: 0.95 -> 0.95.1
2021-03-06 05:00:56 +01:00