RestrictedPython 8.2__py3-none-any.whl → 8.3a1.dev0__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.
- {restrictedpython-8.2.dist-info → restrictedpython-8.3a1.dev0.dist-info}/METADATA +8 -2
- {restrictedpython-8.2.dist-info → restrictedpython-8.3a1.dev0.dist-info}/RECORD +5 -5
- {restrictedpython-8.2.dist-info → restrictedpython-8.3a1.dev0.dist-info}/WHEEL +0 -0
- {restrictedpython-8.2.dist-info → restrictedpython-8.3a1.dev0.dist-info}/licenses/LICENSE.txt +0 -0
- {restrictedpython-8.2.dist-info → restrictedpython-8.3a1.dev0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: RestrictedPython
|
|
3
|
-
Version: 8.
|
|
3
|
+
Version: 8.3a1.dev0
|
|
4
4
|
Summary: RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment.
|
|
5
5
|
Author-email: Zope Foundation and contributors <zope-dev@zope.dev>
|
|
6
6
|
Maintainer-email: Plone Foundation and contributors <zope-dev@zope.dev>
|
|
@@ -21,7 +21,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.14
|
|
22
22
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
23
23
|
Classifier: Topic :: Security
|
|
24
|
-
Requires-Python: <3.
|
|
24
|
+
Requires-Python: <3.16,>=3.10
|
|
25
25
|
Description-Content-Type: text/x-rst
|
|
26
26
|
License-File: LICENSE.txt
|
|
27
27
|
Provides-Extra: test
|
|
@@ -123,6 +123,12 @@ the documentation `Contributing page
|
|
|
123
123
|
Changes
|
|
124
124
|
=======
|
|
125
125
|
|
|
126
|
+
8.3a1.dev0 (2026-05-29)
|
|
127
|
+
-----------------------
|
|
128
|
+
|
|
129
|
+
- Allow to use the package with Python 3.15 -- Caution: No security audit has been done so far.
|
|
130
|
+
|
|
131
|
+
|
|
126
132
|
8.2 (2026-05-29)
|
|
127
133
|
----------------
|
|
128
134
|
|
|
@@ -7,8 +7,8 @@ RestrictedPython/__init__.py,sha256=qB_s6zDxuXPAGMoKYKBMc-xZ0gTnQ0ZvtY5FxdAG3aM,
|
|
|
7
7
|
RestrictedPython/_compat.py,sha256=eGzz9dyKpYrhyytUV1Ul860zu5GZq9Ew9EQ3CqjVl0Y,385
|
|
8
8
|
RestrictedPython/compile.py,sha256=IhcF733t-bkPcvfQ2_NyBeCbSIPtHYxR-GQNNHnaMHM,6727
|
|
9
9
|
RestrictedPython/transformer.py,sha256=Oggxl6_xDYy2R5hctTr3VosDrjlJhji4bfKpakEb77k,40181
|
|
10
|
-
restrictedpython-8.
|
|
11
|
-
restrictedpython-8.
|
|
12
|
-
restrictedpython-8.
|
|
13
|
-
restrictedpython-8.
|
|
14
|
-
restrictedpython-8.
|
|
10
|
+
restrictedpython-8.3a1.dev0.dist-info/licenses/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070
|
|
11
|
+
restrictedpython-8.3a1.dev0.dist-info/METADATA,sha256=KNWa7DLZYb9HVciRTXYiGmiK-VF4U9wPMy4ih9viZgc,14613
|
|
12
|
+
restrictedpython-8.3a1.dev0.dist-info/WHEEL,sha256=YLJXdYXQ2FQ0Uqn2J-6iEIC-3iOey8lH3xCtvFLkd8Q,91
|
|
13
|
+
restrictedpython-8.3a1.dev0.dist-info/top_level.txt,sha256=E1-3ARWcduVJnQAScms0FgqnBx_PovrzYsNMYuLGwa0,17
|
|
14
|
+
restrictedpython-8.3a1.dev0.dist-info/RECORD,,
|
|
File without changes
|
{restrictedpython-8.2.dist-info → restrictedpython-8.3a1.dev0.dist-info}/licenses/LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|