Commit Graph

274827 Commits

Author SHA1 Message Date
Martin Weinelt
c7b6d1a466
python3Packages.accuweather: 0.0.11 -> 0.1.0 2021-03-06 03:02:06 +01:00
Martin Weinelt
842e35e281
python3Packaegs.adext: 0.3 -> 0.4.1 2021-03-06 03:02:06 +01:00
Martin Weinelt
7aaa74bf2f
python3Packages.alarmdecoder: 1.13.9 -> 1.13.10 2021-03-06 03:02:05 +01:00
Martin Weinelt
71d0d4ddce
python3Packages.bellows: 0.21.0 -> 0.22.0 2021-03-06 03:02:05 +01:00
Martin Weinelt
7a7b2c47cb
python3Pacakges.pyvera: 0.3.11 -> 0.3.13 2021-03-06 03:02:05 +01:00
Martin Weinelt
ba2a855492
python3Packages.zigpy-znp: 0.3.0 -> 0.4.0 2021-03-06 03:02:05 +01:00
Martin Weinelt
58b8e6142d
python3Packages.zha-quirks: 0.0.53 -> 0.0.54 2021-03-06 03:02:05 +01:00
Martin Weinelt
11d964f666
home-assistant: 2021.2.3 -> 2021.3.0 2021-03-06 03:02:05 +01:00
Ben Wolsieffer
e603b1cec7
python3Packages.cbor2: disable failing tests on 32-bit platforms (#115219) 2021-03-06 02:52:09 +01:00
Peter Simons
5f9254bc4b hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
3de280944b.
2021-03-06 02:30:30 +01:00
Martin Weinelt
598bc98ba1
home-assistant: rerun tests failing with RuntimeError
The flakyness in home-assistant stems from premature event loop closing,
due to race conditions throughout the test suite.

> RuntimeError: Event loop is closed

They also happen during upstreams testsuite runs, but they silently
ignore them, so I don't expect a fix for them in the near future.

Alleviate our pains by rerunning tests that fail in this particular way.
2021-03-06 02:28:00 +01:00
Martin Weinelt
4e65797018
home-assistant: enable a lot more component tests
We can now track a list of components, that should be integrated into
our testsuite run. Their dependencies will automatically be included
into the checkInputs by reusing the dependency lookup infrastructure we
already have, which is what makes this feasible.
2021-03-06 02:28:00 +01:00
Aaron Andersen
bf8e471eb9
Merge pull request #115135 from aanderse/mod_auth_mellon
apacheHttpdPackages.mod_auth_mellon: 0.13.1 -> 0.17.0
2021-03-05 19:53:32 -05:00
github-actions[bot]
73a617ffa9
Merge master into staging-next 2021-03-06 00:38:43 +00:00
Martin Weinelt
102eb68cee
Merge pull request #115217 from jelmer/master
Fix the homepage for Dulwich 0
2021-03-06 01:10:13 +01:00
Jelmer Vernooij
26f06f8ec6
python2Packages.dulwich: Fix the homepage. 2021-03-06 00:06:39 +00:00
Sandro
8fe81697a6
Merge pull request #115211 from drewrisinger/dr-pr-qiskit-bump 2021-03-06 01:02:46 +01:00
Sandro
54235b9b7d
Merge pull request #115215 from daemon1024/embark-vim-theme
vimPlugins.embark-vim: init at 2021-02-23
2021-03-06 00:42:10 +01:00
Drew Risinger
82b087fa97 python3Packages.qiskit: 0.23.5 -> 0.24.0 2021-03-05 18:29:23 -05:00
Drew Risinger
65444f26e7 python3Packages.qiskit-ibmq-provider: 0.11.1 -> 0.12.1 2021-03-05 18:29:22 -05:00
Drew Risinger
302cafc29d python3Packages.qiskit-aer: 0.7.4 -> 0.7.6 2021-03-05 18:29:22 -05:00
Sandro
42c1656c09
Merge pull request #115213 from hjones2199/indifullup
indilib: 1.8.8 -> 1.8.9
2021-03-06 00:24:03 +01:00
Denny Schäfer
95ba28d858
vimPlugins.vim-wayland-clipboard: init at 2021-02-17 2021-03-06 00:13:35 +01:00
Sandro
50d85696f0
Merge pull request #115209 from Trundle/xdg-desktop-portal-0.2.0
xdg-desktop-portal-wlr: 0.1.0 -> 0.2.0
2021-03-06 00:11:08 +01:00
daemon1024
67eedd9067 vimPlugins.embark-vim: init at 2021-02-23 2021-03-06 04:33:48 +05:30
Sandro Jäckel
bdfaf83f76
pythonPackages.google-api-python-client: normalize package name 2021-03-06 00:02:06 +01:00
Sandro Jäckel
ba5b0e2445
pythonPackages.googleapis-common-protos: normalise package name 2021-03-06 00:02:05 +01:00
Sandro
27f1513357
Merge pull request #115192 from marsam/zeek-caf
zeek: use caf from nixpkgs
2021-03-05 23:59:54 +01:00
Profpatsch
c7c81dced8 lorri: 1.2.0 -> 1.3.0
We forked lorri to nix-community, so this release also moves us over
to the new official repository.

Release notes:

Fix the build loop.

Previously, any change (for example a direnv ping or a change in the
nix files) would add a new build invocation to the queue, and the
builds would all be done one after the other.

However, a new build will always use the newest state of the files
anyway, so the CPU time spent on all the other builds will be
wasted (and hog your processor).

Now lorri will only

    finish the current build (if running)
    schedule at maximum one additional build if requested

This should improve the resource use drastically in some situations.

---

Make lorri daemon exit with exit code 0 instead of 130/143 on
SIGINT or SIGTERM.

---

Add lorri self-upgrade branch sub-subcommand.
This enables us to point users to a branch name, in order to test out
fixes from repository branches.
2021-03-05 23:49:36 +01:00
Profpatsch
e75b4c796e dhallPackages: add recurseIntoAttrs
dhallPackages were not built by the hydra, because the
`recurseIntoAttrs` calls was missing (all other package sets use it to
make hydra build the packages).
2021-03-05 23:48:58 +01:00
rnhmjoj
c0c288b70b nixos/libvirtd: remove systemd-udev-settle
This dependency has been added in 65eae4d, when NixOS switched to
systemd, as a substitute for the previous udevtrigger and hasn't been
touched since. It's probably unneeded as the upstream unit[1] doesn't
do it and I haven't found any mention of any problem in NixOS or the
upstream issue trackers.

[1]: https://gitlab.com/libvirt/libvirt/-/blob/master/src/remote/libvirtd.service.in
2021-03-05 23:44:28 +01:00
Hunter Jones
67ae0f17db indilib: 1.8.8 -> 1.8.9 2021-03-05 15:35:57 -06:00
Finn Behrens
b2e2f0422f
libfaketime: use date from nix store (#115212)
Previously the faketime command used date (or gdate on darwin) from the environment. This led to issues when the date command was not available or did not behave as expected.
Thus, we patch libfaketime to use the date binary from the Nix coreutils package, pulling it into the closure.
2021-03-05 22:23:09 +01:00
Fabian Affolter
b014643071
Merge pull request #114181 from graham33/feature/add_ring_doorbell
Feature/add ring doorbell
2021-03-05 22:04:04 +01:00
Peter Simons
14467cff2c haskell-streamly: drop obsolete patches 2021-03-05 21:32:58 +01:00
Drew Risinger
12672f90c5 python3Packages.retworkx: 0.6.0 -> 0.8.0 2021-03-05 15:28:31 -05:00
Jan Tojnar
35648276c8
Merge pull request #115206 from tadfisher/maxflow
maxflow: init at 3.0.5
2021-03-05 21:28:26 +01:00
Drew Risinger
0074b7b7d5 python3Packages.cvxpy: 1.1.10 -> 1.1.11 2021-03-05 15:21:05 -05:00
Peter Simons
7a0c9c110f haskell-time-compat: the test suite has transient errors on ghc-8.6.5 2021-03-05 21:15:53 +01:00
Andreas Stührk
46a0c019c0 xdg-desktop-portal-wlr: 0.1.0 -> 0.2.0 2021-03-05 21:07:13 +01:00
Tad Fisher
cad7bb44f9
maxflow: init at 3.0.5 2021-03-05 12:04:21 -08:00
Peter Simons
379605e7b7 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-13-gefcfbb2 from Hackage revision
dcb96a175f.
2021-03-05 20:49:30 +01:00
Peter Simons
01d0057d79 hackage2nix: don't update to haskell-language-server 1.x yet
Not all required dependencies have been released to Hackage yet.
2021-03-05 20:49:29 +01:00
Peter Simons
59d4b22318 hackage2nix: update list of broken builds
Ping @roberth because of broken hercules-ci-agent.
2021-03-05 20:49:29 +01:00
Malte Brandy
dac15e9e9f haskellPackages.lion: Mark broken to fix eval 2021-03-05 20:49:29 +01:00
Malte Brandy
9e897feeba haskell.packages.ghc901.doctest: Fix eval error 2021-03-05 20:49:28 +01:00
Benjamin Esham
7f77d640b7 pinboard-notes-backup: unbreak 2021-03-05 20:49:28 +01:00
Jappie Klooster
17e1d24971 haskellPackages.xlsx: unbreak
With binary search fixed, this package now also works.
2021-03-05 20:49:28 +01:00
Jappie Klooster
5ba47b25e3 haskellPackages.binary-search: unbreak
I maintain this as of version 2.0.0
2021-03-05 20:49:28 +01:00
Peter Simons
0dff305a49 Stackage Nightly 2021-03-01 2021-03-05 20:49:28 +01:00