pypck 0.8.2__py3-none-any.whl → 0.8.3__py3-none-any.whl

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/request_handlers.py CHANGED
@@ -355,7 +355,7 @@ class GroupMembershipStaticRequestHandler(RequestHandler):
355
355
  self,
356
356
  addr_conn: ModuleConnection,
357
357
  num_tries: int = 3,
358
- timeout: float = 1500,
358
+ timeout: float = 1.5,
359
359
  ):
360
360
  """Initialize class instance."""
361
361
  self.groups: set[LcnAddr] = set()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypck
3
- Version: 0.8.2
3
+ Version: 0.8.3
4
4
  Summary: LCN-PCK library
5
5
  Home-page: https://github.com/alengwenus/pypck
6
6
  Author-email: Andre Lengwenus <alengwenus@gmail.com>
@@ -6,10 +6,10 @@ pypck/lcn_addr.py,sha256=N2Od8KuANOglqKjf596hJVH1SRcG7MhESKA5YYlDnbw,1946
6
6
  pypck/lcn_defs.py,sha256=sU0uGYyCLrnl-1aaHe5BtPE1kExESiPGmJFGdv9FWCk,40610
7
7
  pypck/module.py,sha256=o9SB-Gr2w6ZioJa0lpzOWW5IFtWsd1ojV3qgIVjJIxw,37314
8
8
  pypck/pck_commands.py,sha256=nR3LAdWbLD7yrtHfQigIIdMYPAIGM36A1fDAc2AD9Dk,46801
9
- pypck/request_handlers.py,sha256=VUeYcqG4QyL1eNHn1o3w4CgQS-vWL45SGTE4v6LEOL8,24165
9
+ pypck/request_handlers.py,sha256=6TvaWonhWcwDhqoUIS96xIj1_1lcUte2VLDMxovgJAs,24164
10
10
  pypck/timeout_retry.py,sha256=5KiTDPzegym-6qi_mM4I8ChJbJjg9HXECFyAZt4c02w,3944
11
- pypck-0.8.2.dist-info/LICENSE,sha256=iYB6zyMJvShfAzQE7nhYFgLzzZuBmhasLw5fYP9KRz4,1023
12
- pypck-0.8.2.dist-info/METADATA,sha256=KZQbN-QApqDFuO7aCkj_Csz-KLjoeRUcc40TGjAfkkc,5581
13
- pypck-0.8.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
14
- pypck-0.8.2.dist-info/top_level.txt,sha256=59ried49iFueDa5mQ_5BGVZcESjjzi4MZZKLcganvQA,6
15
- pypck-0.8.2.dist-info/RECORD,,
11
+ pypck-0.8.3.dist-info/LICENSE,sha256=iYB6zyMJvShfAzQE7nhYFgLzzZuBmhasLw5fYP9KRz4,1023
12
+ pypck-0.8.3.dist-info/METADATA,sha256=3N9V2hCU79mo8oegZwSoqBDHZJBaTs574XXXmi2VhrI,5581
13
+ pypck-0.8.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
14
+ pypck-0.8.3.dist-info/top_level.txt,sha256=59ried49iFueDa5mQ_5BGVZcESjjzi4MZZKLcganvQA,6
15
+ pypck-0.8.3.dist-info/RECORD,,
File without changes
File without changes