[arch-commits] Commit in home-assistant/trunk (2 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Dec 5 17:47:42 UTC 2020
Date: Saturday, December 5, 2020 @ 17:47:41
Author: alucryd
Revision: 770916
upgpkg: home-assistant 0.118.5-1
Modified:
home-assistant/trunk/PKGBUILD
home-assistant/trunk/home-assistant-astral2.2.patch
--------------------------------+
PKGBUILD | 10 +++++++---
home-assistant-astral2.2.patch | 14 +++++++-------
2 files changed, 14 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-05 16:55:23 UTC (rev 770915)
+++ PKGBUILD 2020-12-05 17:47:41 UTC (rev 770916)
@@ -6,7 +6,7 @@
pkgname=home-assistant
pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=0.117.6
+pkgver=0.118.5
pkgrel=1
arch=(any)
url=https://home-assistant.io/
@@ -22,7 +22,10 @@
python-certifi
python-ciso8601
python-cryptography
+ python-defusedxml
+ python-httpx
python-jinja
+ python-mutagen
python-pillow
python-pip
python-pyjwt
@@ -35,6 +38,7 @@
python-voluptuous-serialize
python-yaml
python-yarl
+ python-zeroconf
)
makedepends=(
git
@@ -46,7 +50,7 @@
'python-dtlssocket: Ikea Tradfri integration'
'python-lxml: Meteo France integration'
)
-_tag=7c783dc1b45ca63f071da9d3fc97d85b1b7039b7
+_tag=7130b7a4b7d876151d2edc55e83486b84f017ebf
source=(
git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
home-assistant.service
@@ -54,7 +58,7 @@
)
b2sums=('SKIP'
'0df7bbfdac09e37294ac27567e677855c72d13be3aefbd23e0a8f101cf2148302affbe9b6b586b893f77fc990f665d7b95f4916583680c06abd8f74b5cdf3da9'
- 'b8b13879e6db3f512aa3e2f86b485fe2ed55a2940b7f62d8cbcc706f05768585836f7c6496e5db30b0a6782e5842629f92d310872114795e4aa446d2da300eec')
+ 'e2e4c8f4c20932d6f10812ed06a30234de8c6c9b364c8ea98976d1b7546256d7917a2d4649da3c9880f7e542ec161f91295f11cd15f77f21100822aacb9b0753')
pkgver() {
cd home-assistant
Modified: home-assistant-astral2.2.patch
===================================================================
--- home-assistant-astral2.2.patch 2020-12-05 16:55:23 UTC (rev 770915)
+++ home-assistant-astral2.2.patch 2020-12-05 17:47:41 UTC (rev 770916)
@@ -1,4 +1,4 @@
-From d32f28bd1737212b571dab204208cf34e6e58df2 Mon Sep 17 00:00:00 2001
+From a675013a44de962bf63a6937d08a84789b897a80 Mon Sep 17 00:00:00 2001
From: Maxime Gauduin <alucryd at archlinux.org>
Date: Thu, 27 Feb 2020 17:27:37 +0100
Subject: [PATCH] bump astral to 2.2
@@ -239,12 +239,12 @@
return None
diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
-index 01c2a30d2d..4951b333dc 100644
+index 33a9466f4d..0d7cdf4862 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -2,7 +2,7 @@ PyJWT==1.7.1
PyNaCl==1.3.0
- aiohttp==3.6.2
+ aiohttp==3.7.1
aiohttp_cors==0.7.0
-astral==1.10.1
+astral==2.2
@@ -252,13 +252,13 @@
attrs==19.3.0
bcrypt==3.1.7
diff --git a/requirements.txt b/requirements.txt
-index 498b948e47..10b5b887e8 100644
+index ece1877ea7..4026232eea 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# Home Assistant Core
- aiohttp==3.6.2
+ aiohttp==3.7.1
-astral==1.10.1
+astral==2.2
async_timeout==3.0.1
@@ -265,13 +265,13 @@
attrs==19.3.0
bcrypt==3.1.7
diff --git a/setup.py b/setup.py
-index a1794f7880..68d822a808 100755
+index d5d133d4a3..ee284b9d87 100755
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ PACKAGES = find_packages(exclude=["tests", "tests.*"])
REQUIRES = [
- "aiohttp==3.6.2",
+ "aiohttp==3.7.1",
- "astral==1.10.1",
+ "astral==2.2",
"async_timeout==3.0.1",
More information about the arch-commits
mailing list