From 5aae605ceb4b5f3632a8176148bf28be74b0bb16 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 8 Jul 2020 15:20:19 +0200 Subject: [PATCH 1/4] python-ciso8601: introduce a new package for Home Assistant Log: pkg_resources.DistributionNotFound: The 'ciso8601==2.1.3' distribution was not found and is required by homeassistant Signed-off-by: Josef Schlehofer --- lang/python/python-ciso8601/Makefile | 42 ++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 lang/python/python-ciso8601/Makefile diff --git a/lang/python/python-ciso8601/Makefile b/lang/python/python-ciso8601/Makefile new file mode 100644 index 000000000..8f85088cf --- /dev/null +++ b/lang/python/python-ciso8601/Makefile @@ -0,0 +1,42 @@ +# +# Copyright (C) 2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +include $(TOPDIR)/rules.mk + +PKG_NAME:=python-ciso8601 +PKG_VERSION:=2.1.3 +PKG_RELEASE:=1 + +PYPI_NAME:=ciso8601 +PKG_HASH:=bdbb5b366058b1c87735603b23060962c439ac9be66f1ae91e8c7dbd7d59e262 + +PKG_MAINTAINER:=Josef Schlehofer +PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=LICENSE.txt + +include ../pypi.mk +include $(INCLUDE_DIR)/package.mk +include ../python3-package.mk + +define Package/python3-ciso8601 + SECTION:=lang + CATEGORY:=Languages + SUBMENU:=Python + TITLE:=Fast ISO8601 date time parser for Python written in C + URL:=https://github.com/closeio/ciso8601 + DEPENDS:= \ + +python3-light +endef + +define Package/python3-ciso8601/description + ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects. +endef + +$(eval $(call Py3Package,python3-ciso8601)) +$(eval $(call BuildPackage,python3-ciso8601)) +$(eval $(call BuildPackage,python3-ciso8601)) + From 1c2f729c9d768c08cd43763737de35f311d39fcf Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 8 Jul 2020 15:39:22 +0200 Subject: [PATCH 2/4] python-zeroconf: update to version 0.28.0 Signed-off-by: Josef Schlehofer --- lang/python/python-zeroconf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-zeroconf/Makefile b/lang/python/python-zeroconf/Makefile index 761abd152..ee1962dee 100644 --- a/lang/python/python-zeroconf/Makefile +++ b/lang/python/python-zeroconf/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-zeroconf -PKG_VERSION:=0.24.4 -PKG_RELEASE:=2 +PKG_VERSION:=0.28.0 +PKG_RELEASE:=1 PYPI_NAME:=zeroconf -PKG_HASH:=f66d38f16026097572939ab78b1f46a97f556bca415491eb0fd094d0b5827dfe +PKG_HASH:=881da2ed3d7c8e0ab59fb1cc8b02b53134351941c4d8d3f3553a96700f257a03 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=Apache-2.0 From 98eb81ccd66133586a2ad19ab5bd6ab5a75ed61f Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 8 Jul 2020 15:41:04 +0200 Subject: [PATCH 3/4] python-ifaddr: update to version 0.1.7 Signed-off-by: Josef Schlehofer --- lang/python/python-ifaddr/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-ifaddr/Makefile b/lang/python/python-ifaddr/Makefile index 4c4f1f863..0cdc10717 100644 --- a/lang/python/python-ifaddr/Makefile +++ b/lang/python/python-ifaddr/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2019 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2019-2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ifaddr -PKG_VERSION:=0.1.6 -PKG_RELEASE:=2 +PKG_VERSION:=0.1.7 +PKG_RELEASE:=1 PYPI_NAME:=ifaddr -PKG_HASH:=c19c64882a7ad51a394451dabcbbed72e98b5625ec1e79789924d5ea3e3ecb93 +PKG_HASH:=1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT From 94b5eace981fdd93c85c59163bbf808a4f7760b8 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Wed, 8 Jul 2020 16:01:26 +0200 Subject: [PATCH 4/4] python-sqlalchemy: update to version 1.3.18 Signed-off-by: Josef Schlehofer --- lang/python/python-sqlalchemy/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-sqlalchemy/Makefile b/lang/python/python-sqlalchemy/Makefile index a25a523ab..abfed9fcb 100644 --- a/lang/python/python-sqlalchemy/Makefile +++ b/lang/python/python-sqlalchemy/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-sqlalchemy -PKG_VERSION:=1.3.13 -PKG_RELEASE:=2 +PKG_VERSION:=1.3.18 +PKG_RELEASE:=1 PYPI_NAME:=SQLAlchemy -PKG_HASH:=64a7b71846db6423807e96820993fa12a03b89127d278290ca25c0b11ed7b4fb +PKG_HASH:=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT