valar 1.3.5__py3-none-any.whl → 1.3.6__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.

Potentially problematic release.


This version of valar might be problematic. Click here for more details.

valar/channels/sender.py CHANGED
@@ -54,7 +54,7 @@ class ValarChannelSender(Sender):
54
54
  self.__thread__ = None
55
55
  self.__lock__ = threading.Lock()
56
56
  self.__interval__ = interval
57
- if self.__channel__.auth and not self.uid:
57
+ if self.__channel__.auth:
58
58
  payload, _ = validate(request)
59
59
  if payload is None:
60
60
  raise Exception('Unauthorized!')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: valar
3
- Version: 1.3.5
3
+ Version: 1.3.6
4
4
  Summary: valar for morghulis
5
5
  Home-page: https://gitee.com/GRIFFIN120/valar_dev
6
6
  Author: LYP
@@ -17,6 +17,7 @@ Requires-Dist: openpyxl==3.1.5
17
17
  Requires-Dist: deepmerge~=2.0
18
18
  Requires-Dist: minio==7.2.2
19
19
  Requires-Dist: PyJWT~=2.10.1
20
+ Requires-Dist: PyMySQL~=1.1.2
20
21
  Dynamic: author
21
22
  Dynamic: author-email
22
23
  Dynamic: description
@@ -9,7 +9,7 @@ valar/channels/consumer.py,sha256=fEP52wBHWccturn2QAkqOt9-_Fr8akiw95AoVc6dEMM,13
9
9
  valar/channels/counter.py,sha256=K8aQUI1RiIrSOg3280tV102soC-ZC1qSRZvBXuwNYQ0,377
10
10
  valar/channels/executer.py,sha256=_Ap859nvxRl8Ln0BWMqhnL6cQNl-1NQSmMR4Akh-afY,333
11
11
  valar/channels/mapping.py,sha256=1SBqxEYO4epbRkSOUw5zm6gau15imz1gokrRTQcy94A,755
12
- valar/channels/sender.py,sha256=65hylPGXreN4hDetg5Ysl_72BbbRIVF2ERDk7Nky1Lg,3805
12
+ valar/channels/sender.py,sha256=WLww4_3zh-rXfZ9f3z2VYLM9ieXW94GuN-KrsVwvKSc,3788
13
13
  valar/channels/views.py,sha256=4J_f-Bn3VR0o0spOa9D52aRcxMRZ0YYgo-dMzJqFrd4,375
14
14
  valar/classes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  valar/classes/singleton_meta.py,sha256=aa9DZKG4Q9Cr67ZWrQ0yaFLrEjwFoTMQbDrpoIqgJZs,245
@@ -46,8 +46,8 @@ valar/views/handler.py,sha256=KlXWhVU-b_b5uxrUwQBHW7H4shSPy4NnXj6AINM_Joo,1619
46
46
  valar/views/meta.py,sha256=H3_raG-LEcfg1p_CBpluhPXBsLFQB_jtaI5CKGgYOKk,4774
47
47
  valar/views/password.py,sha256=O094qG8Sh4ilT_wpEMw4IZtAlcQjrDVcFD5BHaWKg2Q,2127
48
48
  valar/views/rest.py,sha256=_KC2BPsAiTdYCDd3RPt5MTvaWiHd9W3PEx_3l7EwOWE,2383
49
- valar-1.3.5.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
50
- valar-1.3.5.dist-info/METADATA,sha256=ZkkGNPXArta8QA3ANkeIrGa10uA8mSBFAT60J3bFgN4,5142
51
- valar-1.3.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
- valar-1.3.5.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
53
- valar-1.3.5.dist-info/RECORD,,
49
+ valar-1.3.6.dist-info/licenses/LICENSE,sha256=2bm9uFabQZ3Ykb_SaSU_uUbAj2-htc6WJQmS_65qD00,1073
50
+ valar-1.3.6.dist-info/METADATA,sha256=uOcOdoHgme_wRLdocG8hlU0RVrO_1gVEovads3xAJsw,5172
51
+ valar-1.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
52
+ valar-1.3.6.dist-info/top_level.txt,sha256=TVi6VcvvYfVYZ_WnUVwT4psI8p6inaP3KfmQEWrrvYg,6
53
+ valar-1.3.6.dist-info/RECORD,,
File without changes