edu-function-tools 0.2.0__tar.gz → 0.2.2__tar.gz
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.
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/CHANGELOG.md +18 -0
- {edu_function_tools-0.2.0/src/edu_function_tools.egg-info → edu_function_tools-0.2.2}/PKG-INFO +2 -2
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/pyproject.toml +1 -1
- edu_function_tools-0.2.2/src/edu_function_tools/consts.py +3 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2/src/edu_function_tools.egg-info}/PKG-INFO +2 -2
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools.egg-info/requires.txt +1 -1
- edu_function_tools-0.2.0/src/edu_function_tools/consts.py +0 -1
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/LICENSE +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/MANIFEST.in +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/README.md +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/setup.cfg +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/__init__.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/apps.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/caches.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/enums.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/errors.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/functions.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/general.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/helpers.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/managers.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/models.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/presenters.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/receivers.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/results.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/runners.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/storages.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/strategies.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/strings.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/tests.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools/validators.py +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools.egg-info/SOURCES.txt +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools.egg-info/dependency_links.txt +0 -0
- {edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools.egg-info/top_level.txt +0 -0
|
@@ -28,6 +28,24 @@
|
|
|
28
28
|
|
|
29
29
|
### Удалено
|
|
30
30
|
|
|
31
|
+
## [0.2.2] - 2025-08-12
|
|
32
|
+
|
|
33
|
+
Добавлен импорт константы ALL из function_tools
|
|
34
|
+
|
|
35
|
+
### Добавлено
|
|
36
|
+
- [EDUCLLG-9196](https://jira.bars.group/browse/EDUCLLG-9196)
|
|
37
|
+
PATCH Добавлен импорт константы ALL из function_tools
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [0.2.1] - 2025-07-31
|
|
41
|
+
|
|
42
|
+
Повышена зависимость пакета до django < 5.0
|
|
43
|
+
|
|
44
|
+
### Добавлено
|
|
45
|
+
|
|
46
|
+
- [EDUKNDG-15602](https://jira.bars.group/browse/EDUKNDG-15602)
|
|
47
|
+
PATCH Повышена зависимость пакета до django < 5.0
|
|
48
|
+
|
|
31
49
|
|
|
32
50
|
## [0.2.0] - 2025-07-29
|
|
33
51
|
|
{edu_function_tools-0.2.0/src/edu_function_tools.egg-info → edu_function_tools-0.2.2}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edu-function-tools
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Компоненты для адаптации библиотеки function-tools
|
|
5
5
|
Author-email: BARS Group <education_dev@bars.group>
|
|
6
6
|
Project-URL: Homepage, https://stash.bars-open.ru/projects/EDUBASE/repos/edu-function-tools/browse
|
|
@@ -23,7 +23,7 @@ Requires-Python: >=3.9
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
Requires-Dist: transliterate<2
|
|
26
|
-
Requires-Dist: Django<
|
|
26
|
+
Requires-Dist: Django<5.0,>=3.1
|
|
27
27
|
Requires-Dist: celery<5.3,>=4.4.7
|
|
28
28
|
Requires-Dist: asyncpg==0.23.0
|
|
29
29
|
Requires-Dist: educommon<4,>=3.11.0
|
{edu_function_tools-0.2.0 → edu_function_tools-0.2.2/src/edu_function_tools.egg-info}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edu-function-tools
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Компоненты для адаптации библиотеки function-tools
|
|
5
5
|
Author-email: BARS Group <education_dev@bars.group>
|
|
6
6
|
Project-URL: Homepage, https://stash.bars-open.ru/projects/EDUBASE/repos/edu-function-tools/browse
|
|
@@ -23,7 +23,7 @@ Requires-Python: >=3.9
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
Requires-Dist: transliterate<2
|
|
26
|
-
Requires-Dist: Django<
|
|
26
|
+
Requires-Dist: Django<5.0,>=3.1
|
|
27
27
|
Requires-Dist: celery<5.3,>=4.4.7
|
|
28
28
|
Requires-Dist: asyncpg==0.23.0
|
|
29
29
|
Requires-Dist: educommon<4,>=3.11.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Модуль должен содержать константы
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{edu_function_tools-0.2.0 → edu_function_tools-0.2.2}/src/edu_function_tools.egg-info/top_level.txt
RENAMED
|
File without changes
|