orionis 0.166.0__py3-none-any.whl → 0.168.0__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.
- orionis/framework.py +1 -1
- orionis/luminate/application.py +7 -1
- {orionis-0.166.0.dist-info → orionis-0.168.0.dist-info}/METADATA +1 -1
- {orionis-0.166.0.dist-info → orionis-0.168.0.dist-info}/RECORD +8 -8
- {orionis-0.166.0.dist-info → orionis-0.168.0.dist-info}/LICENCE +0 -0
- {orionis-0.166.0.dist-info → orionis-0.168.0.dist-info}/WHEEL +0 -0
- {orionis-0.166.0.dist-info → orionis-0.168.0.dist-info}/entry_points.txt +0 -0
- {orionis-0.166.0.dist-info → orionis-0.168.0.dist-info}/top_level.txt +0 -0
orionis/framework.py
CHANGED
orionis/luminate/application.py
CHANGED
@@ -137,7 +137,13 @@ class Application(metaclass=SingletonMeta):
|
|
137
137
|
self._loadCommands()
|
138
138
|
|
139
139
|
# Boot service providers
|
140
|
-
|
140
|
+
try:
|
141
|
+
loop = asyncio.get_running_loop()
|
142
|
+
loop.run_until_complete(self._bootServiceProviders())
|
143
|
+
except RuntimeError:
|
144
|
+
loop = asyncio.new_event_loop()
|
145
|
+
asyncio.set_event_loop(loop)
|
146
|
+
loop.run_until_complete(self._bootServiceProviders())
|
141
147
|
|
142
148
|
# Change the application status to booted
|
143
149
|
Application.boot()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
orionis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
2
|
orionis/cli_manager.py,sha256=oXY5UYvtalP996h7z5iaEc7z5b1hyFWXrLPrvtoxWcU,1368
|
3
|
-
orionis/framework.py,sha256=
|
3
|
+
orionis/framework.py,sha256=oBhBclhQabjsBOi30atfuQGieOOfDyJklfOtYrUzpm8,1387
|
4
4
|
orionis/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
orionis/installer/manager.py,sha256=SiypGJ2YiFeWyK_4drkheHUd42oS2CH63PNuxiw6Cps,3139
|
6
6
|
orionis/installer/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -12,7 +12,7 @@ orionis/installer/output/output.py,sha256=0ZawkGxSHEYFSElbolQD5V0VjzmQHqRQ6_H7RB
|
|
12
12
|
orionis/installer/setup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
13
13
|
orionis/installer/setup/setup.py,sha256=zAZDelFwieZ9HbR_mSgvW9-gI--Zzu__6SZWWw4VEE8,6967
|
14
14
|
orionis/luminate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
15
|
-
orionis/luminate/application.py,sha256=
|
15
|
+
orionis/luminate/application.py,sha256=aNJPcQX-eupgGmBXsA7k0wZkXLBjC-jr08PYrZP34EU,8393
|
16
16
|
orionis/luminate/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
orionis/luminate/config/app.py,sha256=7teuVPuaV2ao0M5Bv-jhSgjEwb9DtVwde2saTRmYru4,1737
|
18
18
|
orionis/luminate/config/auth.py,sha256=CG8F0pfVjKz4DY3d1Wi7gscdhnp4TT-Q8SJ2sdsHh18,523
|
@@ -181,9 +181,9 @@ tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
181
181
|
tests/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
182
182
|
tests/tools/class_example.py,sha256=dIPD997Y15n6WmKhWoOFSwEldRm9MdOHTZZ49eF1p3c,1056
|
183
183
|
tests/tools/test_reflection.py,sha256=bhLQ7VGVod4B8sv-rW9AjnOumvaBVsoxieA3sdoM2yM,5244
|
184
|
-
orionis-0.
|
185
|
-
orionis-0.
|
186
|
-
orionis-0.
|
187
|
-
orionis-0.
|
188
|
-
orionis-0.
|
189
|
-
orionis-0.
|
184
|
+
orionis-0.168.0.dist-info/LICENCE,sha256=-_4cF2EBKuYVS_SQpy1uapq0oJPUU1vl_RUWSy2jJTo,1111
|
185
|
+
orionis-0.168.0.dist-info/METADATA,sha256=h5zJyRmN4GfclUx6Wje1lkbUEjAI_jg51GUEyF1eYM4,2970
|
186
|
+
orionis-0.168.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
187
|
+
orionis-0.168.0.dist-info/entry_points.txt,sha256=eef1_CVewfokKjrGBynXa06KabSJYo7LlDKKIKvs1cM,53
|
188
|
+
orionis-0.168.0.dist-info/top_level.txt,sha256=2bdoHgyGZhOtLAXS6Om8OCTmL24dUMC_L1quMe_ETbk,14
|
189
|
+
orionis-0.168.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|