pypck 0.8.2__tar.gz → 0.8.3__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.
- {pypck-0.8.2/pypck.egg-info → pypck-0.8.3}/PKG-INFO +1 -1
- pypck-0.8.3/VERSION +1 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/request_handlers.py +1 -1
- {pypck-0.8.2 → pypck-0.8.3/pypck.egg-info}/PKG-INFO +1 -1
- pypck-0.8.2/VERSION +0 -1
- {pypck-0.8.2 → pypck-0.8.3}/LICENSE +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/README.md +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/__init__.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/connection.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/helpers.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/inputs.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/lcn_addr.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/lcn_defs.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/module.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/pck_commands.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck/timeout_retry.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck.egg-info/SOURCES.txt +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck.egg-info/dependency_links.txt +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck.egg-info/not-zip-safe +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pypck.egg-info/top_level.txt +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/pyproject.toml +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/setup.cfg +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/tests/test_commands.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/tests/test_connection.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/tests/test_dyn_text.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/tests/test_messages.py +0 -0
- {pypck-0.8.2 → pypck-0.8.3}/tests/test_vars.py +0 -0
pypck-0.8.3/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.8.3
|
|
@@ -355,7 +355,7 @@ class GroupMembershipStaticRequestHandler(RequestHandler):
|
|
|
355
355
|
self,
|
|
356
356
|
addr_conn: ModuleConnection,
|
|
357
357
|
num_tries: int = 3,
|
|
358
|
-
timeout: float =
|
|
358
|
+
timeout: float = 1.5,
|
|
359
359
|
):
|
|
360
360
|
"""Initialize class instance."""
|
|
361
361
|
self.groups: set[LcnAddr] = set()
|
pypck-0.8.2/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.8.2
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|