rbx.cp 0.17.4__py3-none-any.whl → 0.17.5__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.
- rbx/__version__.py +1 -1
- rbx/box/tooling/boca/scraper.py +2 -1
- rbx/resources/presets/default/preset.rbx.yml +1 -1
- {rbx_cp-0.17.4.dist-info → rbx_cp-0.17.5.dist-info}/METADATA +1 -1
- {rbx_cp-0.17.4.dist-info → rbx_cp-0.17.5.dist-info}/RECORD +8 -8
- {rbx_cp-0.17.4.dist-info → rbx_cp-0.17.5.dist-info}/LICENSE +0 -0
- {rbx_cp-0.17.4.dist-info → rbx_cp-0.17.5.dist-info}/WHEEL +0 -0
- {rbx_cp-0.17.4.dist-info → rbx_cp-0.17.5.dist-info}/entry_points.txt +0 -0
rbx/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '0.17.
|
1
|
+
__version__ = '0.17.5'
|
rbx/box/tooling/boca/scraper.py
CHANGED
@@ -359,7 +359,8 @@ class BocaScraper:
|
|
359
359
|
form['problemnumber'] = f'{problem_index + 1}'
|
360
360
|
form['problemname'] = problem_shortname
|
361
361
|
form['confirmation'] = 'confirm'
|
362
|
-
form
|
362
|
+
if form.find_control('autojudge_new_sel'):
|
363
|
+
form['autojudge_new_sel'] = ['all']
|
363
364
|
form['Submit3'] = 'Send'
|
364
365
|
|
365
366
|
with file.open('rb') as f:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
rbx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
rbx/__version__.py,sha256=
|
2
|
+
rbx/__version__.py,sha256=rZYsXJU98B0OEia0ZbSa3uP1L8XPNy2IvM2kzP3BE4s,23
|
3
3
|
rbx/annotations.py,sha256=_TkLhgZWiUyon3bonHwUo03ls1jY8LwgcR4bVgtgnc0,3519
|
4
4
|
rbx/autoenum.py,sha256=cusv8ClXRlDVvhZ8eDrtYcL_2peXlHugAey_ht8roXk,12025
|
5
5
|
rbx/box/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -94,7 +94,7 @@ rbx/box/tooling/boca/debug_utils.py,sha256=Rs1ptMWsy32jl_DJZASeOfyqh8HCJdhIXufdb
|
|
94
94
|
rbx/box/tooling/boca/main.py,sha256=knl1rpaHIwA63KkzMJMZQrejzMpbTPBhYqGx1IpuNm4,289
|
95
95
|
rbx/box/tooling/boca/manual_scrape.py,sha256=iuNtOHrWczdaWNNRMKGYkgr-wSwgtjZedpz5-sX5IRQ,724
|
96
96
|
rbx/box/tooling/boca/scrape.py,sha256=q1BoVstfLbw5CwB9e2hQnseBv6HQMnXq2z_tk18ui6M,1024
|
97
|
-
rbx/box/tooling/boca/scraper.py,sha256=
|
97
|
+
rbx/box/tooling/boca/scraper.py,sha256=ShckY5M-IyMY0o7aA5IWoFVSA5-N7Tadnx_-9J9s7UQ,33756
|
98
98
|
rbx/box/tooling/converter.py,sha256=cTRUuZ7GToMuAUo6VE7tOtaeNkXHJZE29me0yopvvsY,2544
|
99
99
|
rbx/box/tooling/main.py,sha256=uj6XHjJMF3nyb4enbbTK8XbUAuiRLT_RP1kVwSMqV5E,2003
|
100
100
|
rbx/box/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -201,7 +201,7 @@ rbx/resources/presets/default/contest/statement/info.rbx.tex,sha256=Wz8Tbmi2lPWM
|
|
201
201
|
rbx/resources/presets/default/contest/statement/instructions.tex,sha256=JG_eR13ukZgEahrrmrbg40H8cUzpoUE8QLocihN-fZ8,2414
|
202
202
|
rbx/resources/presets/default/contest/statement/logo.png,sha256=RLNYmZoc-BR6AZKkmr4UEg3h01YeFzvy604jMAQC7aA,414485
|
203
203
|
rbx/resources/presets/default/env.rbx.yml,sha256=quSPG5Xs9KroYLATNLPNtORLGRWtrLLt2Fx81T1enAM,1692
|
204
|
-
rbx/resources/presets/default/preset.rbx.yml,sha256=
|
204
|
+
rbx/resources/presets/default/preset.rbx.yml,sha256=e5kETGeZhY5r9QkFB9Wgn3s2NmSOOKt2i_dEc5L9_vw,520
|
205
205
|
rbx/resources/presets/default/problem/.gitignore,sha256=1rt95y9Q7ZHIQn28JyZQUdD5zkpRosjAl9ZqoQmX2cE,149
|
206
206
|
rbx/resources/presets/default/problem/gens/gen.cpp,sha256=rn6sGRjZ1sFE1Rq02r6488iquY9xTrutcvLv4d1sohA,178
|
207
207
|
rbx/resources/presets/default/problem/manual_tests/samples/000.in,sha256=w66OEtCJGqjUNj8cJrqgImgGVm8W_OlIUtF255ds-ow,4
|
@@ -223,8 +223,8 @@ rbx/resources/templates/rbx.h,sha256=0AZds9R0PmuPgnlTENb33Y81LW0LlnmOJFaoN8oG3Yo
|
|
223
223
|
rbx/resources/templates/template.cpp,sha256=xXWpWo7fa7HfmPNqkmHcmv3i46Wm0ZL-gPmkRfGvLn4,317
|
224
224
|
rbx/testing_utils.py,sha256=vNNdaytowJfuopszVHeFzVtHWlPfipPW4zpqCOvdZKU,2908
|
225
225
|
rbx/utils.py,sha256=yBIp6vwY2hhY2s7bJtvlP5U5LEnZLfG8Y044VDKy6B4,10343
|
226
|
-
rbx_cp-0.17.
|
227
|
-
rbx_cp-0.17.
|
228
|
-
rbx_cp-0.17.
|
229
|
-
rbx_cp-0.17.
|
230
|
-
rbx_cp-0.17.
|
226
|
+
rbx_cp-0.17.5.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
227
|
+
rbx_cp-0.17.5.dist-info/METADATA,sha256=YFq-MJGMCLVJH7JC3l11zpuxlb6Ky2DcSzqY-N8bfnU,4799
|
228
|
+
rbx_cp-0.17.5.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
229
|
+
rbx_cp-0.17.5.dist-info/entry_points.txt,sha256=Gw2_BZ5Jon61biaH_ETbAQGXy8fR5On9gw2U4A1erpo,40
|
230
|
+
rbx_cp-0.17.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|