iris-pex-embedded-python 3.4.1b7__py3-none-any.whl → 3.4.1b8__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/_log_manager.py CHANGED
@@ -41,11 +41,11 @@ class IRISLogHandler(logging.Handler):
41
41
 
42
42
  # Map Python logging levels to IRIS logging methods
43
43
  self.level_map = {
44
- logging.DEBUG: _iris.get_iris().cls("Ens.Util.Log").LogTrace,
45
- logging.INFO: _iris.get_iris().cls("Ens.Util.Log").LogInfo,
46
- logging.WARNING: _iris.get_iris().cls("Ens.Util.Log").LogWarning,
47
- logging.ERROR: _iris.get_iris().cls("Ens.Util.Log").LogError,
48
- logging.CRITICAL: _iris.get_iris().cls("Ens.Util.Log").LogAlert,
44
+ logging.DEBUG: 5,
45
+ logging.INFO: 4,
46
+ logging.WARNING: 3,
47
+ logging.ERROR: 2,
48
+ logging.CRITICAL: 6,
49
49
  }
50
50
  # Map Python logging levels to IRIS logging Console level
51
51
  self.level_map_console = {
@@ -79,5 +79,5 @@ class IRISLogHandler(logging.Handler):
79
79
  _iris.get_iris().cls("%SYS.System").WriteToConsoleLog(self.format(record),
80
80
  0,self.level_map_console.get(record.levelno, 0),class_name+"."+method_name)
81
81
  else:
82
- log_func = self.level_map.get(record.levelno, _iris.get_iris().cls("Ens.Util.Log").LogInfo)
83
- log_func(class_name, method_name, self.format(record))
82
+ log_lvl = self.level_map.get(record.levelno, 4)
83
+ _iris.get_iris().cls("Ens.Util.Log").Log(log_lvl,class_name, method_name, self.format(record))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iris_pex_embedded_python
3
- Version: 3.4.1b7
3
+ Version: 3.4.1b8
4
4
  Summary: Iris Interoperability based on Embedded Python
5
5
  Author-email: grongier <guillaume.rongier@intersystems.com>
6
6
  License: MIT License
@@ -41,7 +41,7 @@ iop/_director.py,sha256=d1XXJn8T8VF9rmT-joJdz_ElS2UR6myRaXaMFC_2brA,11498
41
41
  iop/_dispatch.py,sha256=I3TAhvTuk8j4VcROI9vAitJ0a7Nk1BYAWKRrLeNsjr0,3203
42
42
  iop/_inbound_adapter.py,sha256=PS5ToqhrYcXq9ZdLbCBqAfVp8kCeRACm_KF66pwBO9U,1652
43
43
  iop/_iris.py,sha256=9LsPHk8g9_oBqMM8SzX2HPCeHZtxdnIJqG4TVzUeKBw,150
44
- iop/_log_manager.py,sha256=ZBsMdY7OWn6BadvQ3UfoEKmDYQ9TxmcrXF3sNbqquAI,3332
44
+ iop/_log_manager.py,sha256=uCuhbTjozAcDGZ9phtMUiq5OczNQaA_nDwx-g1CWPq4,3107
45
45
  iop/_message.py,sha256=pJQOjRIdw4wSDoJamvItGODMe-UjDU71XihgWdtCAqc,1120
46
46
  iop/_message_validator.py,sha256=K6FxLe72gBHQXZTLVrFw87rABGM0F6CTaNtZ2MqJoss,1408
47
47
  iop/_outbound_adapter.py,sha256=YTAhLrRf9chEAd53mV6KKbpaHOKNOKJHoGgj5wakRR0,726
@@ -71,9 +71,9 @@ iop/cls/IOP/PrivateSession/Message/Start.cls,sha256=uk-WTe66GicCshgmVy3F5ugHiAyP
71
71
  iop/cls/IOP/PrivateSession/Message/Stop.cls,sha256=7g3gKFUjNg0WXBLuWnj-VnCs5G6hSE09YTzGEp0zbGc,1390
72
72
  iop/cls/IOP/Service/WSGI.cls,sha256=VLNCXEwmHW9dBnE51uGE1nvGX6T4HjhqePT3LVhsjAE,10440
73
73
  iop/wsgi/handlers.py,sha256=NrFLo_YbAh-x_PlWhAiWkQnUUN2Ss9HoEm63dDWCBpQ,2947
74
- iris_pex_embedded_python-3.4.1b7.dist-info/licenses/LICENSE,sha256=rZSiBFId_sfbJ6RL0GjjPX-InNLkNS9ou7eQsikciI8,1089
75
- iris_pex_embedded_python-3.4.1b7.dist-info/METADATA,sha256=qqAAXO38iWBGQ1aoBCpDc__rD31k8cwvUOmM6rf8gc4,4419
76
- iris_pex_embedded_python-3.4.1b7.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
77
- iris_pex_embedded_python-3.4.1b7.dist-info/entry_points.txt,sha256=pj-i4LSDyiSP6xpHlVjMCbg1Pik7dC3_sdGY3Yp9Vhk,38
78
- iris_pex_embedded_python-3.4.1b7.dist-info/top_level.txt,sha256=4p0q6hCATmYIVMVi3I8hOUcJE1kwzyBeHygWv_rGvrU,13
79
- iris_pex_embedded_python-3.4.1b7.dist-info/RECORD,,
74
+ iris_pex_embedded_python-3.4.1b8.dist-info/licenses/LICENSE,sha256=rZSiBFId_sfbJ6RL0GjjPX-InNLkNS9ou7eQsikciI8,1089
75
+ iris_pex_embedded_python-3.4.1b8.dist-info/METADATA,sha256=lFLaHao_B-wbo5qVsRM1IT3GAI5_BcOjN4hcE9fLsuc,4419
76
+ iris_pex_embedded_python-3.4.1b8.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
77
+ iris_pex_embedded_python-3.4.1b8.dist-info/entry_points.txt,sha256=pj-i4LSDyiSP6xpHlVjMCbg1Pik7dC3_sdGY3Yp9Vhk,38
78
+ iris_pex_embedded_python-3.4.1b8.dist-info/top_level.txt,sha256=4p0q6hCATmYIVMVi3I8hOUcJE1kwzyBeHygWv_rGvrU,13
79
+ iris_pex_embedded_python-3.4.1b8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (79.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5