zeroc-ice 3.7.9.1__cp311-cp311-win32.whl → 3.7.10.1__cp311-cp311-win32.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.
- Glacier2/Metrics_ice.py +1 -1
- Glacier2/PermissionsVerifierF_ice.py +1 -1
- Glacier2/PermissionsVerifier_ice.py +1 -1
- Glacier2/RouterF_ice.py +1 -1
- Glacier2/Router_ice.py +1 -1
- Glacier2/SSLInfo_ice.py +1 -1
- Glacier2/Session_ice.py +1 -1
- Ice/BuiltinSequences_ice.py +1 -1
- Ice/CommunicatorF_ice.py +1 -1
- Ice/Communicator_ice.py +1 -1
- Ice/ConnectionF_ice.py +1 -1
- Ice/Connection_ice.py +1 -1
- Ice/Current_ice.py +2 -2
- Ice/EndpointF_ice.py +1 -1
- Ice/EndpointTypes_ice.py +1 -1
- Ice/Endpoint_ice.py +1 -1
- Ice/FacetMap_ice.py +1 -1
- Ice/Identity_ice.py +1 -1
- Ice/ImplicitContextF_ice.py +1 -1
- Ice/ImplicitContext_ice.py +1 -1
- Ice/InstrumentationF_ice.py +1 -1
- Ice/Instrumentation_ice.py +1 -1
- Ice/LocalException_ice.py +1 -1
- Ice/LocatorF_ice.py +1 -1
- Ice/Locator_ice.py +1 -1
- Ice/LoggerF_ice.py +1 -1
- Ice/Logger_ice.py +1 -1
- Ice/Metrics_ice.py +1 -1
- Ice/ObjectAdapterF_ice.py +1 -1
- Ice/ObjectAdapter_ice.py +1 -1
- Ice/ObjectFactory_ice.py +1 -1
- Ice/PluginF_ice.py +1 -1
- Ice/Plugin_ice.py +1 -1
- Ice/ProcessF_ice.py +1 -1
- Ice/Process_ice.py +1 -1
- Ice/PropertiesAdmin_ice.py +1 -1
- Ice/PropertiesF_ice.py +1 -1
- Ice/Properties_ice.py +4 -4
- Ice/RemoteLogger_ice.py +1 -1
- Ice/RouterF_ice.py +1 -1
- Ice/Router_ice.py +1 -1
- Ice/ServantLocatorF_ice.py +1 -1
- Ice/ServantLocator_ice.py +1 -1
- Ice/SliceChecksumDict_ice.py +1 -1
- Ice/ValueFactory_ice.py +1 -1
- Ice/Version_ice.py +1 -1
- IceBox/IceBox_ice.py +1 -1
- IceGrid/Admin_ice.py +1 -1
- IceGrid/Descriptor_ice.py +1 -1
- IceGrid/Exception_ice.py +1 -1
- IceGrid/FileParser_ice.py +1 -1
- IceGrid/PluginFacade_ice.py +1 -1
- IceGrid/Registry_ice.py +1 -1
- IceGrid/Session_ice.py +1 -1
- IceGrid/UserAccountMapper_ice.py +1 -1
- IcePatch2/FileInfo_ice.py +1 -1
- IcePatch2/FileServer_ice.py +1 -1
- IcePy.cp311-win32.pyd +0 -0
- IceStorm/IceStorm_ice.py +1 -1
- IceStorm/Metrics_ice.py +1 -1
- slice/Ice/Current.ice +1 -1
- slice/Ice/Properties.ice +3 -3
- {zeroc_ice-3.7.9.1.dist-info → zeroc_ice-3.7.10.1.dist-info}/METADATA +1 -1
- {zeroc_ice-3.7.9.1.dist-info → zeroc_ice-3.7.10.1.dist-info}/RECORD +68 -68
- {zeroc_ice-3.7.9.1.dist-info → zeroc_ice-3.7.10.1.dist-info}/WHEEL +1 -1
- {zeroc_ice-3.7.9.1.dist-info → zeroc_ice-3.7.10.1.dist-info}/LICENSE +0 -0
- {zeroc_ice-3.7.9.1.dist-info → zeroc_ice-3.7.10.1.dist-info}/entry_points.txt +0 -0
- {zeroc_ice-3.7.9.1.dist-info → zeroc_ice-3.7.10.1.dist-info}/top_level.txt +0 -0
Glacier2/Metrics_ice.py
CHANGED
Glacier2/RouterF_ice.py
CHANGED
Glacier2/Router_ice.py
CHANGED
Glacier2/SSLInfo_ice.py
CHANGED
Glacier2/Session_ice.py
CHANGED
Ice/BuiltinSequences_ice.py
CHANGED
Ice/CommunicatorF_ice.py
CHANGED
Ice/Communicator_ice.py
CHANGED
Ice/ConnectionF_ice.py
CHANGED
Ice/Connection_ice.py
CHANGED
Ice/Current_ice.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Copyright (c) ZeroC, Inc. All rights reserved.
|
|
4
4
|
#
|
|
5
5
|
#
|
|
6
|
-
# Ice version 3.7.
|
|
6
|
+
# Ice version 3.7.10
|
|
7
7
|
#
|
|
8
8
|
# <auto-generated>
|
|
9
9
|
#
|
|
@@ -51,7 +51,7 @@ if 'OperationMode' not in _M_Ice.__dict__:
|
|
|
51
51
|
Nonmutating is deprecated; Use the
|
|
52
52
|
idempotent keyword instead. For C++, to retain the mapping
|
|
53
53
|
of nonmutating operations to C++ const
|
|
54
|
-
member functions, use the
|
|
54
|
+
member functions, use the ["cpp:const"] metadata
|
|
55
55
|
directive.
|
|
56
56
|
Idempotent -- Operations that use the Slice idempotent keyword can modify
|
|
57
57
|
object state, but invoking an operation twice in a row must
|
Ice/EndpointF_ice.py
CHANGED
Ice/EndpointTypes_ice.py
CHANGED
Ice/Endpoint_ice.py
CHANGED
Ice/FacetMap_ice.py
CHANGED
Ice/Identity_ice.py
CHANGED
Ice/ImplicitContextF_ice.py
CHANGED
Ice/ImplicitContext_ice.py
CHANGED
Ice/InstrumentationF_ice.py
CHANGED
Ice/Instrumentation_ice.py
CHANGED
Ice/LocalException_ice.py
CHANGED
Ice/LocatorF_ice.py
CHANGED
Ice/Locator_ice.py
CHANGED
Ice/LoggerF_ice.py
CHANGED
Ice/Logger_ice.py
CHANGED
Ice/Metrics_ice.py
CHANGED
Ice/ObjectAdapterF_ice.py
CHANGED
Ice/ObjectAdapter_ice.py
CHANGED
Ice/ObjectFactory_ice.py
CHANGED
Ice/PluginF_ice.py
CHANGED
Ice/Plugin_ice.py
CHANGED
Ice/ProcessF_ice.py
CHANGED
Ice/Process_ice.py
CHANGED
Ice/PropertiesAdmin_ice.py
CHANGED
Ice/PropertiesF_ice.py
CHANGED
Ice/Properties_ice.py
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
# Copyright (c) ZeroC, Inc. All rights reserved.
|
|
4
4
|
#
|
|
5
5
|
#
|
|
6
|
-
# Ice version 3.7.
|
|
6
|
+
# Ice version 3.7.10
|
|
7
7
|
#
|
|
8
8
|
# <auto-generated>
|
|
9
9
|
#
|
|
@@ -31,7 +31,7 @@ if 'Properties' not in _M_Ice.__dict__:
|
|
|
31
31
|
A property set used to configure Ice and Ice applications.
|
|
32
32
|
Properties are key/value pairs, with both keys and values
|
|
33
33
|
being strings. By convention, property keys should have the form
|
|
34
|
-
application-name
|
|
34
|
+
application-name[.category[.sub-category]].name.
|
|
35
35
|
"""
|
|
36
36
|
def __init__(self):
|
|
37
37
|
if Ice.getType(self) == _M_Ice.Properties:
|
|
@@ -87,7 +87,7 @@ if 'Properties' not in _M_Ice.__dict__:
|
|
|
87
87
|
whitespace and commas if they are enclosed in single or double
|
|
88
88
|
quotes. If quotes are mismatched, an empty list is returned.
|
|
89
89
|
Within single quotes or double quotes, you can escape the
|
|
90
|
-
quote in question with
|
|
90
|
+
quote in question with a backslash, e.g. O'Reilly can be written as
|
|
91
91
|
O'Reilly, "O'Reilly" or 'O\'Reilly'.
|
|
92
92
|
Arguments:
|
|
93
93
|
key -- The property key.
|
|
@@ -103,7 +103,7 @@ if 'Properties' not in _M_Ice.__dict__:
|
|
|
103
103
|
whitespace and commas if they are enclosed in single or double
|
|
104
104
|
quotes. If quotes are mismatched, the default list is returned.
|
|
105
105
|
Within single quotes or double quotes, you can escape the
|
|
106
|
-
quote in question with
|
|
106
|
+
quote in question with a backslash, e.g. O'Reilly can be written as
|
|
107
107
|
O'Reilly, "O'Reilly" or 'O\'Reilly'.
|
|
108
108
|
Arguments:
|
|
109
109
|
key -- The property key.
|
Ice/RemoteLogger_ice.py
CHANGED
Ice/RouterF_ice.py
CHANGED
Ice/Router_ice.py
CHANGED
Ice/ServantLocatorF_ice.py
CHANGED
Ice/ServantLocator_ice.py
CHANGED
Ice/SliceChecksumDict_ice.py
CHANGED
Ice/ValueFactory_ice.py
CHANGED
Ice/Version_ice.py
CHANGED
IceBox/IceBox_ice.py
CHANGED
IceGrid/Admin_ice.py
CHANGED
IceGrid/Descriptor_ice.py
CHANGED
IceGrid/Exception_ice.py
CHANGED
IceGrid/FileParser_ice.py
CHANGED
IceGrid/PluginFacade_ice.py
CHANGED
IceGrid/Registry_ice.py
CHANGED
IceGrid/Session_ice.py
CHANGED
IceGrid/UserAccountMapper_ice.py
CHANGED
IcePatch2/FileInfo_ice.py
CHANGED
IcePatch2/FileServer_ice.py
CHANGED
IcePy.cp311-win32.pyd
CHANGED
|
Binary file
|
IceStorm/IceStorm_ice.py
CHANGED
IceStorm/Metrics_ice.py
CHANGED
slice/Ice/Current.ice
CHANGED
|
@@ -73,7 +73,7 @@ enum OperationMode
|
|
|
73
73
|
* <p class="Deprecated"><code>Nonmutating</code> is deprecated; Use the
|
|
74
74
|
* <code>idempotent</code> keyword instead. For C++, to retain the mapping
|
|
75
75
|
* of <code>nonmutating</code> operations to C++ <code>const</code>
|
|
76
|
-
* member functions, use the <code
|
|
76
|
+
* member functions, use the <code>["cpp:const"]</code> metadata
|
|
77
77
|
* directive.
|
|
78
78
|
*/
|
|
79
79
|
\Nonmutating,
|
slice/Ice/Properties.ice
CHANGED
|
@@ -35,7 +35,7 @@ module Ice
|
|
|
35
35
|
* A property set used to configure Ice and Ice applications.
|
|
36
36
|
* Properties are key/value pairs, with both keys and values
|
|
37
37
|
* being strings. By convention, property keys should have the form
|
|
38
|
-
* <em>application-name</em
|
|
38
|
+
* <em>application-name</em>[.<em>category</em>[.<em>sub-category</em>]].<em>name</em>.
|
|
39
39
|
*
|
|
40
40
|
**/
|
|
41
41
|
local interface Properties
|
|
@@ -111,7 +111,7 @@ local interface Properties
|
|
|
111
111
|
* whitespace and commas if they are enclosed in single or double
|
|
112
112
|
* quotes. If quotes are mismatched, an empty list is returned.
|
|
113
113
|
* Within single quotes or double quotes, you can escape the
|
|
114
|
-
* quote in question with
|
|
114
|
+
* quote in question with a backslash, e.g. O'Reilly can be written as
|
|
115
115
|
* O'Reilly, "O'Reilly" or 'O\'Reilly'.
|
|
116
116
|
*
|
|
117
117
|
* @param key The property key.
|
|
@@ -131,7 +131,7 @@ local interface Properties
|
|
|
131
131
|
* whitespace and commas if they are enclosed in single or double
|
|
132
132
|
* quotes. If quotes are mismatched, the default list is returned.
|
|
133
133
|
* Within single quotes or double quotes, you can escape the
|
|
134
|
-
* quote in question with
|
|
134
|
+
* quote in question with a backslash, e.g. O'Reilly can be written as
|
|
135
135
|
* O'Reilly, "O'Reilly" or 'O\'Reilly'.
|
|
136
136
|
*
|
|
137
137
|
* @param key The property key.
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
IcePy.cp311-win32.pyd,sha256=
|
|
1
|
+
IcePy.cp311-win32.pyd,sha256=COF6D_NnYy3AqLu2PiGLNzVXY2ekhbidmHhrc4JWwaw,4982272
|
|
2
2
|
slice2py.py,sha256=-GgKtET_hEmUCLj_QBsBAFoUU_yV7uLIb73G__SQhG8,375
|
|
3
|
-
Glacier2/Metrics_ice.py,sha256=
|
|
4
|
-
Glacier2/PermissionsVerifierF_ice.py,sha256=
|
|
5
|
-
Glacier2/PermissionsVerifier_ice.py,sha256=
|
|
6
|
-
Glacier2/RouterF_ice.py,sha256=
|
|
7
|
-
Glacier2/Router_ice.py,sha256=
|
|
8
|
-
Glacier2/SSLInfo_ice.py,sha256=
|
|
9
|
-
Glacier2/Session_ice.py,sha256=
|
|
3
|
+
Glacier2/Metrics_ice.py,sha256=wHwWkhBHAg-4HM6Hzu1Z8PYKV33AtErf6OG1D-VWWrA,2856
|
|
4
|
+
Glacier2/PermissionsVerifierF_ice.py,sha256=0Kb2UeonGqVW-5S4xuk7rex2f2aalACydu7LigxsjCs,934
|
|
5
|
+
Glacier2/PermissionsVerifier_ice.py,sha256=T4-SjobBQq9pkV2QVVEMoUTA3fqYYDGGIOvAzS0C0s4,12789
|
|
6
|
+
Glacier2/RouterF_ice.py,sha256=YGf0gI54wfNA2eib1eabqo3s39X963sNWVfrIKne1HQ,589
|
|
7
|
+
Glacier2/Router_ice.py,sha256=v5CGvvbTMKt2HBFSr_5LbxQdhLWHSfk4jJzF70_Audc,30522
|
|
8
|
+
Glacier2/SSLInfo_ice.py,sha256=c77Nk1Q-eJ0_PyldSGKJ1_TmnD2P-nEmS29x3FqqDIw,6070
|
|
9
|
+
Glacier2/Session_ice.py,sha256=ud9qCW3jEq3WL1jF1GEUDCjN_0AcEDMotjWykyChb6Q,46089
|
|
10
10
|
Glacier2/__init__.py,sha256=fba2O-gz29oKSDnbYrl1rs3uhFbaCt-mFOzrf0RQsg8,8184
|
|
11
|
-
Ice/BuiltinSequences_ice.py,sha256=
|
|
12
|
-
Ice/CommunicatorF_ice.py,sha256=
|
|
13
|
-
Ice/Communicator_ice.py,sha256=
|
|
14
|
-
Ice/ConnectionF_ice.py,sha256=
|
|
15
|
-
Ice/Connection_ice.py,sha256=
|
|
16
|
-
Ice/Current_ice.py,sha256=
|
|
17
|
-
Ice/EndpointF_ice.py,sha256=
|
|
18
|
-
Ice/EndpointTypes_ice.py,sha256=
|
|
19
|
-
Ice/Endpoint_ice.py,sha256=
|
|
20
|
-
Ice/FacetMap_ice.py,sha256=
|
|
21
|
-
Ice/Identity_ice.py,sha256=
|
|
22
|
-
Ice/ImplicitContextF_ice.py,sha256=
|
|
23
|
-
Ice/ImplicitContext_ice.py,sha256=
|
|
24
|
-
Ice/InstrumentationF_ice.py,sha256=
|
|
25
|
-
Ice/Instrumentation_ice.py,sha256=
|
|
26
|
-
Ice/LocalException_ice.py,sha256=
|
|
27
|
-
Ice/LocatorF_ice.py,sha256
|
|
28
|
-
Ice/Locator_ice.py,sha256=
|
|
29
|
-
Ice/LoggerF_ice.py,sha256=
|
|
30
|
-
Ice/Logger_ice.py,sha256=
|
|
31
|
-
Ice/Metrics_ice.py,sha256=
|
|
32
|
-
Ice/ObjectAdapterF_ice.py,sha256=
|
|
33
|
-
Ice/ObjectAdapter_ice.py,sha256=
|
|
34
|
-
Ice/ObjectFactory_ice.py,sha256=
|
|
35
|
-
Ice/PluginF_ice.py,sha256=
|
|
36
|
-
Ice/Plugin_ice.py,sha256=
|
|
37
|
-
Ice/ProcessF_ice.py,sha256=
|
|
38
|
-
Ice/Process_ice.py,sha256=
|
|
39
|
-
Ice/PropertiesAdmin_ice.py,sha256=
|
|
40
|
-
Ice/PropertiesF_ice.py,sha256=
|
|
41
|
-
Ice/Properties_ice.py,sha256=
|
|
42
|
-
Ice/RemoteLogger_ice.py,sha256=
|
|
43
|
-
Ice/RouterF_ice.py,sha256=
|
|
44
|
-
Ice/Router_ice.py,sha256=
|
|
45
|
-
Ice/ServantLocatorF_ice.py,sha256=
|
|
46
|
-
Ice/ServantLocator_ice.py,sha256=
|
|
47
|
-
Ice/SliceChecksumDict_ice.py,sha256=
|
|
48
|
-
Ice/ValueFactory_ice.py,sha256=
|
|
49
|
-
Ice/Version_ice.py,sha256=
|
|
11
|
+
Ice/BuiltinSequences_ice.py,sha256=NA5mozmLW4aQeihJ2afddPLDuotyhz53Ka4RPpn14NM,2415
|
|
12
|
+
Ice/CommunicatorF_ice.py,sha256=ZyJ7RR2PoI7Z7Aj2Klsmze2nd7NMoRHR45JSaGixcQY,497
|
|
13
|
+
Ice/Communicator_ice.py,sha256=g-kccsIYKprAPaI06QROBjbKesoH932PkYUeZcpBtg4,21620
|
|
14
|
+
Ice/ConnectionF_ice.py,sha256=eFUfyhniqn1UB6PLWgfn1aIiqV7huhflanv6M7l1g9Y,735
|
|
15
|
+
Ice/Connection_ice.py,sha256=FWWECiDmpD8e_fwli3NrHDVuqcrsAYIuBV91oZPTRYk,27714
|
|
16
|
+
Ice/Current_ice.py,sha256=E3DqVWxs_Qg617bcJq_DEoIRGFusFNjBj_soev1UQp4,6664
|
|
17
|
+
Ice/EndpointF_ice.py,sha256=HQCJMzyJTtDCwXeX8S7l-afgA63JqYcfRrV5U5jG2Ng,1221
|
|
18
|
+
Ice/EndpointTypes_ice.py,sha256=MXivQnm-9BCINnUZ-sZtgdLUuNGdh07TxUSDBdiozgA,1666
|
|
19
|
+
Ice/Endpoint_ice.py,sha256=QU0TBkK1CYrToS6vVc07ThmmGZtePhCTfLYwc8Lo4SY,11476
|
|
20
|
+
Ice/FacetMap_ice.py,sha256=DIlMSe0N8pnUcyCl802HtdjMkwI01nNEKhVNUN3m7wg,524
|
|
21
|
+
Ice/Identity_ice.py,sha256=fhTXCJjEjv_mmsCIWgaf7XZh5z4wGxB62R47Oye62ks,4033
|
|
22
|
+
Ice/ImplicitContextF_ice.py,sha256=mMzu2dORenUuBAfV_-I4UshVGwUAgeLtumtFuCfgwTM,509
|
|
23
|
+
Ice/ImplicitContext_ice.py,sha256=Tlwse4dcKf6AkHGL5VgrokFpkkOVXRdm2eemiWkp8Ao,4240
|
|
24
|
+
Ice/InstrumentationF_ice.py,sha256=4cSg6R159nGq02xBmzXVxxpbfZbKIScVhzqq9GmH4YI,914
|
|
25
|
+
Ice/Instrumentation_ice.py,sha256=7LGsKOAIaSZ4ssEraDkG8SiixHZNECzvmg7_kflrZBY,25059
|
|
26
|
+
Ice/LocalException_ice.py,sha256=4pEzo0CCFdsXCW4iydAi1ulx2UULvlsg5C-OO72K_qU,67730
|
|
27
|
+
Ice/LocatorF_ice.py,sha256=-Wq5fya7DidWO0CxelvyQc-pcfBpgFsfdvsqRAMGDYc,752
|
|
28
|
+
Ice/Locator_ice.py,sha256=gaychFHzBT1n3cQbwrsjp2_Wi0U_pST6JCc6lW0x1Jo,32481
|
|
29
|
+
Ice/LoggerF_ice.py,sha256=h7mqfBXGrklGsXNZAKKNVV3uZBss_WnsYqUqEw7DBzk,473
|
|
30
|
+
Ice/Logger_ice.py,sha256=Q5vt78Vg7-LdUSy3hmQ9w5JSR3uuv6Mio3lHPNghbn0,2788
|
|
31
|
+
Ice/Metrics_ice.py,sha256=i3Xf7GX2-vaNtPZosWMQY23A6iX_zuSMYs7DXuKUkVs,37354
|
|
32
|
+
Ice/ObjectAdapterF_ice.py,sha256=sKiVh1l5DMR_kvfZyGGZweaVWR1j667omUcc83H_V0g,501
|
|
33
|
+
Ice/ObjectAdapter_ice.py,sha256=PkrxQVtkvdD-TGEFUKjbJWqEo4nlrGg7SOk4IkT47Bk,21893
|
|
34
|
+
Ice/ObjectFactory_ice.py,sha256=hGEjg9iMySalOEzY9juTbCgpgjpqcUaHarXPpoEU8UM,2180
|
|
35
|
+
Ice/PluginF_ice.py,sha256=c9PfdPlqh1Ons3WlxN-jMVz26ioRXj0MiBFBchT2dzk,590
|
|
36
|
+
Ice/Plugin_ice.py,sha256=Z8qTtXtIQDYziCGBS7NOBXxez9Avup81SuZ3j-uPqV8,4555
|
|
37
|
+
Ice/ProcessF_ice.py,sha256=bckLBHdJ7n_KKMHLvfzv7Bkhc0GZjRr4eHS5qoAR5R8,545
|
|
38
|
+
Ice/Process_ice.py,sha256=A-qSMXtp-UcDxRh5nTdUIHAX1D4CnN_u-efmWPdj048,6119
|
|
39
|
+
Ice/PropertiesAdmin_ice.py,sha256=IOtIeLghwMGC8brjogCoNF9varsO26tbQG86cGw2ORA,12053
|
|
40
|
+
Ice/PropertiesF_ice.py,sha256=iA3RxtEOgu7lbNzJoXg8jejx997lguKX_WGYt3OrqCY,696
|
|
41
|
+
Ice/Properties_ice.py,sha256=c_C6tRS6amxBbJWzUbahjIRgqiGrW1Y5KgBa2IKBLC0,8066
|
|
42
|
+
Ice/RemoteLogger_ice.py,sha256=Hopw8DK1VJJHljrNcPE4g4o4TZQbmlv6OuFjsuEKxoA,30370
|
|
43
|
+
Ice/RouterF_ice.py,sha256=8odok5IMYkNhegfpZZ-z3p3dvfqTPmrBjbekvo4R2c0,539
|
|
44
|
+
Ice/Router_ice.py,sha256=GXS1YkfE4dE3Cha1SB5DTtYXYmqwTGDw027lLXk6Yr8,14479
|
|
45
|
+
Ice/ServantLocatorF_ice.py,sha256=oA1Bn4mNwxSEOrThsmMUfXWmitlLlKd_0YzRCh8c6s4,505
|
|
46
|
+
Ice/ServantLocator_ice.py,sha256=G0zKaeWYscCExEFS7W2dVedEcebig133smSh_7Sl5XI,4728
|
|
47
|
+
Ice/SliceChecksumDict_ice.py,sha256=Toc9SAnqz6DMe7nCeqC7v4rYwbrl3r3VdyKzw7nmr0c,644
|
|
48
|
+
Ice/ValueFactory_ice.py,sha256=oj7It-2amvTPiCHDtBiCptVS-A7ccyoL1G22OpAsgQA,5288
|
|
49
|
+
Ice/Version_ice.py,sha256=CVSZ1kjGismtPdsO4rEAkwHByNPuMNwuH3KthsOTAHU,6402
|
|
50
50
|
Ice/__init__.py,sha256=R1QHjR-EincaHKmD1Q1VDCyEh_9FBfdOFwjA5LDuQQQ,63018
|
|
51
51
|
Ice/Py3/IceFuture.py,sha256=mycMS54vyS0bJtUemaTckLvlxdOpa3pFtholDqPQZtA,1697
|
|
52
52
|
Ice/Py3/__init__.py,sha256=6fCkf683KZxRL3g4S2GQE5taBW1CjDCqjMobmFhutrk,53
|
|
53
|
-
IceBox/IceBox_ice.py,sha256=
|
|
53
|
+
IceBox/IceBox_ice.py,sha256=HbyCC3PwzpLlsiEFXv1EpE6nVjBIplrNxGiFVH-kks4,26668
|
|
54
54
|
IceBox/__init__.py,sha256=1aYdh4qjohygeJddUZk0GUGBCcByprtjxoUPfzXKeBs,132
|
|
55
|
-
IceGrid/Admin_ice.py,sha256=
|
|
56
|
-
IceGrid/Descriptor_ice.py,sha256=
|
|
57
|
-
IceGrid/Exception_ice.py,sha256=
|
|
58
|
-
IceGrid/FileParser_ice.py,sha256=
|
|
59
|
-
IceGrid/PluginFacade_ice.py,sha256=
|
|
60
|
-
IceGrid/Registry_ice.py,sha256=
|
|
61
|
-
IceGrid/Session_ice.py,sha256=
|
|
62
|
-
IceGrid/UserAccountMapper_ice.py,sha256=
|
|
55
|
+
IceGrid/Admin_ice.py,sha256=eJr0YMmNmqySP_kmlAvYr1EX8PWTqTzBw-T-aEVHE0w,318049
|
|
56
|
+
IceGrid/Descriptor_ice.py,sha256=53HVaK2UmYROIvOp6o-VAxKuShbGGDRxRVd7Pgz1bQQ,74737
|
|
57
|
+
IceGrid/Exception_ice.py,sha256=Ohr76IQzAvesNeBp3mXbnX5P5xU59teHM1JePum2cuw,23285
|
|
58
|
+
IceGrid/FileParser_ice.py,sha256=qHNqv3gMMIMNSXLTJssjNv-EHoz7le1dg3Oyg2wh3tc,6257
|
|
59
|
+
IceGrid/PluginFacade_ice.py,sha256=cM1pbWIPTDTOtWQdGLI50NKe54FusjMFKHAOxzXBwpc,11954
|
|
60
|
+
IceGrid/Registry_ice.py,sha256=FPJmwuehpqoM1W9GufF_DMdHUGYY-5_kDdqEVsdoBz4,44195
|
|
61
|
+
IceGrid/Session_ice.py,sha256=trfqLpu3S8v45pbCrqZ0k4L-q1uWtyZCTEbfmTNV6hs,18489
|
|
62
|
+
IceGrid/UserAccountMapper_ice.py,sha256=Bdd68zFTtCNuAgEW0NeB6HSiPpAccU_c_L9XtygghyM,7398
|
|
63
63
|
IceGrid/__init__.py,sha256=tKxtn1zFdqZI_eZ-ljM2bVLLH_N0Uafu70q0gTs-rdE,346
|
|
64
64
|
IceMX/__init__.py,sha256=ONAJ8fB62P7bcHtOOoVh_lnnUGs_nbczv5W1gvTgNHY,185
|
|
65
|
-
IcePatch2/FileInfo_ice.py,sha256=
|
|
66
|
-
IcePatch2/FileServer_ice.py,sha256=
|
|
65
|
+
IcePatch2/FileInfo_ice.py,sha256=g7VekJKLDyP1Ckqczehc8OySypj2o2Kxs_gmUpU8P6k,9741
|
|
66
|
+
IcePatch2/FileServer_ice.py,sha256=yh9Iy0qqo8wBCxdSyk2FMRxkAdq9BzkBapCzPB2Vyyc,27322
|
|
67
67
|
IcePatch2/__init__.py,sha256=NY8GRlwDR-wlpe96VW3FskKNxhnO5motWJ0bKWXutSw,172
|
|
68
|
-
IceStorm/IceStorm_ice.py,sha256=
|
|
69
|
-
IceStorm/Metrics_ice.py,sha256=
|
|
68
|
+
IceStorm/IceStorm_ice.py,sha256=4T6LAtDBhrEUrWiPHl1-ExztmFVGWteXKsWcJfl3fTk,52798
|
|
69
|
+
IceStorm/Metrics_ice.py,sha256=otSrxl4G1wXjagRojPFx10j8RcbXFal8wN5IaFlihpA,3438
|
|
70
70
|
IceStorm/__init__.py,sha256=0n0m3iM5tyAFt203nQfsfG-7wlYO81AEFXlZZvNXYUI,138
|
|
71
71
|
slice/Glacier2/Metrics.ice,sha256=WjSLqMlLIK10ChJXm1DFPPkSXK6DpKRAEyQG0ab1hRM,1328
|
|
72
72
|
slice/Glacier2/PermissionsVerifier.ice,sha256=hxO4jfUCbFDMGwbpCqPsNJJn2FVD8pWwtgejyBgFqSU,2483
|
|
@@ -80,7 +80,7 @@ slice/Ice/Communicator.ice,sha256=lKPWh8hnqRHUZpF-BeoQEcRr-UAkR-_AyKFQPUEeefI,21
|
|
|
80
80
|
slice/Ice/CommunicatorF.ice,sha256=WEuivslA8tKOwuNcB9TXjNO0cy0-fCl7Ng-IqFzUMWU,436
|
|
81
81
|
slice/Ice/Connection.ice,sha256=4qn_ygcW97OTYc4BoOXhecw7lJzfDpm0KYsNapjZaSk,12592
|
|
82
82
|
slice/Ice/ConnectionF.ice,sha256=hiHCb3ru5pV89OBDNMbz6x6iy9E7B94wywxQxG-y9GQ,492
|
|
83
|
-
slice/Ice/Current.ice,sha256=
|
|
83
|
+
slice/Ice/Current.ice,sha256=7mAlDCeckGR0ME_kM1AYX2Z6s7YNoXjJTtDHA-cgquQ,4076
|
|
84
84
|
slice/Ice/Endpoint.ice,sha256=R1KDsJdU5PojHbUdrj5CWPl49YaXaBMq4FRbaqY9P7w,4687
|
|
85
85
|
slice/Ice/EndpointF.ice,sha256=ibIhyqUdNi5GlpBZ1q1ru26OG9-n3bXf_Y0zC8UK9vQ,672
|
|
86
86
|
slice/Ice/EndpointTypes.ice,sha256=j1yO_c4W5qphwhOybdQ2l7WC0c9mmyIDLlQa23NJsNU,832
|
|
@@ -103,7 +103,7 @@ slice/Ice/Plugin.ice,sha256=B3cpxhGpWnW8jjk6Gd-tt6svwRzo4pS7SoUlt5ypDHw,2850
|
|
|
103
103
|
slice/Ice/PluginF.ice,sha256=fGmY7O18ljQBi5KqwajGKPtkYmrhoCrhMhaUHIzoUpg,498
|
|
104
104
|
slice/Ice/Process.ice,sha256=YoDoQB-DnHdbfq083G271hB9cq0FHPPIXCMwG5h-AOs,1231
|
|
105
105
|
slice/Ice/ProcessF.ice,sha256=rHhR3zmrHGKIBM37qtmrjwFjvi34tIoHTjd3v6FmMzE,425
|
|
106
|
-
slice/Ice/Properties.ice,sha256=
|
|
106
|
+
slice/Ice/Properties.ice,sha256=tPK2hBzqMCVgSq7nf9HHcwaS6mYSJ_cHSd2nHjhGIiM,6944
|
|
107
107
|
slice/Ice/PropertiesAdmin.ice,sha256=pBSeIObA1-TUIg5ijVszty_FQqRZi7LF3DqncIzO4xk,2050
|
|
108
108
|
slice/Ice/PropertiesF.ice,sha256=5yIwGGXu1DRfP5XjAx2vmcK5x1gsVYdFfq7rEw3NL8I,461
|
|
109
109
|
slice/Ice/RemoteLogger.ice,sha256=JGdgFDmw5cPePDG1ROKc_ZKBT4riqqW-bmO5JW1Qy7g,5277
|
|
@@ -137,9 +137,9 @@ slice/IceSSL/ConnectionInfoF.ice,sha256=mOAAah79ywC4bV-wIjd66Yinczvtzp99ssOsGeQ0
|
|
|
137
137
|
slice/IceSSL/EndpointInfo.ice,sha256=XyIaCT8542PqTFd0RhEsPDe5wkXNgSrEKpQ5aEEI2y4,663
|
|
138
138
|
slice/IceStorm/IceStorm.ice,sha256=dR4revRL_tRxeVxlaHcv_AlYqp_W-tKZFTU7VtOEmxk,8330
|
|
139
139
|
slice/IceStorm/Metrics.ice,sha256=nbeurex5uP3ZG-ugeDrYyfUVbqqOl2AedmS2oGP_Pdw,1247
|
|
140
|
-
zeroc_ice-3.7.
|
|
141
|
-
zeroc_ice-3.7.
|
|
142
|
-
zeroc_ice-3.7.
|
|
143
|
-
zeroc_ice-3.7.
|
|
144
|
-
zeroc_ice-3.7.
|
|
145
|
-
zeroc_ice-3.7.
|
|
140
|
+
zeroc_ice-3.7.10.1.dist-info/LICENSE,sha256=skpsukGfldSeK7Lk3o_puxByfKu68V_1oqmh7eHf2MU,18093
|
|
141
|
+
zeroc_ice-3.7.10.1.dist-info/METADATA,sha256=pc0Z4h72g7-r_5PeH_UKfBxx8E17LXvAxdmRXzlPTBw,3832
|
|
142
|
+
zeroc_ice-3.7.10.1.dist-info/WHEEL,sha256=deu9bZJH225Lz7TZI9C8JKotIcjmi5Ibg2UG8qmj-qM,98
|
|
143
|
+
zeroc_ice-3.7.10.1.dist-info/entry_points.txt,sha256=-srammJsYzmJ52dOCPPnzN7uA_gdyQjGmwhkwMRoo1c,43
|
|
144
|
+
zeroc_ice-3.7.10.1.dist-info/top_level.txt,sha256=UQzppToI2eVCY3SlI29C6wOWH4HBkK8rBCe1PWlTizg,74
|
|
145
|
+
zeroc_ice-3.7.10.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|