[arch-commits] Commit in home-assistant/repos/community-staging-any (6 files)
Maxime Gauduin
alucryd at archlinux.org
Fri May 14 07:16:47 UTC 2021
Date: Friday, May 14, 2021 @ 07:16:47
Author: alucryd
Revision: 933954
archrelease: copy trunk to community-staging-any
Added:
home-assistant/repos/community-staging-any/PKGBUILD
(from rev 933953, home-assistant/trunk/PKGBUILD)
home-assistant/repos/community-staging-any/home-assistant-dhcp-component.patch
(from rev 933953, home-assistant/trunk/home-assistant-dhcp-component.patch)
home-assistant/repos/community-staging-any/home-assistant.service
(from rev 933953, home-assistant/trunk/home-assistant.service)
Deleted:
home-assistant/repos/community-staging-any/PKGBUILD
home-assistant/repos/community-staging-any/home-assistant-dhcp-component.patch
home-assistant/repos/community-staging-any/home-assistant.service
-------------------------------------+
PKGBUILD | 172 +++++++++++++++++-----------------
home-assistant-dhcp-component.patch | 134 +++++++++++++-------------
home-assistant.service | 60 +++++------
3 files changed, 183 insertions(+), 183 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-14 07:16:40 UTC (rev 933953)
+++ PKGBUILD 2021-05-14 07:16:47 UTC (rev 933954)
@@ -1,86 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ethan Skinner <aur at etskinner.com>
-# Contributor: Grégoire Seux <grego_aur at familleseux.net>
-# Contributor: Dean Galvin <deangalvin3 at gmail.com>
-# Contributor: NicoHood <archlinux at nicohood.de>
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2021.5.0
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
- gcc
- python-aiohttp
- python-aiohttp-cors
- python-astral
- python-async-timeout
- python-attrs
- python-awesomeversion
- python-bcrypt
- python-certifi
- python-ciso8601
- python-cryptography
- python-defusedxml
- python-httpx
- python-jinja
- python-mutagen
- python-pillow
- python-pip
- python-pyjwt
- python-pytz
- python-requests
- python-ruamel-yaml
- python-slugify
- python-sqlalchemy1.3
- python-voluptuous
- python-voluptuous-serialize
- python-yaml
- python-yarl
- python-zeroconf
-)
-makedepends=(
- git
- python-setuptools
-)
-optdepends=(
- 'net-tools: Nmap host discovery'
- 'openzwave: Z-Wave integration'
- 'python-dtlssocket: Ikea Tradfri integration'
- 'python-lxml: Meteo France integration'
-)
-_tag=ccf92e4721bf7c39c11c0239b81252342a244a35
-source=(
- git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
- home-assistant.service
-)
-b2sums=('SKIP'
- 'c56b88e4d8d6d10ea132d22916468109ffaa83c1176a75e0c0ead16b261c34fe4c279cec6dca415b1addfcd873ad35b294f60a3e1ba62cc917a9dbb73cce47d4')
-
-pkgver() {
- cd home-assistant
- git describe --tags
-}
-
-prepare() {
- cd home-assistant
- # lift hard dep constraints, we'll deal with breaking changes ourselves
- sed 's/==/>=/g' -i requirements.txt setup.py homeassistant/package_constraints.txt
- # allow pip >= 20.3 to be used
- sed 's/,<20.3//g' -i requirements.txt setup.py homeassistant/package_constraints.txt
-}
-
-build() {
- cd home-assistant
- python setup.py build
-}
-
-package() {
- cd home-assistant
- python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
- install -Dm 644 ../home-assistant.service -t "${pkgdir}"/usr/lib/systemd/system/
-}
-
-# vim: ts=2 sw=2 et:
Copied: home-assistant/repos/community-staging-any/PKGBUILD (from rev 933953, home-assistant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-14 07:16:47 UTC (rev 933954)
@@ -0,0 +1,86 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ethan Skinner <aur at etskinner.com>
+# Contributor: Grégoire Seux <grego_aur at familleseux.net>
+# Contributor: Dean Galvin <deangalvin3 at gmail.com>
+# Contributor: NicoHood <archlinux at nicohood.de>
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=2021.5.3
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+ gcc
+ python-aiohttp
+ python-aiohttp-cors
+ python-astral
+ python-async-timeout
+ python-attrs
+ python-awesomeversion
+ python-bcrypt
+ python-certifi
+ python-ciso8601
+ python-cryptography
+ python-defusedxml
+ python-httpx
+ python-jinja
+ python-mutagen
+ python-pillow
+ python-pip
+ python-pyjwt
+ python-pytz
+ python-requests
+ python-ruamel-yaml
+ python-slugify
+ python-sqlalchemy
+ python-voluptuous
+ python-voluptuous-serialize
+ python-yaml
+ python-yarl
+ python-zeroconf
+)
+makedepends=(
+ git
+ python-setuptools
+)
+optdepends=(
+ 'net-tools: Nmap host discovery'
+ 'openzwave: Z-Wave integration'
+ 'python-dtlssocket: Ikea Tradfri integration'
+ 'python-lxml: Meteo France integration'
+)
+_tag=88adc8801cf533caab4b04f91b78d77c8b22f213
+source=(
+ git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
+ home-assistant.service
+)
+b2sums=('SKIP'
+ 'c56b88e4d8d6d10ea132d22916468109ffaa83c1176a75e0c0ead16b261c34fe4c279cec6dca415b1addfcd873ad35b294f60a3e1ba62cc917a9dbb73cce47d4')
+
+pkgver() {
+ cd home-assistant
+ git describe --tags
+}
+
+prepare() {
+ cd home-assistant
+ # lift hard dep constraints, we'll deal with breaking changes ourselves
+ sed 's/==/>=/g' -i requirements.txt setup.py homeassistant/package_constraints.txt
+ # allow pip >= 20.3 to be used
+ sed 's/,<20.3//g' -i requirements.txt setup.py homeassistant/package_constraints.txt
+}
+
+build() {
+ cd home-assistant
+ python setup.py build
+}
+
+package() {
+ cd home-assistant
+ python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
+ install -Dm 644 ../home-assistant.service -t "${pkgdir}"/usr/lib/systemd/system/
+}
+
+# vim: ts=2 sw=2 et:
Deleted: home-assistant-dhcp-component.patch
===================================================================
--- home-assistant-dhcp-component.patch 2021-05-14 07:16:40 UTC (rev 933953)
+++ home-assistant-dhcp-component.patch 2021-05-14 07:16:47 UTC (rev 933954)
@@ -1,67 +0,0 @@
-From d3b9bc1d50ab485106850f672ae885c2a3d5c161 Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd at archlinux.org>
-Date: Wed, 14 Apr 2021 18:41:03 +0200
-Subject: [PATCH] bugfix: dhcp component
-
----
- homeassistant/components/dhcp/manifest.json | 2 +-
- homeassistant/package_constraints.txt | 2 +-
- requirements_all.txt | 2 +-
- requirements_test_all.txt | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/homeassistant/components/dhcp/manifest.json b/homeassistant/components/dhcp/manifest.json
-index 80cc6b116c..af072d276f 100644
---- a/homeassistant/components/dhcp/manifest.json
-+++ b/homeassistant/components/dhcp/manifest.json
-@@ -3,7 +3,7 @@
- "name": "DHCP Discovery",
- "documentation": "https://www.home-assistant.io/integrations/dhcp",
- "requirements": [
-- "scapy==2.4.4", "aiodiscover==1.3.3"
-+ "scapy==2.4.5rc1", "aiodiscover==1.3.3"
- ],
- "codeowners": [
- "@bdraco"
-diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
-index 449c0602df..5a0f07e64f 100644
---- a/homeassistant/package_constraints.txt
-+++ b/homeassistant/package_constraints.txt
-@@ -28,7 +28,7 @@ pytz>=2021.1
- pyyaml==5.4.1
- requests==2.25.1
- ruamel.yaml==0.15.100
--scapy==2.4.4
-+scapy==2.4.5rc1
- sqlalchemy==1.3.23
- voluptuous-serialize==2.4.0
- voluptuous==0.12.1
-diff --git a/requirements_all.txt b/requirements_all.txt
-index 4831b310f8..53e49c9bfc 100644
---- a/requirements_all.txt
-+++ b/requirements_all.txt
-@@ -2006,7 +2006,7 @@ samsungtvws==1.6.0
- satel_integra==0.3.4
-
- # homeassistant.components.dhcp
--scapy==2.4.4
-+scapy==2.4.5rc1
-
- # homeassistant.components.deutsche_bahn
- schiene==0.23
-diff --git a/requirements_test_all.txt b/requirements_test_all.txt
-index 33ef9a95aa..169d6d089b 100644
---- a/requirements_test_all.txt
-+++ b/requirements_test_all.txt
-@@ -1046,7 +1046,7 @@ samsungctl[websocket]==0.7.1
- samsungtvws==1.6.0
-
- # homeassistant.components.dhcp
--scapy==2.4.4
-+scapy==2.4.5rc1
-
- # homeassistant.components.screenlogic
- screenlogicpy==0.2.1
---
-2.31.1
-
Copied: home-assistant/repos/community-staging-any/home-assistant-dhcp-component.patch (from rev 933953, home-assistant/trunk/home-assistant-dhcp-component.patch)
===================================================================
--- home-assistant-dhcp-component.patch (rev 0)
+++ home-assistant-dhcp-component.patch 2021-05-14 07:16:47 UTC (rev 933954)
@@ -0,0 +1,67 @@
+From d3b9bc1d50ab485106850f672ae885c2a3d5c161 Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin <alucryd at archlinux.org>
+Date: Wed, 14 Apr 2021 18:41:03 +0200
+Subject: [PATCH] bugfix: dhcp component
+
+---
+ homeassistant/components/dhcp/manifest.json | 2 +-
+ homeassistant/package_constraints.txt | 2 +-
+ requirements_all.txt | 2 +-
+ requirements_test_all.txt | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/homeassistant/components/dhcp/manifest.json b/homeassistant/components/dhcp/manifest.json
+index 80cc6b116c..af072d276f 100644
+--- a/homeassistant/components/dhcp/manifest.json
++++ b/homeassistant/components/dhcp/manifest.json
+@@ -3,7 +3,7 @@
+ "name": "DHCP Discovery",
+ "documentation": "https://www.home-assistant.io/integrations/dhcp",
+ "requirements": [
+- "scapy==2.4.4", "aiodiscover==1.3.3"
++ "scapy==2.4.5rc1", "aiodiscover==1.3.3"
+ ],
+ "codeowners": [
+ "@bdraco"
+diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
+index 449c0602df..5a0f07e64f 100644
+--- a/homeassistant/package_constraints.txt
++++ b/homeassistant/package_constraints.txt
+@@ -28,7 +28,7 @@ pytz>=2021.1
+ pyyaml==5.4.1
+ requests==2.25.1
+ ruamel.yaml==0.15.100
+-scapy==2.4.4
++scapy==2.4.5rc1
+ sqlalchemy==1.3.23
+ voluptuous-serialize==2.4.0
+ voluptuous==0.12.1
+diff --git a/requirements_all.txt b/requirements_all.txt
+index 4831b310f8..53e49c9bfc 100644
+--- a/requirements_all.txt
++++ b/requirements_all.txt
+@@ -2006,7 +2006,7 @@ samsungtvws==1.6.0
+ satel_integra==0.3.4
+
+ # homeassistant.components.dhcp
+-scapy==2.4.4
++scapy==2.4.5rc1
+
+ # homeassistant.components.deutsche_bahn
+ schiene==0.23
+diff --git a/requirements_test_all.txt b/requirements_test_all.txt
+index 33ef9a95aa..169d6d089b 100644
+--- a/requirements_test_all.txt
++++ b/requirements_test_all.txt
+@@ -1046,7 +1046,7 @@ samsungctl[websocket]==0.7.1
+ samsungtvws==1.6.0
+
+ # homeassistant.components.dhcp
+-scapy==2.4.4
++scapy==2.4.5rc1
+
+ # homeassistant.components.screenlogic
+ screenlogicpy==0.2.1
+--
+2.31.1
+
Deleted: home-assistant.service
===================================================================
--- home-assistant.service 2021-05-14 07:16:40 UTC (rev 933953)
+++ home-assistant.service 2021-05-14 07:16:47 UTC (rev 933954)
@@ -1,30 +0,0 @@
-[Unit]
-Description=Home assistant
-After=network.target
-
-[Service]
-Restart=on-failure
-User=hass
-Group=hass
-DynamicUser=true
-LogsDirectory=hass
-StateDirectory=hass
-WorkingDirectory=/var/lib/hass
-Environment=HOME=/var/lib/hass
-
-ExecStart=/usr/bin/hass \
- --config /var/lib/hass/ \
- --log-file /var/log/hass/home-assistant.log \
- --log-rotate-days 1 \
- --runner
-RestartForceExitStatus=100
-
-AmbientCapabilities=
-CapabilityBoundingSet=
-LockPersonality=true
-ProtectControlGroups=true
-ProtectKernelModules=true
-ProtectKernelTunables=true
-
-[Install]
-WantedBy=multi-user.target
Copied: home-assistant/repos/community-staging-any/home-assistant.service (from rev 933953, home-assistant/trunk/home-assistant.service)
===================================================================
--- home-assistant.service (rev 0)
+++ home-assistant.service 2021-05-14 07:16:47 UTC (rev 933954)
@@ -0,0 +1,30 @@
+[Unit]
+Description=Home assistant
+After=network.target
+
+[Service]
+Restart=on-failure
+User=hass
+Group=hass
+DynamicUser=true
+LogsDirectory=hass
+StateDirectory=hass
+WorkingDirectory=/var/lib/hass
+Environment=HOME=/var/lib/hass
+
+ExecStart=/usr/bin/hass \
+ --config /var/lib/hass/ \
+ --log-file /var/log/hass/home-assistant.log \
+ --log-rotate-days 1 \
+ --runner
+RestartForceExitStatus=100
+
+AmbientCapabilities=
+CapabilityBoundingSet=
+LockPersonality=true
+ProtectControlGroups=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list