python-linkplay 0.2.1__tar.gz → 0.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_linkplay-0.2.1/src/python_linkplay.egg-info → python_linkplay-0.2.2}/PKG-INFO +1 -1
- python_linkplay-0.2.2/src/linkplay/__version__.py +1 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/utils.py +1 -1
- {python_linkplay-0.2.1 → python_linkplay-0.2.2/src/python_linkplay.egg-info}/PKG-INFO +1 -1
- python_linkplay-0.2.1/src/linkplay/__version__.py +0 -1
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/LICENSE +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/README.md +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/pyproject.toml +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/setup.cfg +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/setup.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/__init__.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/__main__.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/bridge.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/consts.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/controller.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/discovery.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/endpoint.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/exceptions.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/linkplay/manufacturers.py +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/python_linkplay.egg-info/SOURCES.txt +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/python_linkplay.egg-info/dependency_links.txt +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/python_linkplay.egg-info/not-zip-safe +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/python_linkplay.egg-info/requires.txt +0 -0
- {python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/python_linkplay.egg-info/top_level.txt +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = '0.2.2'
|
@@ -185,7 +185,7 @@ async def async_create_ssl_context(
|
|
185
185
|
with contextlib.suppress(AttributeError):
|
186
186
|
# This only works for OpenSSL >= 1.0.0
|
187
187
|
sslcontext.options |= ssl.OP_NO_COMPRESSION
|
188
|
-
sslcontext.set_default_verify_paths
|
188
|
+
await loop.run_in_executor(executor, sslcontext.set_default_verify_paths)
|
189
189
|
return sslcontext
|
190
190
|
|
191
191
|
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = '0.2.1'
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python_linkplay-0.2.1 → python_linkplay-0.2.2}/src/python_linkplay.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|