Commit Graph
355102 Commits
Author SHA1 Message Date
RenaudandGitHub 3a0afd5401 geoipupdate: set version with ldflags 2022-02-25 10:42:43 +01:00
R. Ryantm 4c54ad0f3c geoipupdate: 4.8.0 -> 4.9.0 2022-02-16 08:45:44 +00:00
IvvandGitHub 19574af0af Merge pull request #160236 from SuperSandro2000/tex-dblatex
tex.dblatex: remove legacy `? null` and assert
2022-02-16 01:45:30 +01:00
Ben SiraphobandGitHub 521cfab34b Merge pull request #157626 from siraben/formula-init 2022-02-15 18:38:41 -06:00
Sandro Jäckel 4bfaf28537 tex.dblatex: remove legacy ? null and assert 2022-02-16 01:01:05 +01:00
SandroandGitHub c374a5dd49 Merge pull request #157436 from pasqui23/artim 2022-02-16 00:57:30 +01:00
SandroandGitHub a6d259faf3 Merge pull request #141650 from 06kellyjac/agate 2022-02-16 00:56:27 +01:00
SandroandGitHub 5c5a8df724 Merge pull request #156420 from azuwis/transfig 2022-02-16 00:49:28 +01:00
Martin WeineltandGitHub e43b87552d Merge pull request #157213 from mweinelt/hass-module 2022-02-16 00:40:22 +01:00
R. RyanTMandGitHub 9dee6cdb29 snarkos: 2.0.1 -> 2.0.2 (#160227) 2022-02-15 18:36:44 -05:00
Fabian AffolterandGitHub 13adc1b694 Merge pull request #160008 from fabaff/aiopyarr
python3Packages.aiopyarr: init at 22.2.1
2022-02-16 00:13:37 +01:00
Fabian AffolterandGitHub c7614033ce Merge pull request #160193 from fabaff/bump-pyquil
python3Packages.pyquil: 3.0.1 -> 3.1.0
2022-02-16 00:13:15 +01:00
Fabian AffolterandGitHub 8f798fb129 Merge pull request #160143 from fabaff/net2grid
python3Packages.net2grid: init at 2.0.0
2022-02-16 00:12:59 +01:00
Fabian AffolterandGitHub c04c7ed479 Merge pull request #160141 from fabaff/eiswarnung
python3Packages.eiswarnung: init at 1.0.0
2022-02-16 00:12:42 +01:00
Fabian AffolterandGitHub 6f42118e98 Merge pull request #160138 from fabaff/autarco
python3Packages.autarco: init at 0.1.0
2022-02-16 00:12:29 +01:00
Fabian AffolterandGitHub 2b1909afb2 Merge pull request #160062 from fabaff/circup
circup: init at 1.0.3
2022-02-16 00:12:05 +01:00
SandroandGitHub 50774ebcc1 Merge pull request #160225 from SuperSandro2000/sweenu/master 2022-02-16 00:07:13 +01:00
José Romildo MalaquiasandGitHub 1da5c56415 Merge pull request #159890 from romildo/upd.vivaldi
vivaldi: 5.0.2497.51-1 -> 5.1.2567.39-1
2022-02-15 19:56:16 -03:00
e77933024d haveged: 1.9.15 -> 1.9.17
* haveged: 1.9.15 -> 1.9.17 (#159495)

add meta.changelog URL
and use SPDX 3.0 license identifier

* haveged: exclude Darwin platforms

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-15 23:53:15 +01:00
SandroandGitHub 7b5c0cb607 Merge pull request #160014 from stigtsp/package/rakudo-2022.02 2022-02-15 23:48:33 +01:00
Martin Weinelt 32bd0aafab nixos/tests/home-assistant: test package and components passing
There are now multiple combinations of how one can pass either
extraPackages or extraComponents. We now test those passed directly to
the package via an override, and those passed indirectly via the module,
that ultimately results in a second override to the package.
2022-02-15 23:41:52 +01:00
Martin Weinelt 3f8ddef902 home-assistant: expose installed extraPackages and extraComponents
Useful data provided for the NixOS test.
2022-02-15 23:41:51 +01:00
piegamesandMartin Weinelt c1d2042219 home-assistant: clean up preStart
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2022-02-15 23:41:51 +01:00
Martin Weinelt 2f644fd3e6 nixos/home-assistant: add rpi_power component by default on arm
The rpi_power integration is part of the onboarding flow on Raspberry Pi
SBCs.
2022-02-15 23:41:51 +01:00
Martin Weinelt 191fb818e6 nixos/tests/home-assistant: test module-based package loading
Passing psycopg2 for PostgreSQL support in the recorder component is one
of the more popular use cases to pass an extra package.
2022-02-15 23:41:50 +01:00
Martin Weinelt 918100f48f nixos/home-assistant: Wait for {mysql,postgresql}.service
Database provisioning was shown to be racy since adding a recorder test
using PostgreSQL. There is no harm in waiting for these services,
because if they're not available they will be ignored.
2022-02-15 23:41:50 +01:00
Martin Weinelt 13faa004b6 nixos/home-assistant: add extraPackages option 2022-02-15 23:41:49 +01:00
Martin Weinelt 4b47eaee4d nixos/tests/home-assistant: test module-based component loading 2022-02-15 23:41:49 +01:00
Martin Weinelt 4a0b964b34 nixos/home-assistant: add extraComponents option
It simply should not be required to override the package for such a
common use case, especially since the module usually adds another
override on top to inherit extraComponents.
2022-02-15 23:41:48 +01:00
Martin Weinelt 59a367bcab nixos/home-assistant: convert to rfc42 style settings
After this change users with non-declarative configs need to set
`services.home-assistant.config` to an `null`, or their
`configuration.yaml` will be overwritten.

The reason for this is that with rfc42 style defaults the config
attribute set will never be empty by default.
2022-02-15 23:41:48 +01:00
sweenuandSandro Jäckel 2c19ae1e4d plocate: 1.1.14 -> 1.1.15 2022-02-15 23:23:53 +01:00
Martin Weinelt 05640ec19d nixos/tests/home-assistant: add comments & reformat 2022-02-15 23:15:17 +01:00
Martin Weinelt 9896247fb6 nixos/home-assistant: Wait for network-online.target
If people take the time to setup network-online.target correctly we
should wait for it. If they don't it's basically the same as
network.target anyway, so no harm done.

Over time I've seen multiple integrations that have dealt badly with
missing network connectivity at startup, this should alleviate further
pains.
2022-02-15 23:15:17 +01:00
Martin Weinelt 82f0df4d68 home-assistant: drop patch that ignores OSErrors in hass fixture
I doesn't seem to be needed anymore. I built all tests and didn't
experience any failures that could've been prevent by it.
2022-02-15 23:15:16 +01:00
Martin Weinelt 5aabba490e nixos/home-assistant: update default package example
The given example is now closer to a sane default people will want to
start with. It also displays the existance of extraComponents, a feature
that will receive more usage with home-assistant warning about
components that have completely migrated away from YAML configuration.
2022-02-15 23:15:16 +01:00
Martin Weinelt 42c0909848 nixos/home-assistant: move module into home-automation category
Putting so many things into misc is not great, so let's open up a new
category called home-automation here and now.
2022-02-15 23:15:09 +01:00
SandroandGitHub ed9c8d388e Merge pull request #159047 from devhell/bump-zettlr 2022-02-15 23:02:24 +01:00
zowoq 7a632f5c1d fpp: 0.9.2 -> 0.9.5
https://github.com/facebook/PathPicker/releases/tag/0.9.5
2022-02-16 07:40:02 +10:00
7c6f434candGitHub 16fe911917 Merge pull request #160088 from r-ryantm/auto-update/jmol
jmol: 14.32.6 -> 14.32.21
2022-02-15 21:39:00 +00:00
zowoq cac3188706 gh: 2.5.0 -> 2.5.1
https://github.com/cli/cli/releases/tag/v2.5.1
2022-02-16 07:37:31 +10:00
7c6f434candGitHub b6e5de2252 Merge pull request #160208 from alyssais/zbar
zbar: enable parallel building
2022-02-15 21:30:06 +00:00
7ff1fdfc78 opencbm: 0.4.99.103 -> 0.4.99.104
* opencbm: 0.4.99.103 -> 0.4.99.104 (#159672)

and add meta.homepage
and use SPDX 3.0 license identifier

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-15 22:18:27 +01:00
ajs124andGitHub 0c7b4385d3 Merge pull request #160186 from mweinelt/icecat-bin
icecat-bin: drop
2022-02-15 22:13:33 +01:00
RenaudandGitHub 7e0659c2bb Merge pull request #159566 from r-ryantm/auto-update/mani
mani: 0.11.1 -> 0.12.0
2022-02-15 21:56:44 +01:00
RenaudandGitHub e646c7a803 Merge pull request #159602 from r-ryantm/auto-update/nanoflann
nanoflann: 1.3.2 -> 1.4.2
2022-02-15 21:51:29 +01:00
StigandGitHub baf0543f6d Merge pull request #160048 from AnatolyPopov/perl-hash-stored-iterator-0.008
perlPackages.HashStoredIterator: init at 0.008
2022-02-15 21:48:07 +01:00
c3f2886c79 semver-tool: 3.2.0 -> 3.3.0
* semver-tool: 3.2.0 -> 3.3.0 (#159745)

Relicensed to Apache License 2.0 as of v3.3.0

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-02-15 21:29:36 +01:00
Alyssa Ross 73ba387fc1 zbar: enable parallel building
Tested at -j48.
2022-02-15 20:28:02 +00:00
RenaudandGitHub 504157bbe8 Merge pull request #159694 from r-ryantm/auto-update/primesieve
primesieve: 7.7 -> 7.8
2022-02-15 21:26:31 +01:00
Kevin CoxandGitHub 4e883afc5a Merge pull request #159226 from lorenzleutgeb/gradle
gradle: 7.3.3 -> 7.4
2022-02-15 15:26:18 -05:00