iris-pex-embedded-python 3.5.2b4__py3-none-any.whl → 3.5.3b2__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 -1
- iop/cls/IOP/BusinessOperation.cls +1 -1
- iop/cls/IOP/Service/Remote/Rest/v1.cls +1 -1
- {iris_pex_embedded_python-3.5.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.dist-info}/METADATA +2 -1
- {iris_pex_embedded_python-3.5.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.dist-info}/RECORD +9 -9
- {iris_pex_embedded_python-3.5.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.dist-info}/WHEEL +0 -0
- {iris_pex_embedded_python-3.5.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.dist-info}/entry_points.txt +0 -0
- {iris_pex_embedded_python-3.5.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.dist-info}/licenses/LICENSE +0 -0
- {iris_pex_embedded_python-3.5.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.dist-info}/top_level.txt +0 -0
iop/_utils.py
CHANGED
|
@@ -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.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.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.3b2
|
|
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.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.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=WZOMU5HVmcs7su5lHf8czmzuVcTLWheiUlmugiFLghE,26887
|
|
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.3b2.dist-info/licenses/LICENSE,sha256=rZSiBFId_sfbJ6RL0GjjPX-InNLkNS9ou7eQsikciI8,1089
|
|
87
|
+
iris_pex_embedded_python-3.5.3b2.dist-info/METADATA,sha256=nwDXWN-ulaBtTaghqpr5Z3FCNhNwUjQyYHKtv-YA2eU,4447
|
|
88
|
+
iris_pex_embedded_python-3.5.3b2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
89
|
+
iris_pex_embedded_python-3.5.3b2.dist-info/entry_points.txt,sha256=pj-i4LSDyiSP6xpHlVjMCbg1Pik7dC3_sdGY3Yp9Vhk,38
|
|
90
|
+
iris_pex_embedded_python-3.5.3b2.dist-info/top_level.txt,sha256=4p0q6hCATmYIVMVi3I8hOUcJE1kwzyBeHygWv_rGvrU,13
|
|
91
|
+
iris_pex_embedded_python-3.5.3b2.dist-info/RECORD,,
|
{iris_pex_embedded_python-3.5.2b4.dist-info → iris_pex_embedded_python-3.5.3b2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|