edu-function-tools 0.1.1__tar.gz → 0.2.1__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.1.1 → edu_function_tools-0.2.1}/CHANGELOG.md +20 -0
- {edu_function_tools-0.1.1/src/edu_function_tools.egg-info → edu_function_tools-0.2.1}/PKG-INFO +4 -2
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/pyproject.toml +3 -1
- edu_function_tools-0.2.1/src/edu_function_tools/__init__.py +5 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1/src/edu_function_tools.egg-info}/PKG-INFO +4 -2
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools.egg-info/requires.txt +1 -1
- edu_function_tools-0.1.1/src/edu_function_tools/__init__.py +0 -1
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/LICENSE +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/MANIFEST.in +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/README.md +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/setup.cfg +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/apps.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/caches.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/consts.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/enums.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/errors.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/functions.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/general.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/helpers.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/managers.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/models.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/presenters.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/receivers.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/results.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/runners.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/storages.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/strategies.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/strings.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/tests.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools/validators.py +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools.egg-info/SOURCES.txt +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools.egg-info/dependency_links.txt +0 -0
- {edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools.egg-info/top_level.txt +0 -0
|
@@ -29,6 +29,26 @@
|
|
|
29
29
|
### Удалено
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
## [0.2.1] - 2025-07-31
|
|
33
|
+
|
|
34
|
+
Повышена зависимость пакета до django < 5.0
|
|
35
|
+
|
|
36
|
+
### Добавлено
|
|
37
|
+
|
|
38
|
+
- [EDUKNDG-15602](https://jira.bars.group/browse/EDUKNDG-15602)
|
|
39
|
+
PATCH Повышена зависимость пакета до django < 5.0
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
## [0.2.0] - 2025-07-29
|
|
43
|
+
|
|
44
|
+
Добавлена поддержка django 4.0 и 4.1
|
|
45
|
+
|
|
46
|
+
### Добавлено
|
|
47
|
+
|
|
48
|
+
- [EDUKNDG-15602](https://jira.bars.group/browse/EDUKNDG-15602)
|
|
49
|
+
MINOR Поддержка Django 4.1.13
|
|
50
|
+
|
|
51
|
+
|
|
32
52
|
## [0.1.1] - 2025-07-16
|
|
33
53
|
|
|
34
54
|
Убраны лишние отступы в docstring. Добавлены имена классов, необходимые для edu-rdm-integration.
|
{edu_function_tools-0.1.1/src/edu_function_tools.egg-info → edu_function_tools-0.2.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edu-function-tools
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.1
|
|
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
|
|
@@ -15,13 +15,15 @@ Classifier: Framework :: Django :: 2.2
|
|
|
15
15
|
Classifier: Framework :: Django :: 3.0
|
|
16
16
|
Classifier: Framework :: Django :: 3.1
|
|
17
17
|
Classifier: Framework :: Django :: 3.2
|
|
18
|
+
Classifier: Framework :: Django :: 4.0
|
|
19
|
+
Classifier: Framework :: Django :: 4.1
|
|
18
20
|
Classifier: Intended Audience :: Developers
|
|
19
21
|
Classifier: Environment :: Web Environment
|
|
20
22
|
Requires-Python: >=3.9
|
|
21
23
|
Description-Content-Type: text/markdown
|
|
22
24
|
License-File: LICENSE
|
|
23
25
|
Requires-Dist: transliterate<2
|
|
24
|
-
Requires-Dist: Django<
|
|
26
|
+
Requires-Dist: Django<5.0,>=3.1
|
|
25
27
|
Requires-Dist: celery<5.3,>=4.4.7
|
|
26
28
|
Requires-Dist: asyncpg==0.23.0
|
|
27
29
|
Requires-Dist: educommon<4,>=3.11.0
|
|
@@ -19,7 +19,7 @@ readme = 'README.md'
|
|
|
19
19
|
requires-python = '>=3.9'
|
|
20
20
|
dependencies = [
|
|
21
21
|
'transliterate<2',
|
|
22
|
-
'Django>=3.1,<
|
|
22
|
+
'Django>=3.1,<5.0',
|
|
23
23
|
'celery>=4.4.7,<5.3',
|
|
24
24
|
'asyncpg==0.23.0',
|
|
25
25
|
'educommon>=3.11.0,<4',
|
|
@@ -39,6 +39,8 @@ classifiers=[
|
|
|
39
39
|
'Framework :: Django :: 3.0',
|
|
40
40
|
'Framework :: Django :: 3.1',
|
|
41
41
|
'Framework :: Django :: 3.2',
|
|
42
|
+
'Framework :: Django :: 4.0',
|
|
43
|
+
'Framework :: Django :: 4.1',
|
|
42
44
|
'Intended Audience :: Developers',
|
|
43
45
|
'Environment :: Web Environment',
|
|
44
46
|
]
|
{edu_function_tools-0.1.1 → edu_function_tools-0.2.1/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.
|
|
3
|
+
Version: 0.2.1
|
|
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
|
|
@@ -15,13 +15,15 @@ Classifier: Framework :: Django :: 2.2
|
|
|
15
15
|
Classifier: Framework :: Django :: 3.0
|
|
16
16
|
Classifier: Framework :: Django :: 3.1
|
|
17
17
|
Classifier: Framework :: Django :: 3.2
|
|
18
|
+
Classifier: Framework :: Django :: 4.0
|
|
19
|
+
Classifier: Framework :: Django :: 4.1
|
|
18
20
|
Classifier: Intended Audience :: Developers
|
|
19
21
|
Classifier: Environment :: Web Environment
|
|
20
22
|
Requires-Python: >=3.9
|
|
21
23
|
Description-Content-Type: text/markdown
|
|
22
24
|
License-File: LICENSE
|
|
23
25
|
Requires-Dist: transliterate<2
|
|
24
|
-
Requires-Dist: Django<
|
|
26
|
+
Requires-Dist: Django<5.0,>=3.1
|
|
25
27
|
Requires-Dist: celery<5.3,>=4.4.7
|
|
26
28
|
Requires-Dist: asyncpg==0.23.0
|
|
27
29
|
Requires-Dist: educommon<4,>=3.11.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
default_app_config = 'edu_function_tools.apps.EduFunctionToolsConfig'
|
|
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.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{edu_function_tools-0.1.1 → edu_function_tools-0.2.1}/src/edu_function_tools.egg-info/top_level.txt
RENAMED
|
File without changes
|