-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
homeassistant: update to v2023.7.3 (#5757)
* homeassistant: update to v2023.5.4 - update homeassistant to v2023.5.4 - update HACS integration to v1.32.1 - update DTLSSocket to v0.1.15 - update and adjust requirements * fix build of greenlet wheel for older compilers * fix build of protobuf wheel for older compilers * fix build of webrtcvad for arch-qoriq-6.1 - thanks to @th0ma7 for wiseman/py-webrtcvad#78 - thanks to @smaarn for wiseman/py-webrtcvad@3bd7613 * homeassistant: update to v2023.7.3 - update homeassistant to v2023.7.3 - update to python311 with openssl3 - this PR now depends on #5820 to be merged first * fix some integrations - add cross/libstdc++ to fix grpcio for DSM < 7 - add cross/opus to fix voice over ip integration - fix Google Generative AI Conversation integration (requires grpcio fix and google_generativeai) * migrate to PYTHON_PACKAGE
- Loading branch information
Showing
13 changed files
with
188 additions
and
294 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
PKG_NAME = DTLSSocket | ||
PKG_VERS = 0.1.12 | ||
PKG_VERS = 0.1.15 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://files.pythonhosted.org/packages/35/42/4e2d2c03e6194d4b82dbd921e18a49e5ef113840f76cc8d0a7e6c5cb810c | ||
PKG_DIST_SITE = https://files.pythonhosted.org/packages/72/dc/8171d3106233efbd28620539594ca705f1aa9e140287823e23cd46ca7c42 | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
BUILD_DEPENDS = cross/cython | ||
|
||
HOMEPAGE = https://git.fslab.de/jkonra2m/tinydtls-cython | ||
COMMENT = DTLSSocket is a Cython wrapper for tinydtls with a Socket like interface | ||
COMMENT = DTLSSocket is a Cython wrapper for tinydtls with a Socket like interface. | ||
LICENSE = Eclipse Public License 1.0 | ||
|
||
PRE_CONFIGURE_TARGET = dtlssocket_pre_configure | ||
|
||
include ../../mk/spksrc.python-wheel.mk | ||
|
||
.PHONY: dtlssocket_pre_configure | ||
# configure tinydtls to cross compile | ||
dtlssocket_pre_configure: | ||
@$(RUN) sed -i 's%"\./configure", "--without-ecc"%"\./configure", "--without-ecc", "--host=$(TC_TARGET)", "--build=i686-pc-linux"%g' setup.py | ||
@$(MSG) configure tinydtls to cross compile | ||
@$(RUN) sed -i.bak 's%"\./configure"%"\./configure --host=$(TC_TARGET) --build=i686-pc-linux"%g' setup.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
DTLSSocket-0.1.12.tar.gz SHA1 8cc20ea9636d33635d61bec4283184b941130829 | ||
DTLSSocket-0.1.12.tar.gz SHA256 909a8f52f1890ec9e92fd46ef609daa8875c2a1c262c0b61200e73c6c2dd5099 | ||
DTLSSocket-0.1.12.tar.gz MD5 82a16a8975ad4edf1ffb792317265d0d | ||
DTLSSocket-0.1.15.tar.gz SHA1 e0f7d4455cac5863d7f67d5b884da56f2ff70f25 | ||
DTLSSocket-0.1.15.tar.gz SHA256 456b1c53126c98b908d863e39e94b5a0954fb09fb16ea3c02a4e10d46ec84aee | ||
DTLSSocket-0.1.15.tar.gz MD5 c5c6fe31e8acd0a6512dd2ec4360896d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.