iris-pex-embedded-python 3.5.2b3__py3-none-any.whl → 3.5.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.
Potentially problematic release.
This version of iris-pex-embedded-python might be problematic. Click here for more details.
- iop/_utils.py +1 -3
- iop/cls/IOP/BusinessOperation.cls +1 -1
- iop/cls/IOP/Service/Remote/Rest/v1.cls +1 -1
- {iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/METADATA +2 -1
- {iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/RECORD +9 -9
- {iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/WHEEL +0 -0
- {iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/licenses/LICENSE +0 -0
- {iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/top_level.txt +0 -0
iop/_utils.py
CHANGED
|
@@ -333,7 +333,7 @@ class _Utils():
|
|
|
333
333
|
timeout=10
|
|
334
334
|
)
|
|
335
335
|
|
|
336
|
-
print(f"Response from remote migration
|
|
336
|
+
print(f"Response from remote migration:\n{response.text}")
|
|
337
337
|
|
|
338
338
|
response.raise_for_status() # Raise an error for bad responses
|
|
339
339
|
|
|
@@ -358,8 +358,6 @@ class _Utils():
|
|
|
358
358
|
|
|
359
359
|
_Utils._cleanup_sys_path(path)
|
|
360
360
|
|
|
361
|
-
raise ValueError("Migration is not implemented yet. Please use the remote migration feature.")
|
|
362
|
-
|
|
363
361
|
@staticmethod
|
|
364
362
|
def _load_settings(filename):
|
|
365
363
|
"""Load settings module from file or default location.
|
|
@@ -7,7 +7,7 @@ Class IOP.BusinessOperation Extends (Ens.BusinessOperation, IOP.Common) [ Inheri
|
|
|
7
7
|
|
|
8
8
|
Parameter SETTINGS = "%classname:Python BusinessOperation,%module:Python BusinessOperation,%settings:Python BusinessOperation,%classpaths:Python BusinessOperation";
|
|
9
9
|
|
|
10
|
-
Method
|
|
10
|
+
Method OnMessage(
|
|
11
11
|
pRequest As %Library.Persistent,
|
|
12
12
|
Output pResponse As %Library.Persistent) As %Status
|
|
13
13
|
{
|
|
@@ -53,7 +53,7 @@ ClassMethod PutMigrate() As %DynamicObject
|
|
|
53
53
|
}
|
|
54
54
|
Else {
|
|
55
55
|
// Set targetDirectory to the CODE DATABASE directory
|
|
56
|
-
do ##class(%SYS.Namespace).GetAllNSInfo(
|
|
56
|
+
do ##class(%SYS.Namespace).GetAllNSInfo(namespace,.info)
|
|
57
57
|
Set targetDirectory = info("RoutineDB","Directory")
|
|
58
58
|
}
|
|
59
59
|
|
{iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iris_pex_embedded_python
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.3
|
|
4
4
|
Summary: Iris Interoperability based on Embedded Python
|
|
5
5
|
Author-email: grongier <guillaume.rongier@intersystems.com>
|
|
6
6
|
License: MIT License
|
|
@@ -49,6 +49,7 @@ Requires-Dist: xmltodict>=0.12.0
|
|
|
49
49
|
Requires-Dist: iris-embedded-python-wrapper>=0.0.6
|
|
50
50
|
Requires-Dist: jsonpath-ng>=1.7.0
|
|
51
51
|
Requires-Dist: debugpy>=1.8.0
|
|
52
|
+
Requires-Dist: requests>=2.24.0
|
|
52
53
|
Dynamic: license-file
|
|
53
54
|
|
|
54
55
|
# IoP (Interoperability On Python)
|
{iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/RECORD
RENAMED
|
@@ -51,8 +51,8 @@ iop/_private_session_duplex.py,sha256=c6Q0k-qnZi_JcIOdpUx1Edu44zVbUE2Kf2aCHM8Eq8
|
|
|
51
51
|
iop/_private_session_process.py,sha256=rvZFO6nWVwZtaEWJkSHyLTV-vhzDqQhsVi7INQLLwWI,1685
|
|
52
52
|
iop/_remote.py,sha256=gCXXK67RFP8njSnbEsZdsOl9Rlt8TYtBDiHr3rwRvLA,3789
|
|
53
53
|
iop/_serialization.py,sha256=C9-88bb6vC8A4ugQ3QqjahAbv7NjAD2sZy8_D-X0Ois,7721
|
|
54
|
-
iop/_utils.py,sha256=
|
|
55
|
-
iop/cls/IOP/BusinessOperation.cls,sha256=
|
|
54
|
+
iop/_utils.py,sha256=CZmRfH0zzmpA2Xo5uh6MLsjZ_ZUY2ZwzJXd68pXywkw,26886
|
|
55
|
+
iop/cls/IOP/BusinessOperation.cls,sha256=NlvbNtm1ZFZmHaMX_9FMKoptY-hQMq5jYN1nLQwvYJw,936
|
|
56
56
|
iop/cls/IOP/BusinessProcess.cls,sha256=XJxzbiV0xokzRm-iI2Be5UIJLE3MlXr7W3WS_LkOCYs,3363
|
|
57
57
|
iop/cls/IOP/BusinessService.cls,sha256=fplKrbQgA7cQgjKIqDR2IK2iD1iNHmT-QvWrozhE4n4,1189
|
|
58
58
|
iop/cls/IOP/Common.cls,sha256=z5pswzclKqPQ7EzObLcfOcKK-M9Dcf3BXrO3PlL81f8,18010
|
|
@@ -81,11 +81,11 @@ iop/cls/IOP/PrivateSession/Message/Start.cls,sha256=RsJLrhglrONBDGT0RqW2K9MDXa98
|
|
|
81
81
|
iop/cls/IOP/PrivateSession/Message/Stop.cls,sha256=7g3gKFUjNg0WXBLuWnj-VnCs5G6hSE09YTzGEp0zbGc,1390
|
|
82
82
|
iop/cls/IOP/Service/WSGI.cls,sha256=VLNCXEwmHW9dBnE51uGE1nvGX6T4HjhqePT3LVhsjAE,10440
|
|
83
83
|
iop/cls/IOP/Service/Remote/Handler.cls,sha256=JfsXse2jvoVvQfW8_rVEt2DCQJ9SVqReCcOUngOkpzE,938
|
|
84
|
-
iop/cls/IOP/Service/Remote/Rest/v1.cls,sha256
|
|
84
|
+
iop/cls/IOP/Service/Remote/Rest/v1.cls,sha256=-10HF30IfkFPngLo1uBEnXevUmqE_FM3hJvTjE2R3OE,3055
|
|
85
85
|
iop/wsgi/handlers.py,sha256=NrFLo_YbAh-x_PlWhAiWkQnUUN2Ss9HoEm63dDWCBpQ,2947
|
|
86
|
-
iris_pex_embedded_python-3.5.
|
|
87
|
-
iris_pex_embedded_python-3.5.
|
|
88
|
-
iris_pex_embedded_python-3.5.
|
|
89
|
-
iris_pex_embedded_python-3.5.
|
|
90
|
-
iris_pex_embedded_python-3.5.
|
|
91
|
-
iris_pex_embedded_python-3.5.
|
|
86
|
+
iris_pex_embedded_python-3.5.3.dist-info/licenses/LICENSE,sha256=rZSiBFId_sfbJ6RL0GjjPX-InNLkNS9ou7eQsikciI8,1089
|
|
87
|
+
iris_pex_embedded_python-3.5.3.dist-info/METADATA,sha256=w-t-8cc5Yp0I_uu2mOrpwEQEMHXCdWflZKWBpjLo0_A,4445
|
|
88
|
+
iris_pex_embedded_python-3.5.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
89
|
+
iris_pex_embedded_python-3.5.3.dist-info/entry_points.txt,sha256=pj-i4LSDyiSP6xpHlVjMCbg1Pik7dC3_sdGY3Yp9Vhk,38
|
|
90
|
+
iris_pex_embedded_python-3.5.3.dist-info/top_level.txt,sha256=4p0q6hCATmYIVMVi3I8hOUcJE1kwzyBeHygWv_rGvrU,13
|
|
91
|
+
iris_pex_embedded_python-3.5.3.dist-info/RECORD,,
|
{iris_pex_embedded_python-3.5.2b3.dist-info → iris_pex_embedded_python-3.5.3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|