edu-function-tools 0.2.3__tar.gz → 0.3.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.
Files changed (32) hide show
  1. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/CHANGELOG.md +30 -0
  2. {edu_function_tools-0.2.3/src/edu_function_tools.egg-info → edu_function_tools-0.3.2}/PKG-INFO +1 -4
  3. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/pyproject.toml +1 -4
  4. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2/src/edu_function_tools.egg-info}/PKG-INFO +1 -4
  5. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools.egg-info/requires.txt +0 -3
  6. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/LICENSE +0 -0
  7. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/MANIFEST.in +0 -0
  8. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/README.md +0 -0
  9. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/setup.cfg +0 -0
  10. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/__init__.py +0 -0
  11. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/apps.py +0 -0
  12. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/caches.py +0 -0
  13. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/consts.py +0 -0
  14. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/enums.py +0 -0
  15. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/errors.py +0 -0
  16. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/functions.py +0 -0
  17. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/general.py +0 -0
  18. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/helpers.py +0 -0
  19. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/managers.py +0 -0
  20. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/models.py +0 -0
  21. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/presenters.py +0 -0
  22. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/receivers.py +0 -0
  23. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/results.py +0 -0
  24. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/runners.py +0 -0
  25. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/storages.py +0 -0
  26. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/strategies.py +0 -0
  27. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/strings.py +0 -0
  28. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/tests.py +0 -0
  29. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools/validators.py +0 -0
  30. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools.egg-info/SOURCES.txt +0 -0
  31. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools.egg-info/dependency_links.txt +0 -0
  32. {edu_function_tools-0.2.3 → edu_function_tools-0.3.2}/src/edu_function_tools.egg-info/top_level.txt +0 -0
@@ -29,6 +29,36 @@
29
29
  ### Удалено
30
30
 
31
31
 
32
+ ## [0.3.2] - 2026-08-21
33
+
34
+ Убрана неиспользуемая зависимость от celery.
35
+
36
+ ### Удалено
37
+
38
+ - [EDUSCHL-26019](https://jira.bars.group/browse/EDUSCHL-26019)
39
+ PATCH Убрана неиспользуемая зависимость от celery.
40
+
41
+
42
+ ## [0.3.1] - 2026-05-14
43
+
44
+ Убрана неиспользуемая зависимость от transliterate.
45
+
46
+ ### Удалено
47
+
48
+ - [PYTD-58](https://jira.bars.group/browse/PYTD-58)
49
+ PATCH Убрана неиспользуемая зависимость от transliterate.
50
+
51
+
52
+ ## [0.3.0] - 2025-10-08
53
+
54
+ Убрана зависимость от m3-django-compat.
55
+
56
+ ### Удалено
57
+
58
+ - [PYTD-20](https://jira.bars.group/browse/PYTD-20)
59
+ MINOR Убрана зависимость от m3-django-compat.
60
+
61
+
32
62
  ## [0.2.3] - 2025-10-07
33
63
 
34
64
  Добавлен класс EduBaseCache.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edu-function-tools
3
- Version: 0.2.3
3
+ Version: 0.3.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
@@ -22,14 +22,11 @@ Classifier: Environment :: Web Environment
22
22
  Requires-Python: >=3.9
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: transliterate<2
26
25
  Requires-Dist: Django<5.0,>=3.1
27
- Requires-Dist: celery<5.3,>=4.4.7
28
26
  Requires-Dist: asyncpg==0.23.0
29
27
  Requires-Dist: educommon<4,>=3.11.0
30
28
  Requires-Dist: function-tools<1,>=0.9.0
31
29
  Requires-Dist: m3-db-utils<1,>=0.3.10
32
- Requires-Dist: m3-django-compat<2,>=1.10.2
33
30
  Requires-Dist: uploader-client<1,>=0.2.3
34
31
  Provides-Extra: dev
35
32
  Requires-Dist: isort==5.12.0; extra == "dev"
@@ -18,14 +18,11 @@ authors = [
18
18
  readme = 'README.md'
19
19
  requires-python = '>=3.9'
20
20
  dependencies = [
21
- 'transliterate<2',
22
21
  'Django>=3.1,<5.0',
23
- 'celery>=4.4.7,<5.3',
24
22
  'asyncpg==0.23.0',
25
23
  'educommon>=3.11.0,<4',
26
24
  'function-tools>=0.9.0,<1',
27
25
  'm3-db-utils>=0.3.10,<1',
28
- 'm3-django-compat>=1.10.2,<2',
29
26
  'uploader-client>=0.2.3,<1',
30
27
  ]
31
28
  classifiers=[
@@ -132,4 +129,4 @@ enable = [
132
129
 
133
130
  extension-pkg-whitelist = [
134
131
  'lxml',
135
- ]
132
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edu-function-tools
3
- Version: 0.2.3
3
+ Version: 0.3.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
@@ -22,14 +22,11 @@ Classifier: Environment :: Web Environment
22
22
  Requires-Python: >=3.9
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
- Requires-Dist: transliterate<2
26
25
  Requires-Dist: Django<5.0,>=3.1
27
- Requires-Dist: celery<5.3,>=4.4.7
28
26
  Requires-Dist: asyncpg==0.23.0
29
27
  Requires-Dist: educommon<4,>=3.11.0
30
28
  Requires-Dist: function-tools<1,>=0.9.0
31
29
  Requires-Dist: m3-db-utils<1,>=0.3.10
32
- Requires-Dist: m3-django-compat<2,>=1.10.2
33
30
  Requires-Dist: uploader-client<1,>=0.2.3
34
31
  Provides-Extra: dev
35
32
  Requires-Dist: isort==5.12.0; extra == "dev"
@@ -1,11 +1,8 @@
1
- transliterate<2
2
1
  Django<5.0,>=3.1
3
- celery<5.3,>=4.4.7
4
2
  asyncpg==0.23.0
5
3
  educommon<4,>=3.11.0
6
4
  function-tools<1,>=0.9.0
7
5
  m3-db-utils<1,>=0.3.10
8
- m3-django-compat<2,>=1.10.2
9
6
  uploader-client<1,>=0.2.3
10
7
 
11
8
  [dev]