rapid-router 7.6.9__py2.py3-none-any.whl → 7.6.11__py2.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.
- game/__init__.py +1 -1
- game/views/level_editor.py +5 -8
- {rapid_router-7.6.9.dist-info → rapid_router-7.6.11.dist-info}/METADATA +23 -23
- {rapid_router-7.6.9.dist-info → rapid_router-7.6.11.dist-info}/RECORD +7 -7
- {rapid_router-7.6.9.dist-info → rapid_router-7.6.11.dist-info}/WHEEL +0 -0
- {rapid_router-7.6.9.dist-info → rapid_router-7.6.11.dist-info}/licenses/LICENSE.md +0 -0
- {rapid_router-7.6.9.dist-info → rapid_router-7.6.11.dist-info}/top_level.txt +0 -0
game/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "7.6.
|
|
1
|
+
__version__ = "7.6.11"
|
game/views/level_editor.py
CHANGED
|
@@ -4,6 +4,7 @@ import json
|
|
|
4
4
|
import re
|
|
5
5
|
from builtins import map, str
|
|
6
6
|
|
|
7
|
+
from common.app_settings import domain
|
|
7
8
|
from common.models import Student, Teacher
|
|
8
9
|
from django.contrib.auth.models import User
|
|
9
10
|
from django.db import transaction
|
|
@@ -258,10 +259,8 @@ def save_level_for_editor(request, levelId=None):
|
|
|
258
259
|
if not data["anonymous"]:
|
|
259
260
|
level_management.email_new_custom_level(
|
|
260
261
|
teacher.new_user.email,
|
|
261
|
-
request
|
|
262
|
-
request.
|
|
263
|
-
reverse("play_custom_level", kwargs={"levelId": level.id})
|
|
264
|
-
),
|
|
262
|
+
f"{domain(request)}{reverse("level_moderation")}",
|
|
263
|
+
f"{domain(request)}{reverse("play_custom_level", kwargs={"levelId": level.id})}",
|
|
265
264
|
str(level.owner.student),
|
|
266
265
|
level.owner.student.class_field.name,
|
|
267
266
|
)
|
|
@@ -292,10 +291,8 @@ def save_level_for_editor(request, levelId=None):
|
|
|
292
291
|
if not data["anonymous"]:
|
|
293
292
|
level_management.email_new_custom_level(
|
|
294
293
|
level.owner.student.class_field.teacher.new_user.email,
|
|
295
|
-
request
|
|
296
|
-
request.
|
|
297
|
-
reverse("play_custom_level", kwargs={"levelId": level.id})
|
|
298
|
-
),
|
|
294
|
+
f"{domain(request)}{reverse("level_moderation")}",
|
|
295
|
+
f"{domain(request)}{reverse("play_custom_level", kwargs={"levelId": level.id})}",
|
|
299
296
|
str(level.owner.student),
|
|
300
297
|
level.owner.student.class_field.name,
|
|
301
298
|
)
|
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.6.
|
|
3
|
+
Version: 7.6.11
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
7
7
|
License-File: LICENSE.md
|
|
8
|
-
Requires-Dist: asgiref==3.
|
|
9
|
-
Requires-Dist: asttokens==3.0.
|
|
10
|
-
Requires-Dist: certifi==2025.
|
|
8
|
+
Requires-Dist: asgiref==3.11.0; python_version >= "3.9"
|
|
9
|
+
Requires-Dist: asttokens==3.0.1; python_version >= "3.8"
|
|
10
|
+
Requires-Dist: certifi==2025.11.12; python_version >= "3.7"
|
|
11
11
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy"
|
|
12
|
-
Requires-Dist: cfl-common==8.9.
|
|
12
|
+
Requires-Dist: cfl-common==8.9.10
|
|
13
13
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7"
|
|
14
14
|
Requires-Dist: cryptography==44.0.1; python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1"
|
|
15
15
|
Requires-Dist: decorator==5.2.1; python_version >= "3.8"
|
|
16
16
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7"
|
|
17
|
-
Requires-Dist: django==5.1.
|
|
17
|
+
Requires-Dist: django==5.1.15; python_version >= "3.10"
|
|
18
18
|
Requires-Dist: django-countries==7.6.1
|
|
19
19
|
Requires-Dist: django-csp==3.8
|
|
20
20
|
Requires-Dist: django-formtools==2.5.1; python_version >= "3.8"
|
|
21
21
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9"
|
|
22
22
|
Requires-Dist: django-otp==1.6.3; python_version >= "3.7"
|
|
23
|
-
Requires-Dist: django-phonenumber-field==8.
|
|
23
|
+
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10"
|
|
24
24
|
Requires-Dist: django-pipeline==4.0.0; python_version >= "3.9"
|
|
25
25
|
Requires-Dist: django-reverse-js==0.1.8; python_version >= "3.10"
|
|
26
26
|
Requires-Dist: django-two-factor-auth==1.17.0; python_version >= "3.8"
|
|
27
27
|
Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9"
|
|
28
28
|
Requires-Dist: executing==2.2.1; python_version >= "3.8"
|
|
29
29
|
Requires-Dist: idna==3.11; python_version >= "3.8"
|
|
30
|
-
Requires-Dist: ipython==9.
|
|
30
|
+
Requires-Dist: ipython==9.8.0; python_version >= "3.11"
|
|
31
31
|
Requires-Dist: ipython-pygments-lexers==1.1.1; python_version >= "3.8"
|
|
32
32
|
Requires-Dist: jedi==0.19.2; python_version >= "3.6"
|
|
33
33
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8"
|
|
34
34
|
Requires-Dist: matplotlib-inline==0.2.1; python_version >= "3.9"
|
|
35
35
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5"
|
|
36
|
-
Requires-Dist: numpy==2.3.
|
|
36
|
+
Requires-Dist: numpy==2.3.5; python_version >= "3.11"
|
|
37
37
|
Requires-Dist: pandas==2.3.3; python_version >= "3.9"
|
|
38
38
|
Requires-Dist: parso==0.8.5; python_version >= "3.6"
|
|
39
39
|
Requires-Dist: pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
|
|
@@ -52,7 +52,7 @@ Requires-Dist: qrcode==7.4.2; python_version >= "3.7"
|
|
|
52
52
|
Requires-Dist: requests==2.32.5; python_version >= "3.9"
|
|
53
53
|
Requires-Dist: setuptools==80.9.0; python_version >= "3.9"
|
|
54
54
|
Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
55
|
-
Requires-Dist: sqlparse==0.5.
|
|
55
|
+
Requires-Dist: sqlparse==0.5.4; python_version >= "3.8"
|
|
56
56
|
Requires-Dist: stack-data==0.6.3
|
|
57
57
|
Requires-Dist: tablib==3.7.0; python_version >= "3.9"
|
|
58
58
|
Requires-Dist: traitlets==5.14.3; python_version >= "3.8"
|
|
@@ -63,25 +63,25 @@ Requires-Dist: wcwidth==0.2.14; python_version >= "3.6"
|
|
|
63
63
|
Requires-Dist: wheel==0.45.1; python_version >= "3.8"
|
|
64
64
|
Provides-Extra: dev
|
|
65
65
|
Requires-Dist: amqp==5.3.1; python_version >= "3.6" and extra == "dev"
|
|
66
|
-
Requires-Dist: asgiref==3.
|
|
66
|
+
Requires-Dist: asgiref==3.11.0; python_version >= "3.9" and extra == "dev"
|
|
67
67
|
Requires-Dist: attrs==25.4.0; python_version >= "3.9" and extra == "dev"
|
|
68
|
-
Requires-Dist: billiard==4.2.
|
|
68
|
+
Requires-Dist: billiard==4.2.4; python_version >= "3.7" and extra == "dev"
|
|
69
69
|
Requires-Dist: black==25.11.0; python_version >= "3.9" and extra == "dev"
|
|
70
70
|
Requires-Dist: boto3==1.36.14; python_version >= "3.8" and extra == "dev"
|
|
71
71
|
Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
72
72
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
73
|
-
Requires-Dist: certifi==2025.
|
|
73
|
+
Requires-Dist: certifi==2025.11.12; python_version >= "3.7" and extra == "dev"
|
|
74
74
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy" and extra == "dev"
|
|
75
|
-
Requires-Dist: cfl-common==8.9.
|
|
75
|
+
Requires-Dist: cfl-common==8.9.10; extra == "dev"
|
|
76
76
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7" and extra == "dev"
|
|
77
|
-
Requires-Dist: click==8.3.
|
|
77
|
+
Requires-Dist: click==8.3.1; python_version >= "3.10" and extra == "dev"
|
|
78
78
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
79
79
|
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
80
80
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
81
|
-
Requires-Dist: codeforlife-portal==8.9.
|
|
81
|
+
Requires-Dist: codeforlife-portal==8.9.10; extra == "dev"
|
|
82
82
|
Requires-Dist: cryptography==44.0.1; (python_version >= "3.7" and python_full_version not in "3.9.0, 3.9.1") and extra == "dev"
|
|
83
83
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
84
|
-
Requires-Dist: django==5.1.
|
|
84
|
+
Requires-Dist: django==5.1.15; python_version >= "3.10" and extra == "dev"
|
|
85
85
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
86
86
|
Requires-Dist: django-countries==7.6.1; extra == "dev"
|
|
87
87
|
Requires-Dist: django-csp==3.8; extra == "dev"
|
|
@@ -89,7 +89,7 @@ Requires-Dist: django-extensions==4.1; python_version >= "3.9" and extra == "dev
|
|
|
89
89
|
Requires-Dist: django-formtools==2.5.1; python_version >= "3.8" and extra == "dev"
|
|
90
90
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9" and extra == "dev"
|
|
91
91
|
Requires-Dist: django-otp==1.6.3; python_version >= "3.7" and extra == "dev"
|
|
92
|
-
Requires-Dist: django-phonenumber-field==8.
|
|
92
|
+
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10" and extra == "dev"
|
|
93
93
|
Requires-Dist: django-pipeline==4.0.0; python_version >= "3.9" and extra == "dev"
|
|
94
94
|
Requires-Dist: django-preventconcurrentlogins==0.8.2; extra == "dev"
|
|
95
95
|
Requires-Dist: django-ratelimit==3.0.1; python_version >= "3.4" and extra == "dev"
|
|
@@ -100,7 +100,7 @@ Requires-Dist: django-test-migrations==1.4.0; (python_version >= "3.9" and pytho
|
|
|
100
100
|
Requires-Dist: django-treebeard==4.7.1; python_version >= "3.8" and extra == "dev"
|
|
101
101
|
Requires-Dist: django-two-factor-auth==1.17.0; python_version >= "3.8" and extra == "dev"
|
|
102
102
|
Requires-Dist: djangorestframework==3.16.0; python_version >= "3.9" and extra == "dev"
|
|
103
|
-
Requires-Dist: execnet==2.1.
|
|
103
|
+
Requires-Dist: execnet==2.1.2; python_version >= "3.8" and extra == "dev"
|
|
104
104
|
Requires-Dist: gunicorn==23.0.0; python_version >= "3.7" and extra == "dev"
|
|
105
105
|
Requires-Dist: h11==0.16.0; python_version >= "3.8" and extra == "dev"
|
|
106
106
|
Requires-Dist: idna==3.11; python_version >= "3.8" and extra == "dev"
|
|
@@ -108,12 +108,12 @@ Requires-Dist: importlib-metadata==4.13.0; python_version >= "3.7" and extra ==
|
|
|
108
108
|
Requires-Dist: iniconfig==2.3.0; python_version >= "3.10" and extra == "dev"
|
|
109
109
|
Requires-Dist: isort==7.0.0; python_full_version >= "3.10.0" and extra == "dev"
|
|
110
110
|
Requires-Dist: jmespath==1.0.1; python_version >= "3.7" and extra == "dev"
|
|
111
|
-
Requires-Dist: kombu[sqs]==5.6.
|
|
111
|
+
Requires-Dist: kombu[sqs]==5.6.1; python_version >= "3.9" and extra == "dev"
|
|
112
112
|
Requires-Dist: libsass==0.23.0; python_version >= "3.8" and extra == "dev"
|
|
113
113
|
Requires-Dist: markupsafe==3.0.3; python_version >= "3.9" and extra == "dev"
|
|
114
114
|
Requires-Dist: more-itertools==8.7.0; python_version >= "3.5" and extra == "dev"
|
|
115
115
|
Requires-Dist: mypy-extensions==1.1.0; python_version >= "3.8" and extra == "dev"
|
|
116
|
-
Requires-Dist: numpy==2.3.
|
|
116
|
+
Requires-Dist: numpy==2.3.5; python_version >= "3.11" and extra == "dev"
|
|
117
117
|
Requires-Dist: outcome==1.3.0.post0; python_version >= "3.7" and extra == "dev"
|
|
118
118
|
Requires-Dist: packaging==25.0; python_version >= "3.8" and extra == "dev"
|
|
119
119
|
Requires-Dist: pandas==2.3.3; python_version >= "3.9" and extra == "dev"
|
|
@@ -151,7 +151,7 @@ Requires-Dist: setuptools==80.9.0; python_version >= "3.9" and extra == "dev"
|
|
|
151
151
|
Requires-Dist: six==1.17.0; (python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3") and extra == "dev"
|
|
152
152
|
Requires-Dist: sniffio==1.3.1; python_version >= "3.7" and extra == "dev"
|
|
153
153
|
Requires-Dist: sortedcontainers==2.4.0; extra == "dev"
|
|
154
|
-
Requires-Dist: sqlparse==0.5.
|
|
154
|
+
Requires-Dist: sqlparse==0.5.4; python_version >= "3.8" and extra == "dev"
|
|
155
155
|
Requires-Dist: tablib==3.7.0; python_version >= "3.9" and extra == "dev"
|
|
156
156
|
Requires-Dist: trio==0.32.0; python_version >= "3.10" and extra == "dev"
|
|
157
157
|
Requires-Dist: trio-websocket==0.12.2; python_version >= "3.8" and extra == "dev"
|
|
@@ -166,7 +166,7 @@ Requires-Dist: websocket-client==1.9.0; python_version >= "3.9" and extra == "de
|
|
|
166
166
|
Requires-Dist: werkzeug==3.1.3; python_version >= "3.9" and extra == "dev"
|
|
167
167
|
Requires-Dist: wheel==0.45.1; python_version >= "3.8" and extra == "dev"
|
|
168
168
|
Requires-Dist: whitenoise==6.9.0; python_version >= "3.9" and extra == "dev"
|
|
169
|
-
Requires-Dist: wsproto==1.2
|
|
169
|
+
Requires-Dist: wsproto==1.3.2; python_version >= "3.10" and extra == "dev"
|
|
170
170
|
Requires-Dist: zipp==3.23.0; python_version >= "3.9" and extra == "dev"
|
|
171
171
|
Dynamic: classifier
|
|
172
172
|
Dynamic: license-file
|
|
@@ -3,7 +3,7 @@ example_project/rapid_router_test_settings.py,sha256=-8pBDGeDSM0ziu5BLUXVqB9J97A
|
|
|
3
3
|
example_project/settings.py,sha256=I_upxXh1PBbeX0aKttLeqjGbjPCDTfgMVJgBv7vcc0g,4599
|
|
4
4
|
example_project/urls.py,sha256=XHug_cpNy21yOef3E1-wWT5VkTuxpl6ZXIlCj6jDjWA,422
|
|
5
5
|
example_project/wsgi.py,sha256=U1W6WzZxZaIdYZ5tks7w9fqp5WS5qvn2iThsVcskrWw,829
|
|
6
|
-
game/__init__.py,sha256=
|
|
6
|
+
game/__init__.py,sha256=MXXxsrj-bSOYGcndNe-ymJQeNPERPKr3vqOuToAG3mE,23
|
|
7
7
|
game/admin.py,sha256=BLwwaqQYuqmMdwqnvhdan19iGxdcoBX4CXFk_ROG5-M,1431
|
|
8
8
|
game/app_settings.py,sha256=mlg-1AiP7AR5JNOHAXXLuCrYWaZMmSihvSYk9c2c8YY,857
|
|
9
9
|
game/cache.py,sha256=dtOiFl6Z4I2Q9-8Hz24ZI-5C0asXYSQhF2Be5q74N8g,2227
|
|
@@ -797,15 +797,15 @@ game/views/api.py,sha256=j5Qwabpj0x9oJJ5iHhgGKeJ1RcHZgR5-eg3VGHPCyjE,8994
|
|
|
797
797
|
game/views/helper.py,sha256=SR11w5rpshwSvC7v5dDFazTrH-Vpn9gOe93OLpwrVlE,548
|
|
798
798
|
game/views/language_code_conversions.py,sha256=oaBqaPd5n1a4XmD1UWacpKrFYZ8Gk6CDII9sTrLDQDM,2590
|
|
799
799
|
game/views/level.py,sha256=8Z5ZXnspK5Bnhy8-BeVt_Evf2JSSrRklGO7Fw3W78BA,16887
|
|
800
|
-
game/views/level_editor.py,sha256=
|
|
800
|
+
game/views/level_editor.py,sha256=iALgVboX_Lv8nh7czgjjm_pkZI5xbQORQzotu7sx_w0,18150
|
|
801
801
|
game/views/level_moderation.py,sha256=GwnvXlHRxGNjgjr3pcCCmnxCHEX4UCJlsGw2VA6rncA,5303
|
|
802
802
|
game/views/level_selection.py,sha256=UI345nDv5iTRQ7VttiLKLzezJlaSlaKOnhlALZgMU9Q,9896
|
|
803
803
|
game/views/level_solutions.py,sha256=oYwx0p1LuY7609H2lid7lAq3QvcD6_K9cy5U_i6CwWg,96714
|
|
804
804
|
game/views/scoreboard.py,sha256=h-IPKNKTpFH2Ryr1huyh765BgE0nYtPrqIf9hpU1dmc,17077
|
|
805
805
|
game/views/scoreboard_csv.py,sha256=yx4tOwx5QsHyU1S1BUPUqRBWIh5idq8QVtBID-NqZto,1768
|
|
806
806
|
game/views/worksheet.py,sha256=R7DgR3OhgITkmPHzkv0WLu_bkHvt3RGkcD7ySx3ippg,705
|
|
807
|
-
rapid_router-7.6.
|
|
808
|
-
rapid_router-7.6.
|
|
809
|
-
rapid_router-7.6.
|
|
810
|
-
rapid_router-7.6.
|
|
811
|
-
rapid_router-7.6.
|
|
807
|
+
rapid_router-7.6.11.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
808
|
+
rapid_router-7.6.11.dist-info/METADATA,sha256=i-sIeCNXAOx3CfsVN8zX_FLJhRku-ic_9EzJ_exfIpY,11822
|
|
809
|
+
rapid_router-7.6.11.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
810
|
+
rapid_router-7.6.11.dist-info/top_level.txt,sha256=rKP4ryr1t8Wcnx8grJHDViM3T5cMYH_0vygDjC04ArA,21
|
|
811
|
+
rapid_router-7.6.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|