Jonathan Ringer
b1b7e14ca4
python3Packages.azure-mgmt-loganalytics: 0.7.0 -> 1.0.0
2020-09-29 06:00:43 -07:00
Jonathan Ringer
ba4adb0474
python3Packages.azure-mgmt-keyvault: 2.2.0 -> 7.0.0
2020-09-29 06:00:43 -07:00
Jonathan Ringer
3a305a6376
python3Packages.azure-mgmt-eventhub: 4.0.0 -> 8.0.0
2020-09-29 06:00:43 -07:00
Jonathan Ringer
84fba9ebdd
python3Packages.azure-mgmt-datafactory: 0.12.0 -> 0.13.0
2020-09-29 06:00:43 -07:00
Jonathan Ringer
6ac6882764
python3Packages.azure-mgmt-containerservice: 9.3.0 -> 9.4.0
2020-09-29 06:00:43 -07:00
Jonathan Ringer
37169d74e5
python3Packages.azure-mgmt-compute: 13.0.0 -> 17.0.0
2020-09-29 06:00:43 -07:00
Jonathan Ringer
54863f8161
python3Packages.azure-mgmt-appconfiguration: 0.6.0 -> 1.0.1
2020-09-29 06:00:43 -07:00
Jonathan Ringer
b01e3b51fe
python3Packages.azure-keyvault-certificates: 4.2.0 -> 4.2.1
2020-09-29 06:00:43 -07:00
Jonathan Ringer
3a839a93e1
python3Packages.azure-datalake-store: 0.0.49 -> 0.0.50
2020-09-29 06:00:43 -07:00
Jonathan Ringer
cefe6adfa4
python3Packages.azure-core: 1.8.0 -> 1.8.1
2020-09-29 06:00:43 -07:00
Jonathan Ringer
60e8e552f0
python3Packages.dash: 1.14.0 -> 1.16.2
2020-09-29 06:00:11 -07:00
Jonathan Ringer
5aac1c6a2c
python3Packages.dash_table: 4.9.0 -> 4.10.1
2020-09-29 06:00:11 -07:00
Jonathan Ringer
8c8d356240
python3Packages.dash_renderer: 1.6.0 -> 1.8.2
2020-09-29 06:00:11 -07:00
Jonathan Ringer
a95bc37cf1
python3Packages.dash_html_components: 1.0.3 -> 1.1.1
2020-09-29 06:00:11 -07:00
Jonathan Ringer
cf1e539417
python3Packages.dash_core_components: 1.10.2 -> 1.12.1
2020-09-29 06:00:11 -07:00
R. RyanTM
7d493ac122
python37Packages.breathe: 4.20.0 -> 4.22.1
2020-09-29 05:59:17 -07:00
Thibault Gagnaux
e749451470
python3Packages.fsspec: fix tests on darwin
...
Disables the `test_touch` test which fails with the following assertion error on hydra darwin only:
```
tmpdir = local('/private/tmp/nix-build-python3.8-fsspec-0.8.3.drv-0/pytest-of-nixbld3/pytest-0/test_touch0')
def test_touch(tmpdir):
import time
fn = tmpdir + "/in/file"
fs = fsspec.filesystem("file", auto_mkdir=False)
with pytest.raises(OSError):
fs.touch(fn)
fs = fsspec.filesystem("file", auto_mkdir=True)
fs.touch(fn)
info = fs.info(fn)
time.sleep(0.2)
fs.touch(fn)
info2 = fs.info(fn)
if not WIN:
> assert info2["mtime"] > info["mtime"]
E assert 1601358357.0 > 1601358357.0
fsspec/implementations/tests/test_local.py:322: AssertionError
```
2020-09-29 05:53:10 -07:00
Robert Scott
9f65c524bb
minizinc: fix build against bison 3.7
...
fixed in upstream development branch
enable for darwin
2020-09-29 05:47:46 -07:00
Enno Richter
5b65d3e7bc
iptraf: mark as broken
2020-09-29 05:45:04 -07:00
Tim Steinbach
47ed7fa4e9
Merge pull request #99041 from srid/patch-1
...
linux: 5.9-rc6 -> 5.9-rc7
2020-09-29 08:38:11 -04:00
Tim Steinbach
8f469ec488
oh-my-zsh: 2020-09-20 -> 2020-09-29
2020-09-29 08:36:32 -04:00
Tim Steinbach
9109a8fcd5
linux/hardened/patches/5.8: 5.8.11.a -> 5.8.12.a
2020-09-29 08:35:57 -04:00
Christoph Hrdinka
7201e03a07
Merge pull request #98792 from NixOS/kevincox-b2
...
backblaze-b2: 1.3.8 -> 2.0.2
2020-09-29 13:21:38 +02:00
Michael Weiss
0d2a73b5af
wayvnc: 0.2.0 -> 0.3.1
2020-09-29 12:48:46 +02:00
Michael Weiss
2866c05fb4
neatvnc: 0.3.1 -> 0.3.2
2020-09-29 12:48:43 +02:00
Mario Rodas
a1148801cd
Merge pull request #99055 from marsam/update-act
...
act: 0.2.13 -> 0.2.15
2020-09-29 05:14:11 -05:00
Mario Rodas
77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
...
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Mario Rodas
e2ef48c483
Merge pull request #99045 from lilyball/macvim
...
macvim: 8.2.539 -> 8.2.1719
2020-09-29 05:12:14 -05:00
Peter Simons
518338f7f7
ghc: add alpha-1 release of version 9.0.1
2020-09-29 12:06:53 +02:00
Lancelot SIX
5542b84aee
Merge pull request #99068 from r-ryantm/auto-update/python3.7-aioftp
...
python37Packages.aioftp: 0.17.2 -> 0.18.0
2020-09-29 09:01:03 +01:00
R. RyanTM
8ed3178bc2
python37Packages.cmd2: 1.3.8 -> 1.3.10
2020-09-28 23:57:43 -07:00
R. RyanTM
09a8ab526d
python27Packages.braintree: 4.3.0 -> 4.4.0
2020-09-28 23:53:17 -07:00
R. RyanTM
b8b2a51fef
python37Packages.aioftp: 0.17.2 -> 0.18.0
2020-09-29 06:42:08 +00:00
Gabriel Ebner
92da99b415
Merge pull request #98982 from valencik/blender-2.90.1
...
blender: 2.90.0 -> 2.90.1
2020-09-29 08:17:33 +02:00
Emery Hemingway
e7d0500cb3
nixos/rsyncd: convert module to an INI generator
2020-09-29 08:07:53 +02:00
pacien
b3f8642587
gscan2pdf: 2.8.1 -> 2.9.1
2020-09-29 06:55:49 +02:00
Mario Rodas
bc43719f7c
Merge pull request #99026 from sternenseemann/mirage-3.8.1
...
ocamlPackages.mirage-runtime: 3.8.0 → 3.8.1
2020-09-28 23:49:13 -05:00
Mario Rodas
2f1d44bf07
Merge pull request #99046 from marsam/update-git-absorb
...
gitAndTools.git-absorb: 0.6.3 -> 0.6.4
2020-09-28 23:47:10 -05:00
Ryan Mulligan
3c672fa551
Merge pull request #99054 from redvers/pony-corral_init
...
pony-corral: init 0.4.0
2020-09-28 21:27:16 -07:00
John Ericson
cffc0eaa98
Merge pull request #99050 from lopsided98/buildrustcrate-cross
...
buildRustCrate: support cross compilation
2020-09-29 00:13:26 -04:00
Ryan Mulligan
ea43b22d38
Merge pull request #82224 from caadar/ssh-askpass-fullscreen
...
ssh-askpass-fullscreen: init at 1.2
2020-09-28 20:43:05 -07:00
Ryan Mulligan
990af061bc
Merge pull request #82175 from tckmn/add-qxw
...
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
WORLDofPEACE
4065a45638
Merge pull request #99038 from worldofpeace/nixos-rebuild-impure
...
nixos-rebuild: add impure
2020-09-28 22:23:30 -04:00
Benjamin Hipple
7d25e5144b
Merge pull request #99024 from jonringer/bump-nixpkgs-review
...
nixpkgs-review: 2.4.0 -> 2.4.1
2020-09-28 21:31:31 -04:00
Redvers Davies
ef71bc461d
pony-corral: init 0.4.0
2020-09-29 01:14:12 +00:00
Ben Wolsieffer
a0e7613509
defaultCrateOverrides: move pkgconfig to nativeBuildInputs
...
This fixes cross-compiling.
2020-09-28 19:47:52 -04:00
Ben Wolsieffer
295a6690f9
buildRustCrate: support cross compilation
2020-09-28 19:46:04 -04:00
WORLDofPEACE
3ad3041918
doc/nixos-rebuild(8): add Nix --impure option to summary
2020-09-28 19:41:05 -04:00
Mario Rodas
09eb860c99
Merge pull request #98900 from r-ryantm/auto-update/tegola
...
tegola: 0.12.0 -> 0.12.1
2020-09-28 18:37:22 -05:00
Mario Rodas
031b9c172f
gitAndTools.git-absorb: 0.6.3 -> 0.6.4
2020-09-28 18:20:00 -05:00