educommon 3.9.10__py3-none-any.whl → 3.10.1__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.
- educommon/async_task/tasks.py +36 -0
- educommon/contingent/actions.py +10 -3
- educommon/contingent/base.py +1 -1
- educommon/contingent/json_data/oksm.json +1230 -724
- educommon/version.conf +5 -5
- {educommon-3.9.10.dist-info → educommon-3.10.1.dist-info}/METADATA +1 -1
- {educommon-3.9.10.dist-info → educommon-3.10.1.dist-info}/RECORD +10 -10
- {educommon-3.9.10.dist-info → educommon-3.10.1.dist-info}/WHEEL +1 -1
- {educommon-3.9.10.dist-info → educommon-3.10.1.dist-info}/dependency_links.txt +0 -0
- {educommon-3.9.10.dist-info → educommon-3.10.1.dist-info}/top_level.txt +0 -0
educommon/version.conf
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
# нормальной установки обновлений.
|
5
5
|
|
6
6
|
[version]
|
7
|
-
BRANCH = tags/3.
|
8
|
-
VERSION = 3.
|
9
|
-
REVISION =
|
10
|
-
VERSION_DATE =
|
11
|
-
REVISION_DATE =
|
7
|
+
BRANCH = tags/3.10.1
|
8
|
+
VERSION = 3.10.1
|
9
|
+
REVISION = 00d0a35e160f94820482deca72a676cb2d334a8b
|
10
|
+
VERSION_DATE = 13.09.2024
|
11
|
+
REVISION_DATE = 13.09.2024
|
@@ -1,6 +1,6 @@
|
|
1
1
|
educommon/__init__.py,sha256=fvsBDL7g8HgOTd-JHOh7TSvMcnUauvGVgPuyA2Z9hUI,419
|
2
2
|
educommon/thread_data.py,sha256=n0XtdesP9H92O3rJ8K6fVnJLiHqyJEfh2xpuT36wzxs,61
|
3
|
-
educommon/version.conf,sha256=
|
3
|
+
educommon/version.conf,sha256=r6d2hYszhvj6Gj4LKxIxT-XQb_dpgltGIthLz5qjlPU,450
|
4
4
|
educommon/about/README.rst,sha256=U48UW5jv-8qHyaV56atzzkNMvzHKXVcWSb_NR06PnMo,2685
|
5
5
|
educommon/about/__init__.py,sha256=H1W0IgW-qX9LCZ49GOJzHdmQGHhh-MA6U1xmNx7WnfM,132
|
6
6
|
educommon/about/apps.py,sha256=GrpJAOE2sF0ukWsqugP_WJS88DO4aL-T3kTLprrJrcA,259
|
@@ -21,7 +21,7 @@ educommon/async_task/exceptions.py,sha256=PaaG2nqP0G2eZ-p0yssca2hhxIccil6MYKH6Zt
|
|
21
21
|
educommon/async_task/helpers.py,sha256=HihuIHrszhVQAb-Cs6-l4npnlNAgctItGBJ-oIPQX74,2706
|
22
22
|
educommon/async_task/locker.py,sha256=TwVFhuEGsK0JHPXsWuqx7t2Op2mUKETY5EvHSeuKjc8,3844
|
23
23
|
educommon/async_task/models.py,sha256=pICrDFr4Vq6KWpa28NIALP45aLs0lqP7YC2p1IQDFSc,7430
|
24
|
-
educommon/async_task/tasks.py,sha256=
|
24
|
+
educommon/async_task/tasks.py,sha256=T0INbjknXspeMleUkxPSGwJoKJy1_ZSDed4kbQ-RK44,12929
|
25
25
|
educommon/async_task/ui.py,sha256=LD7RwM4-6M_6ZO3Ulwy6_lK7rDPcddg-gB6EOV65494,5829
|
26
26
|
educommon/async_task/migrations/0001_initial.py,sha256=W0HfBmhatmQ7Dy4giGeqaZNtLHiEVAvJqx0AvHaxGZ0,3677
|
27
27
|
educommon/async_task/migrations/0002_task_type_and_status_data.py,sha256=rDGxKnbwu4OqfcodFwA_TR-kfDGRKJhivEBFKuurM30,3359
|
@@ -116,9 +116,9 @@ educommon/auth/simple_auth/templates/simple_auth/login_page.html,sha256=BN0rx5mS
|
|
116
116
|
educommon/auth/simple_auth/templates/simple_auth/reset_password_page.html,sha256=MRg0QfF6LMfpRxZUphhI5BO1ENrCKjMmDW3tkvCcFIQ,1340
|
117
117
|
educommon/auth/simple_auth/templates/simple_auth/email/reset_password.html,sha256=GuqE56sItB1Ar5vA5-jFkDnUlZbRK0cWDk2eWtDWcbg,635
|
118
118
|
educommon/contingent/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
119
|
-
educommon/contingent/actions.py,sha256=
|
119
|
+
educommon/contingent/actions.py,sha256=zcKKUvpWJrm32q0q96oILqVIWMaqaO8T3_sbu0Z6KO0,3233
|
120
120
|
educommon/contingent/app_meta.py,sha256=4VE-PqRFLs8vLkaowIHbDyVb_9dvCScml3WvZ24KDws,273
|
121
|
-
educommon/contingent/base.py,sha256=
|
121
|
+
educommon/contingent/base.py,sha256=pGpYqTuJ9XyKpK7PKZZAngURlb7-YQx-wCZKAhYhYQA,6854
|
122
122
|
educommon/contingent/catalogs.py,sha256=OafO1jDi7q7wm_7cnu8k-xiUc6mwKhXE36HklJX2Sb4,61449
|
123
123
|
educommon/contingent/contingent_plugin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
124
124
|
educommon/contingent/contingent_plugin/actions.py,sha256=SXjFCDGyFHrOZNcroEouRLZB7NqFSs7M_1Gw89bfe48,717
|
@@ -134,7 +134,7 @@ educommon/contingent/contingent_plugin/migrations/0002_add_contingent_model_dele
|
|
134
134
|
educommon/contingent/contingent_plugin/migrations/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
135
135
|
educommon/contingent/json_data/icao.json,sha256=4XEN5fCjczAvs4sGZFeZJmGMdxk4wcfWZBxjAi2ECwk,20078
|
136
136
|
educommon/contingent/json_data/okogu.json,sha256=1yK8VWxivX5VeFQzkNSUWqHabu6RBy4VJW0VnOIlEsw,53540
|
137
|
-
educommon/contingent/json_data/oksm.json,sha256=
|
137
|
+
educommon/contingent/json_data/oksm.json,sha256=kZIQPcdWhwtHKJGgfO79gCYtk6dEe2iAz3Lj5L_AZrU,41859
|
138
138
|
educommon/django/__init__.py,sha256=0Fe7dZFIVdw18JIpvl9P7q0GoqKN7ySr5D1rA9YaAzk,69
|
139
139
|
educommon/django/db/__init__.py,sha256=bkN8tB5vTllcTXYt8ERHn1wgUQCFXNUmZi068u1jBfU,73
|
140
140
|
educommon/django/db/fields.py,sha256=to1sa79s-9WaFwYXUQeDjW4J7TFie5SPr6sNQxV6ZbA,7049
|
@@ -344,8 +344,8 @@ educommon/ws_log/smev/exceptions.py,sha256=lmy7o2T3dJkqgIhG07qyh5yPqO3qZAYABuT4J
|
|
344
344
|
educommon/ws_log/templates/report/smev_logs.xlsx,sha256=nnYgB0Z_ix8HoxsRICjsZfFRQBdra-5Gd8nWhCxTjYg,10439
|
345
345
|
educommon/ws_log/templates/ui-js/smev-logs-list-window.js,sha256=AGup3D8GTJSY9WdDPj0zBJeYQBFOmGgcbxPOJbKK-nY,513
|
346
346
|
educommon/ws_log/templates/ui-js/smev-logs-report-setting-window.js,sha256=nQ7QYK9frJcE7g7kIt6INg9TlEEJAPPayBJgRaoTePA,1103
|
347
|
-
educommon-3.
|
348
|
-
educommon-3.
|
349
|
-
educommon-3.
|
350
|
-
educommon-3.
|
351
|
-
educommon-3.
|
347
|
+
educommon-3.10.1.dist-info/METADATA,sha256=YZqvwSEOzTu0Kzwx-hcGe_GLqA4qvC8FV3g8T2w-VHs,1563
|
348
|
+
educommon-3.10.1.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
|
349
|
+
educommon-3.10.1.dist-info/dependency_links.txt,sha256=RNlr4t-BxZRm7e_IfVo1ikr5ln-7viimzLHvQMO1C_Q,43
|
350
|
+
educommon-3.10.1.dist-info/top_level.txt,sha256=z5fbW7bz_0V1foUm_FGcZ9_MTpW3N1dBN7-kEmMowl4,10
|
351
|
+
educommon-3.10.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|