nixpkgs/pkgs/servers
Martin Weinelt 71e8cc09d1
home-assistant: disable adbode/test_camera.py::test_camera_off test
```
___________________________ test_camera_off[pyloop] ____________________________
[gw5] linux -- Python 3.8.9 /nix/store/4s0h5aawbap3xhldxhcijvl26751qrjr-python3-3.8.9/bin/python3.8

hass = <homeassistant.core.HomeAssistant object at 0x7fff4433b580>

    async def test_camera_off(hass):
        """Test the camera turn off service."""
        await setup_platform(hass, CAMERA_DOMAIN)

        with patch("abodepy.AbodeCamera.privacy_mode") as mock_capture:
>           await hass.services.async_call(
                CAMERA_DOMAIN,
                "turn_off",
                {ATTR_ENTITY_ID: "camera.test_cam"},
                blocking=True,
            )

hass       = <homeassistant.core.HomeAssistant object at 0x7fff4433b580>
mock_capture = <MagicMock name='privacy_mode' id='140734337787888'>

tests/components/abode/test_camera.py:64:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <homeassistant.core.ServiceRegistry object at 0x7fff442c1cd0>
domain = 'camera', service = 'turn_off'
service_data = {'entity_id': 'camera.test_cam'}, blocking = True
context = Context(user_id=None, parent_id=None, id='20e520e6917f171d80558dcc4b10b219')
limit = 10, target = None

    async def async_call(
        self,
        domain: str,
        service: str,
        service_data: dict | None = None,
        blocking: bool = False,
        context: Context | None = None,
        limit: float | None = SERVICE_CALL_LIMIT,
        target: dict | None = None,
    ) -> bool | None:
        """
        Call a service.

        Specify blocking=True to wait until service is executed.
        Waits a maximum of limit, which may be None for no timeout.

        If blocking = True, will return boolean if service executed
        successfully within limit.

        This method will fire an event to indicate the service has been called.

        Because the service is sent as an event you are not allowed to use
        the keys ATTR_DOMAIN and ATTR_SERVICE in your service_data.

        This method is a coroutine.
        """
        domain = domain.lower()
        service = service.lower()
        context = context or Context()
        service_data = service_data or {}

        try:
            handler = self._services[domain][service]
        except KeyError:
>           raise ServiceNotFound(domain, service) from None
E           homeassistant.exceptions.ServiceNotFound: Unable to find service camera.turn_off

blocking   = True
context    = Context(user_id=None, parent_id=None, id='20e520e6917f171d80558dcc4b10b219')
domain     = 'camera'
limit      = 10
self       = <homeassistant.core.ServiceRegistry object at 0x7fff442c1cd0>
service    = 'turn_off'
service_data = {'entity_id': 'camera.test_cam'}
target     = None

homeassistant/core.py:1438: ServiceNotFound
---------------------------- Captured stderr setup -----------------------------
DEBUG:asyncio:Using selector: EpollSelector
------------------------------ Captured log setup ------------------------------
DEBUG    asyncio:selector_events.py:59 Using selector: EpollSelector
----------------------------- Captured stderr call -----------------------------
INFO:homeassistant.loader:Loaded abode from homeassistant.components.abode
INFO:homeassistant.setup:Setting up abode
INFO:homeassistant.setup:Setup of domain abode took 0.0 seconds
DEBUG:abodepy:Cache found at: /build/source/tests/testing_config/abodepy_cache.pickle
WARNING:abodepy.utils:Empty pickle file: /build/source/tests/testing_config/abodepy_cache.pickle
DEBUG:abodepy:Removing invalid cache file: /build/source/tests/testing_config/abodepy_cache.pickle
ERROR:homeassistant.config_entries:Error setting up entry Mock Title for abode
Traceback (most recent call last):
  File "/build/source/homeassistant/config_entries.py", line 293, in async_setup
    result = await component.async_setup_entry(hass, self)  # type: ignore
  File "/build/source/homeassistant/components/abode/__init__.py", line 125, in async_setup_entry
    abode = await hass.async_add_executor_job(
  File "/nix/store/4s0h5aawbap3xhldxhcijvl26751qrjr-python3-3.8.9/lib/python3.8/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/nix/store/6s0sdvk0crvcfyv7w33yc7w4bkzl0y1w-python3.8-abodepy-1.2.1/lib/python3.8/site-packages/abodepy/__init__.py", line 85, in __init__
    self._load_cache()
  File "/nix/store/6s0sdvk0crvcfyv7w33yc7w4bkzl0y1w-python3.8-abodepy-1.2.1/lib/python3.8/site-packages/abodepy/__init__.py", line 497, in _load_cache
    os.remove(self._cache_path)
FileNotFoundError: [Errno 2] No such file or directory: '/build/source/tests/testing_config/abodepy_cache.pickle'
DEBUG:homeassistant.core:Bus:Handling <Event component_loaded[L]:
component=abode>
```
2021-06-20 20:11:45 +02:00
..
adguardhome adguardhome: 0.105.2 -> 0.106.3 2021-06-08 23:49:58 +03:00
adminer adminer: 4.8.0 → 4.8.1 2021-05-14 12:14:08 +02:00
althttpd althttpd: init at unstable-2021-05-07 2021-06-09 00:00:36 +07:00
amqp treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
ankisyncd ankisyncd: 2.1.0 -> 2.2.0 (#111755) 2021-02-19 19:10:38 +01:00
apache-kafka apacheKafka: init 2.6.1, make default 2021-03-10 08:10:32 +01:00
apcupsd treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
asterisk asterisk-module-sccp: 4.3.2-epsilon -> 4.3.4 2021-05-17 13:24:51 -07:00
atlassian atlassian-jira: 8.14.1 -> 8.16.1 2021-05-13 14:32:53 +00:00
bazarr bazarr: 0.9.4 -> 0.9.5 2021-05-09 00:49:10 +00:00
beanstalkd beanstalkd: add link to nixos test 2021-05-08 21:41:41 +02:00
bird bird2: 2.0.7 -> 2.0.8 2021-03-22 00:53:20 +01:00
blockbook blockbook: mark as broken 2021-05-17 17:26:33 +02:00
brickd treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
caddy caddy: 2.4.0 -> 2.4.1 2021-05-20 14:40:30 -07:00
calibre-web calibre-web: Update dependency version 2021-05-21 19:02:10 -07:00
cayley treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
clickhouse Merge remote-tracking branch 'origin/master' into staging-next 2021-05-20 09:12:42 -07:00
cloud-print-connector treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
code-server code-server: 3.6.0 -> 3.8.0 2021-01-27 09:15:00 -08:00
computing slurm: 20.11.6.1 -> 20.11.7.1 2021-05-14 11:46:05 +02:00
confluent-platform treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
consul consul: 1.9.5 -> 1.9.6 2021-06-05 21:26:39 +00:00
corosync corosync: 3.1.3 -> 3.1.4 2021-06-14 16:27:24 -07:00
coturn coturn: 4.5.1.3 -> 4.5.2 2021-01-11 19:25:09 +00:00
couchpotato treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
dante dante: 1.4.2 -> 1.4.3 2021-05-01 11:47:23 +10:00
demoit treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
dendrite nixos/tests/dendrite: init (#121777) 2021-05-14 13:11:22 +02:00
dex dex-oidc: 2.27.0 -> 2.28.1 2021-05-20 14:40:34 -07:00
dgraph dgraph: 20.07.2 -> 20.07.3 2021-01-18 14:31:33 +00:00
dico dico: enable on darwin 2021-06-03 17:53:30 +03:00
dict dictdDBs.wordnet: stay with python2 2021-03-25 12:16:29 +01:00
diod treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
dns knot-dns: add passthru.tests 2021-06-16 12:56:36 +02:00
documize-community documize-community: 3.8.2 -> 3.9.0 2021-04-01 07:05:12 +00:00
domoticz treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
echoip buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
elasticmq-server-bin treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
endlessh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
etcd etcd_3_4: 3.4.15 -> 3.4.16 2021-05-14 06:19:36 +10:00
etebase etebase-server: mark no longer broken on darwin 2021-05-24 00:26:15 +02:00
exhibitor treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
fcgiwrap treewide: remove lethalman from meta.maintainers 2021-05-07 15:36:40 +02:00
felix treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
fiche treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +01:00
fileshare fileshare: stop using vulnerable libmicrohttpd 0.9.70 2021-06-10 20:37:52 +02:00
fingerd/bsd-fingerd treewide: fix double quoted strings in meta.description 2021-01-24 19:56:59 +07:00
firebird firebird: 4.0.0rc1 -> 4.0.0 2021-05-23 10:27:54 -03:00
fishnet treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
foundationdb foundationdb: use python2 and python3 2021-03-25 13:12:27 +01:00
freeradius pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
ftp bftpd: 5.6 -> 5.7 2021-05-13 14:09:40 +00:00
gemini agate: 3.0.3 -> 3.1.0 2021-06-08 14:48:57 +01:00
gerbera gerbera: 1.8.0 -> 1.8.1 2021-05-17 09:10:16 +08:00
go-libp2p-daemon go-libp2p-daemon: init at 0.3.0 2020-11-06 12:04:00 -05:00
gobetween treewide: Start to break up static overlay 2021-01-03 19:18:16 +00:00
gonic Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
gopher/gofish treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
gortr gortr: 0.14.6 -> 0.14.7 2020-11-26 06:16:59 +00:00
gotify treewide: Remove usages of stdenv.lib by @doronbehar 2021-01-23 10:52:19 +02:00
gotty gotty: 1.2.0 -> 1.3.0 2021-06-01 10:56:47 +00:00
gpm treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
gpsd gpsd: 3.21 → 3.22 2021-02-25 22:16:42 +03:00
grocy treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
h2 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
hashi-ui treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
hasura hasura: 1.2.1 -> 1.3.1-beta.1 2020-09-03 14:59:08 -05:00
hbase treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
headphones treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
heisenbridge heisenbridge: unstable-2021-05-23 -> unstable-2021-05-29 2021-05-29 22:16:23 -06:00
hitch treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
holochain-go treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
home-assistant home-assistant: disable adbode/test_camera.py::test_camera_off test 2021-06-20 20:11:45 +02:00
hqplayerd hqplayerd: remove broken changelog link 2021-06-16 14:02:39 -07:00
http tomcat9: remove danbst as maintainer 2021-06-16 22:07:30 -04:00
hydron treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
hylafaxplus hylafaxplus: drop patch for POSIXLY_CORRECT 2021-05-14 05:42:17 +02:00
icecast pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
icecream treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
icingaweb2 treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
identd treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
imgproxy imgproxy: 2.16.3 -> 2.16.4 2021-06-17 17:07:36 +00:00
interlock treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
irc solanum: clarify license to be gpl2 or later 2021-06-16 00:19:35 +02:00
irker irker: use python3 2021-04-03 17:06:10 +02:00
isso isso: 0.12.4 -> 0.12.5 (#117582) 2021-03-26 18:59:11 +01:00
jackett jackett: 0.18.345 -> 0.18.364 2021-06-20 09:48:08 +00:00
jellyfin jellyfin-web: 10.7.5 -> 10.7.6 2021-06-18 08:55:42 +02:00
jetbrains Update pkgs/servers/jetbrains/youtrack.nix 2021-05-10 20:28:36 +01:00
jicofo jicofo: 1.0-690 -> 1.0-756 2021-06-20 12:36:51 +02:00
jitsi-videobridge jitsi-videobridge: 2.1-416 -> 2.1-508 2021-06-20 12:36:51 +02:00
kapowbang kapowbang: 0.6.0 -> 0.7.0 2021-03-13 07:35:05 +00:00
keycloak keycloak: 13.0.0 -> 13.0.1 2021-05-26 08:47:17 +00:00
klipper klipper: fixup build on i686 2021-03-10 12:57:03 +01:00
kwakd treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
ldap/389 _389-ds-base: 1.3.9.1 -> 2.0.5 2021-06-16 14:40:02 -07:00
lidarr lidarr: 0.7.2.1878 -> 0.8.1.2135 2021-04-30 21:36:59 +00:00
limesurvey limesurvey: mark as insecure 2021-01-30 11:16:32 +01:00
livepeer livepeer: 0.5.13 -> 0.5.14 2021-02-06 14:32:01 +00:00
ma1sd gradle: Pin pkgs to Gradle 6 that fail with 7 2021-04-14 00:06:02 +02:00
maddy maddy: 0.4.3 -> 0.4.4 2021-04-30 21:00:12 +00:00
mail treewide: use quotes for url 2021-06-20 16:26:23 +02:00
martin treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
mastodon mastodon: 3.4.0 -> 3.4.1 2021-06-15 21:16:16 +02:00
matrix-appservice-discord matrix-appservice-discord: increase test timeout 2021-06-06 16:10:42 +02:00
matrix-corporal matrix-corporal: 2.0.1 -> 2.1.0 2021-01-22 15:14:38 +00:00
matrix-synapse matrix-synapse: 1.35.1 -> 1.36.0 2021-06-15 10:04:14 -06:00
matterbridge matterbridge: 1.12.1 -> 1.12.2 2021-06-02 00:49:36 -06:00
mattermost mattermost: 5.25.3 -> 5.32.1 2021-03-18 15:28:05 +01:00
mautrix-signal mautrix-signal: Fix incorrect escaping in wrapper 2021-05-03 13:51:47 +08:00
mautrix-telegram mautrix-telegram: use sqlalchemy 1.3.x 2021-06-20 11:24:24 +02:00
mautrix-whatsapp mautrix-whatsapp: unstable-2021-06-15 -> 0.1.7 2021-06-15 22:12:21 +02:00
mbtileserver mbtileserver: 0.6.1 → 0.7.0 2021-05-16 03:10:31 -04:00
mediatomb mediatomb: use ffmpeg instead of ffmpeg_3 (#123487) 2021-05-28 16:08:20 +02:00
memcached pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
mesos-dns buildGoPackage packages: editorconfig fixes 2020-07-31 14:07:43 +10:00
metabase metabase: 0.37.8 -> 0.38.0 2021-02-17 15:56:34 +00:00
meteor meteor: enable on darwin 2021-01-05 20:01:48 +03:00
microserver treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
miniflux miniflux: 2.0.28 -> 2.0.29 2021-03-22 12:09:56 +00:00
minio minio: 2021-05-11T23-27-41Z -> 2021-05-16T05-32-34Z 2021-05-16 10:58:07 +01:00
mirrorbits treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
misc gobgpd: 2.27.0 -> 2.28.0 2021-06-08 04:11:29 +00:00
mlflow-server diagrams-builder,mlflow-server: remove trailing whitespace 2020-11-09 11:39:28 +00:00
monitoring grafana: 8.0.2 -> 8.0.3 2021-06-18 20:21:12 +02:00
mpd Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
mqtt/mosquitto mosquitto: 1.6.12 -> 2.0.10 2021-04-05 16:43:14 +02:00
mtprotoproxy treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
mumsi Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
mx-puppet-discord mx-puppet-discord: set pname 2021-05-23 14:46:18 -07:00
mxisd mxisd: remove (#119372) 2021-04-19 11:26:08 -04:00
nas treewide: remove gnidorah 2021-04-30 01:48:19 +02:00
nats-server nats-server: 2.2.0 -> 2.2.1 2021-04-05 00:29:37 +00:00
nats-streaming-server nats-streaming-server: 0.21.0 -> 0.21.1 2021-03-14 03:31:09 -04:00
neard treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
news/leafnode pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
nextcloud nextcloud: add preInstall and postInstall hook calls 2021-05-21 10:33:13 +02:00
nfs-ganesha nfs-ganesha: 3.4 -> 3.5 2021-02-03 18:03:44 +00:00
nginx-sso treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
nosql redis: 6.2.3 -> 6.2.4 (#125444) 2021-06-02 22:29:28 -04:00
nsq treewide: name -> pname (easy cases) (#66585) 2019-08-15 13:41:18 +01:00
nzbhydra2 nzbhydra2: refactor 2021-05-18 20:51:00 -07:00
oauth2-proxy maintainers: add serokell team, move various packages to it 2021-05-08 12:11:48 +02:00
ombi ombi: 4.0.1292 -> 4.0.1345 2021-04-28 22:43:22 +03:00
openafs Merge pull request #125525 from fortuneteller2k/openafs_1_9 2021-06-08 16:27:47 +02:00
openbgpd yacc: deprecate alias 2021-04-04 03:18:58 +02:00
openxpki treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
osrm-backend osrm-backend: 5.24.0 -> 5.25.0 2021-05-18 02:06:23 +02:00
p910nd p910nd: fix darwin build 2021-03-14 11:40:49 +07:00
peach peach: init at 0.9.8 2020-12-01 04:47:19 +01:00
pg_featureserv pg_featureserv: 1.1.1 -> 1.2.0 2020-12-04 23:15:17 +01:00
pg_tileserv pg_tileserv: 1.0.6 -> 1.0.7 2021-02-11 21:04:43 +00:00
pies Prefer pname and version in mkDerivations instead of name (#123438) 2021-05-23 17:07:31 +02:00
pim6sd yacc: deprecate alias 2021-04-04 03:18:58 +02:00
pinnwand pinnwand: 1.2.3 -> 1.3.0 2021-05-22 20:33:19 +02:00
pleroma pleroma: init at 2.3.50 2021-06-10 22:53:00 +02:00
plex plex: 1.23.1.4602-280ab6053 -> 1.23.2.4625-a83d2d0f9 2021-06-03 21:42:48 +02:00
plik plik,plikd: init at 1.3.1 2021-02-23 15:35:07 +01:00
polipo treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
pounce pounce: 2.1p1 -> 2.3 2021-03-24 14:39:38 -04:00
pr-tracker pr-tracker: 1.0.0 -> 1.1.0; adopt; add changelog 2021-06-06 21:35:08 +00:00
prayer Prefer pname and version in mkDerivations instead of name (#123438) 2021-05-23 17:07:31 +02:00
ps3netsrv pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
pulseaudio Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
radarr radarr: 3.2.0.5048 -> 3.2.1.5070 2021-06-01 13:27:32 +00:00
radicale radicale: add passthru.tests 2021-04-23 15:13:36 +02:00
rainloop rainloop: 1.14.0 -> 1.16.0 2021-06-11 10:43:09 +02:00
reproxy reproxy: 0.7.0 → 0.8.0 2021-06-09 13:33:00 +03:00
rippled rippled: fix hashes 2021-05-22 16:57:32 +02:00
roon-bridge nixos.roon-bridge: init 2021-06-13 03:38:42 -07:00
roon-server roon-server: 1.8-790 -> 1.8-795 2021-06-09 23:06:39 -07:00
roundcube roundcube: 1.4.10 -> 1.4.11 2021-02-08 21:43:19 +01:00
routinator routinator: 0.8.3 -> 0.9.0 2021-06-03 12:43:31 +02:00
rpcbind treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
rt rt: 4.4.4 -> 5.0.1 2021-05-07 10:33:01 -07:00
rtsp-simple-server rtsp-simple-server: 0.15.3 -> 0.15.4 2021-04-11 15:02:17 +00:00
sabnzbd sabnzbd: 3.2.0 -> 3.2.1 2021-04-05 09:57:13 +02:00
samba samba: add missing python dependencies for ldap and domain controller 2021-06-03 14:12:05 +02:00
scylladb treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
search groonga: 11.0.2 -> 11.0.3 2021-05-31 19:00:09 +00:00
ser2net ser2net: 4.3.2 -> 4.3.3 2021-03-09 12:24:14 +00:00
serf treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
serviio treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
shairplay treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
shairport-sync Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
shellinabox treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
shishi lib.meta: introduce availableOn 2021-04-02 19:20:23 +08:00
sickbeard sickgear: 0.23.15 -> 0.23.16 2021-05-08 17:59:54 -07:00
silc-server pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
simple-http-server simple-http-server: fix darwin build 2021-05-18 13:51:26 +02:00
simplehttp2server treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
sip libexosip: 4.1.0 -> 5.2.0 2021-01-22 11:58:00 +01:00
sks treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
skydns treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
slimserver treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
smcroute treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
softether treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
sonarr sonarr: 3.0.5.1144 -> 3.0.6.1196 2021-04-25 22:38:08 +03:00
sozu treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
sql postgresqlPackages.pgvector: 0.1.6 -> 0.1.7 2021-06-18 04:20:00 +00:00
squid squid: 4.14 -> 4.15 2021-05-12 14:00:13 +02:00
sslh treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
swego swego: 0.93 -> 0.94 2021-03-27 22:09:49 +00:00
syncserver treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
tacacsplus treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
tailscale tailscale: 1.8.6 -> 1.8.7 2021-06-10 12:03:32 +09:00
tang treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
tarssh treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
tautulli tautulli: 2.6.8 -> 2.7.3 (#125087) 2021-06-03 18:55:15 +02:00
tegola tegola: 0.12.1 -> 0.13.0 2021-03-24 21:48:03 +00:00
teleport teleport: 6.1.3 → 6.2.3 2021-06-08 19:11:42 -07:00
tmate-ssh-server treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
tracing/tempo tempo: 0.4.0 -> 0.5.0 2021-02-06 21:10:59 +00:00
traefik traefik: 2.4.7 -> 2.4.8 2021-03-24 22:16:28 +00:00
trezord trezord: 2.0.30 -> 2.0.31 2021-04-09 17:55:47 +02:00
trickster treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
tt-rss tt-rss-plugin-tumblr-gdpr: remove 2021-06-12 21:49:14 +02:00
ttyd ttyd: 1.6.1 -> 1.6.3 2021-05-15 18:48:04 +02:00
tvheadend treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix 2021-01-19 01:16:25 -08:00
u9fs treewide: with stdenv.lib; in meta -> with lib; 2021-01-11 10:38:22 +01:00
ucarp ucarp: init at 1.5.2 2021-06-15 16:27:26 +02:00
udpt treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
uftp pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
uhub pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
ums treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
unfs3 Prefer pname and version in mkDerivations instead of name (#123438) 2021-05-23 17:07:31 +02:00
unifi unifi6: 6.1.71 -> 6.2.25 2021-06-08 23:05:02 +02:00
unpackerr unpackerr: 0.9.4 -> 0.9.6 2021-06-05 09:51:32 +00:00
unpfs treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
ursadb Prefer pname and version in mkDerivations instead of name (#123438) 2021-05-23 17:07:31 +02:00
urserver urserver: 3.6.0.745 -> 3.9.0.2465 2021-03-04 23:34:50 +01:00
uwsgi uwsgi: remove unused input 2021-02-17 13:31:28 +01:00
varnish varnishPackages.dynamic: fix build, use autoreconfHook269 2021-02-28 14:11:29 -08:00
web-apps jitsi-meet: stable/jitsi-meet_5390 -> stable/jitsi-meet_5963 2021-06-20 12:36:51 +02:00
webmetro treewide: fix cargoSha256/cargoHash 2021-05-08 00:36:37 -07:00
wsdd treewide: editorconfig fixes 2021-01-20 09:11:11 +10:00
x11 Merge pull request #126756 from Atemu/fix/xorg-bigelow-holmes-font-license 2021-06-20 11:54:23 +02:00
xandikos xandikos: add passthru.tests 2021-03-25 20:13:05 +01:00
xinetd pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
xmpp prosody: 0.11.8 -> 0.11.9 2021-05-13 19:32:28 +02:00
zigbee2mqtt zigbee2mqtt: add upgrade warning 2021-04-07 15:06:51 +02:00
zoneminder zoneminder: use ffmpeg instead of ffmpeg_3 2021-05-17 11:47:43 +02:00
zookeeper zookeeper: 3.6.2 -> 3.6.3 2021-04-24 13:31:43 +02:00