rapid-router 7.6.19__py2.py3-none-any.whl → 7.6.20__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
- {rapid_router-7.6.19.dist-info → rapid_router-7.6.20.dist-info}/METADATA +16 -18
- {rapid_router-7.6.19.dist-info → rapid_router-7.6.20.dist-info}/RECORD +6 -6
- {rapid_router-7.6.19.dist-info → rapid_router-7.6.20.dist-info}/WHEEL +0 -0
- {rapid_router-7.6.19.dist-info → rapid_router-7.6.20.dist-info}/licenses/LICENSE.md +0 -0
- {rapid_router-7.6.19.dist-info → rapid_router-7.6.20.dist-info}/top_level.txt +0 -0
game/__init__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "7.6.
|
|
1
|
+
__version__ = "7.6.20"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rapid-router
|
|
3
|
-
Version: 7.6.
|
|
3
|
+
Version: 7.6.20
|
|
4
4
|
Classifier: Programming Language :: Python
|
|
5
5
|
Classifier: Programming Language :: Python :: 3.12
|
|
6
6
|
Classifier: Framework :: Django
|
|
@@ -9,22 +9,22 @@ Requires-Dist: asgiref==3.11.1; python_version >= "3.9"
|
|
|
9
9
|
Requires-Dist: asttokens==3.0.1; python_version >= "3.8"
|
|
10
10
|
Requires-Dist: certifi==2026.1.4; 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.21
|
|
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.
|
|
17
|
+
Requires-Dist: django==5.2.11; 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.7.0; python_version >= "3.8"
|
|
23
23
|
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10"
|
|
24
|
-
Requires-Dist: django-pipeline==4.
|
|
24
|
+
Requires-Dist: django-pipeline==4.1.0; python_version >= "3.9"
|
|
25
25
|
Requires-Dist: django-reverse-js==0.1.8; python_version >= "3.10"
|
|
26
|
-
Requires-Dist: django-two-factor-auth==1.
|
|
27
|
-
Requires-Dist: djangorestframework==3.16.
|
|
26
|
+
Requires-Dist: django-two-factor-auth==1.18.1; python_version >= "3.9"
|
|
27
|
+
Requires-Dist: djangorestframework==3.16.1; 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
30
|
Requires-Dist: ipython==9.10.0; python_version >= "3.11"
|
|
@@ -47,9 +47,8 @@ Requires-Dist: pycparser==3.0; implementation_name != "PyPy"
|
|
|
47
47
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8"
|
|
48
48
|
Requires-Dist: pyhamcrest==2.0.2; python_version >= "3.5"
|
|
49
49
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7"
|
|
50
|
-
Requires-Dist: pypng==0.20220715.0
|
|
51
50
|
Requires-Dist: python-dateutil==2.9.0.post0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
52
|
-
Requires-Dist: qrcode==
|
|
51
|
+
Requires-Dist: qrcode==8.2; python_version >= "3.9" and python_version < "4.0"
|
|
53
52
|
Requires-Dist: requests==2.32.5; python_version >= "3.9"
|
|
54
53
|
Requires-Dist: setuptools==80.10.2; python_version >= "3.9"
|
|
55
54
|
Requires-Dist: six==1.17.0; python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3"
|
|
@@ -72,16 +71,16 @@ Requires-Dist: botocore==1.36.26; python_version >= "3.8" and extra == "dev"
|
|
|
72
71
|
Requires-Dist: celery[sqs]==5.4.0; python_version >= "3.8" and extra == "dev"
|
|
73
72
|
Requires-Dist: certifi==2026.1.4; python_version >= "3.7" and extra == "dev"
|
|
74
73
|
Requires-Dist: cffi==2.0.0; platform_python_implementation != "PyPy" and extra == "dev"
|
|
75
|
-
Requires-Dist: cfl-common==8.9.
|
|
74
|
+
Requires-Dist: cfl-common==8.9.21; extra == "dev"
|
|
76
75
|
Requires-Dist: charset-normalizer==3.4.4; python_version >= "3.7" and extra == "dev"
|
|
77
76
|
Requires-Dist: click==8.3.1; python_version >= "3.10" and extra == "dev"
|
|
78
77
|
Requires-Dist: click-didyoumean==0.3.1; python_full_version >= "3.6.2" and extra == "dev"
|
|
79
78
|
Requires-Dist: click-plugins==1.1.1.2; extra == "dev"
|
|
80
79
|
Requires-Dist: click-repl==0.3.0; python_version >= "3.6" and extra == "dev"
|
|
81
|
-
Requires-Dist: codeforlife-portal==8.9.
|
|
80
|
+
Requires-Dist: codeforlife-portal==8.9.21; extra == "dev"
|
|
82
81
|
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
82
|
Requires-Dist: diff-match-patch==20241021; python_version >= "3.7" and extra == "dev"
|
|
84
|
-
Requires-Dist: django==5.
|
|
83
|
+
Requires-Dist: django==5.2.11; python_version >= "3.10" and extra == "dev"
|
|
85
84
|
Requires-Dist: django-classy-tags==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
86
85
|
Requires-Dist: django-countries==7.6.1; extra == "dev"
|
|
87
86
|
Requires-Dist: django-csp==3.8; extra == "dev"
|
|
@@ -90,16 +89,16 @@ Requires-Dist: django-formtools==2.5.1; python_version >= "3.8" and extra == "de
|
|
|
90
89
|
Requires-Dist: django-import-export==4.2.0; python_version >= "3.9" and extra == "dev"
|
|
91
90
|
Requires-Dist: django-otp==1.7.0; python_version >= "3.8" and extra == "dev"
|
|
92
91
|
Requires-Dist: django-phonenumber-field==8.4.0; python_version >= "3.10" and extra == "dev"
|
|
93
|
-
Requires-Dist: django-pipeline==4.
|
|
92
|
+
Requires-Dist: django-pipeline==4.1.0; python_version >= "3.9" and extra == "dev"
|
|
94
93
|
Requires-Dist: django-preventconcurrentlogins==0.8.2; extra == "dev"
|
|
95
94
|
Requires-Dist: django-ratelimit==3.0.1; python_version >= "3.4" and extra == "dev"
|
|
96
|
-
Requires-Dist: django-recaptcha==4.
|
|
95
|
+
Requires-Dist: django-recaptcha==4.1.0; extra == "dev"
|
|
97
96
|
Requires-Dist: django-sekizai==4.1.0; python_version >= "3.8" and extra == "dev"
|
|
98
97
|
Requires-Dist: django-selenium-clean==1.0.1; extra == "dev"
|
|
99
98
|
Requires-Dist: django-test-migrations==1.4.0; (python_version >= "3.9" and python_version < "4.0") and extra == "dev"
|
|
100
|
-
Requires-Dist: django-treebeard==4.
|
|
101
|
-
Requires-Dist: django-two-factor-auth==1.
|
|
102
|
-
Requires-Dist: djangorestframework==3.16.
|
|
99
|
+
Requires-Dist: django-treebeard==4.8.0; python_version >= "3.10" and extra == "dev"
|
|
100
|
+
Requires-Dist: django-two-factor-auth==1.18.1; python_version >= "3.9" and extra == "dev"
|
|
101
|
+
Requires-Dist: djangorestframework==3.16.1; python_version >= "3.9" and extra == "dev"
|
|
103
102
|
Requires-Dist: execnet==2.1.2; python_version >= "3.8" and extra == "dev"
|
|
104
103
|
Requires-Dist: gunicorn==23.0.0; python_version >= "3.7" and extra == "dev"
|
|
105
104
|
Requires-Dist: h11==0.16.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -130,7 +129,6 @@ Requires-Dist: pycurl==7.45.7; python_version >= "3.5" and extra == "dev"
|
|
|
130
129
|
Requires-Dist: pygments==2.19.2; python_version >= "3.8" and extra == "dev"
|
|
131
130
|
Requires-Dist: pyjwt==2.6.0; python_version >= "3.7" and extra == "dev"
|
|
132
131
|
Requires-Dist: pyopenssl==25.1.0; python_version >= "3.7" and extra == "dev"
|
|
133
|
-
Requires-Dist: pypng==0.20220715.0; extra == "dev"
|
|
134
132
|
Requires-Dist: pysocks==1.7.1; extra == "dev"
|
|
135
133
|
Requires-Dist: pytest==8.4.2; python_version >= "3.9" and extra == "dev"
|
|
136
134
|
Requires-Dist: pytest-django==4.8.0; python_version >= "3.8" and extra == "dev"
|
|
@@ -140,7 +138,7 @@ Requires-Dist: python-dateutil==2.9.0.post0; (python_version >= "2.7" and python
|
|
|
140
138
|
Requires-Dist: python-dotenv==1.0.1; python_version >= "3.8" and extra == "dev"
|
|
141
139
|
Requires-Dist: pytokens==0.4.1; python_version >= "3.8" and extra == "dev"
|
|
142
140
|
Requires-Dist: pyyaml==6.0.2; python_version >= "3.8" and extra == "dev"
|
|
143
|
-
Requires-Dist: qrcode==
|
|
141
|
+
Requires-Dist: qrcode==8.2; (python_version >= "3.9" and python_version < "4.0") and extra == "dev"
|
|
144
142
|
Requires-Dist: reportlab==4.4.2; (python_version >= "3.7" and python_version < "4") and extra == "dev"
|
|
145
143
|
Requires-Dist: requests==2.32.5; python_version >= "3.9" and extra == "dev"
|
|
146
144
|
Requires-Dist: requests-toolbelt==1.0.0; (python_version >= "2.7" and python_version not in "3.0, 3.1, 3.2, 3.3") and extra == "dev"
|
|
@@ -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=CNsXNTpXe27Twi3Bjs5NYlZw6dwPX26qAIoc7KFzXT0,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
|
|
@@ -804,8 +804,8 @@ game/views/level_solutions.py,sha256=oYwx0p1LuY7609H2lid7lAq3QvcD6_K9cy5U_i6CwWg
|
|
|
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.20.dist-info/licenses/LICENSE.md,sha256=9AbRlCDqD2D1tPibimysFv3zg3AIc49-eyv9aEsyq9w,115
|
|
808
|
+
rapid_router-7.6.20.dist-info/METADATA,sha256=PsWvWKLwWX1mBP-m4M7vmBJnp-hnO_Sr8WEDhuA2nYo,11780
|
|
809
|
+
rapid_router-7.6.20.dist-info/WHEEL,sha256=Mk1ST5gDzEO5il5kYREiBnzzM469m5sI8ESPl7TRhJY,110
|
|
810
|
+
rapid_router-7.6.20.dist-info/top_level.txt,sha256=rKP4ryr1t8Wcnx8grJHDViM3T5cMYH_0vygDjC04ArA,21
|
|
811
|
+
rapid_router-7.6.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|