unisi 0.4.1__py3-none-any.whl → 0.4.2__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.
unisi/users.py CHANGED
@@ -197,7 +197,10 @@ class User:
197
197
  if property == 'value':
198
198
  property = 'changed'
199
199
  m = self.last_message
200
- if not m or unit.name != m.element or property != m.event or value != m.value:
200
+
201
+ if m and m.event == 'modify' and m.element == unit.name:
202
+ return False
203
+ if not m or m.element != unit.name or property != m.event or value != m.value:
201
204
  self.changed_units.add(unit)
202
205
 
203
206
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unisi
3
- Version: 0.4.1
3
+ Version: 0.4.2
4
4
  Summary: Unified System Interface, GUI and Remote API
5
5
  Author-Email: UNISI Tech <g.dernovoy@gmail.com>
6
6
  License: Apache-2.0
@@ -1,7 +1,7 @@
1
- unisi-0.4.1.dist-info/METADATA,sha256=4j6hfvf0viFXz0iRTFmOb6Zm6lLnRCs5ZJ8r6TjgsrU,27265
2
- unisi-0.4.1.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
- unisi-0.4.1.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
- unisi-0.4.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
1
+ unisi-0.4.2.dist-info/METADATA,sha256=-7OToQErF_4pBA01or4WxJs9d2O6RWdOAFoC1xrSwl4,27265
2
+ unisi-0.4.2.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
3
+ unisi-0.4.2.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
4
+ unisi-0.4.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
5
5
  unisi/__init__.py,sha256=prG4FwJzpNJRX1trto0x_4Bne3kkpEX1dUxcRnIxWVw,301
6
6
  unisi/autotest.py,sha256=M6T8q1Yutqr1A1qUBBbdI3LpTlS7ejiGtfdZ9Yvyfqw,8942
7
7
  unisi/common.py,sha256=QHSS-pQDtLZxeZls0eDl8-EmYJZuaRmYO1M9izCly-Y,5791
@@ -21,7 +21,7 @@ unisi/reloader.py,sha256=t7z0NgaeJX52044ue_LxITa99WMuE5Jra9qkMEeGhTg,6941
21
21
  unisi/server.py,sha256=owUV_siimohV-PZwMkkIRTnynY0wxpia2la3Vjqy9g8,6658
22
22
  unisi/tables.py,sha256=1ZjR_eJ_vf0h26kdv2PjLV3t2cPMoqCV17MQjfilTX0,13810
23
23
  unisi/units.py,sha256=AGpb1Oad2HrNBaJNLR1Kl1OwjgbswAY7tQN195O7dn0,11691
24
- unisi/users.py,sha256=ec8SkpzJ877H2wJ0iiNGUYtZ6CowRoLWVfM2OcTwBlE,16894
24
+ unisi/users.py,sha256=qqjsUxNYduRQOhpd8E_uQD0T6jm20M5bqELEygNJmHE,16994
25
25
  unisi/utils.py,sha256=WD3O0hZzVQmcqQK6Ivv35kGmx4FC3enV1RtiZC_EndQ,2721
26
26
  unisi/voicecom.py,sha256=QzS1gIrBeGLO5dEwiu7KIEdJIIVbPBZFGb5nY632Ws8,16707
27
27
  unisi/web/css/256.ed1abe82.css,sha256=WRn44AeD4SuPYFI9YB7zucv2_MTrJHhHPtWyOHe6Iz0,3508
@@ -55,4 +55,4 @@ unisi/web/js/sigma.ce21336a.js,sha256=ngST-065XWOdnR_Xn7U6oGNHTL8fyiOEI9V8-BWRvl
55
55
  unisi/web/js/sigma.ce21336a.js.gz,sha256=zv6oToZZFCfmrZ4G4fw0sOncVe8-dyYNWh2v5QLKZp4,51965
56
56
  unisi/web/js/vendor.6a64dcc5.js,sha256=OSNK2nadU2DnSOEYQQcAmelybITOFZXMxnRyaDoT3yU,747104
57
57
  unisi/web/js/vendor.6a64dcc5.js.gz,sha256=nmtqRzQRWaToxgHxI9hfJd3UrUCg2-fd-0Fjc4H4wu8,245827
58
- unisi-0.4.1.dist-info/RECORD,,
58
+ unisi-0.4.2.dist-info/RECORD,,
File without changes