code-annotations 2.3.0__tar.gz → 2.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 (56) hide show
  1. {code_annotations-2.3.0 → code_annotations-2.3.2}/CHANGELOG.rst +5 -0
  2. {code_annotations-2.3.0 → code_annotations-2.3.2}/PKG-INFO +9 -4
  3. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/__init__.py +1 -1
  4. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations.egg-info/PKG-INFO +9 -4
  5. {code_annotations-2.3.0 → code_annotations-2.3.2}/LICENSE.txt +0 -0
  6. {code_annotations-2.3.0 → code_annotations-2.3.2}/MANIFEST.in +0 -0
  7. {code_annotations-2.3.0 → code_annotations-2.3.2}/NOTICE.txt +0 -0
  8. {code_annotations-2.3.0 → code_annotations-2.3.2}/README.rst +0 -0
  9. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/annotation_errors.py +0 -0
  10. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/base.py +0 -0
  11. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/cli.py +0 -0
  12. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/config/__init__.py +0 -0
  13. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/config/feature_toggle_annotations.yaml +0 -0
  14. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/config/openedx_events_annotations.yaml +0 -0
  15. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/config/setting_annotations.yaml +0 -0
  16. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/sphinx/extensions/__init__.py +0 -0
  17. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/sphinx/extensions/base.py +0 -0
  18. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/sphinx/extensions/featuretoggles.py +0 -0
  19. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/sphinx/extensions/openedx_events.py +0 -0
  20. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/contrib/sphinx/extensions/settings.py +0 -0
  21. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/exceptions.py +0 -0
  22. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/extensions/__init__.py +0 -0
  23. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/extensions/base.py +0 -0
  24. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/extensions/javascript.py +0 -0
  25. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/extensions/python.py +0 -0
  26. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/find_django.py +0 -0
  27. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/find_static.py +0 -0
  28. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/generate_docs.py +0 -0
  29. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/helpers.py +0 -0
  30. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/html/annotation.tpl +0 -0
  31. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/html/annotation_data.tpl +0 -0
  32. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/html/annotation_list.tpl +0 -0
  33. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/html/base.tpl +0 -0
  34. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/rst/annotation.tpl +0 -0
  35. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/rst/annotation_data.tpl +0 -0
  36. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/rst/annotation_group.tpl +0 -0
  37. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/rst/annotation_list.tpl +0 -0
  38. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations/report_templates/rst/base.tpl +0 -0
  39. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations.egg-info/SOURCES.txt +0 -0
  40. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations.egg-info/dependency_links.txt +0 -0
  41. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations.egg-info/entry_points.txt +0 -0
  42. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations.egg-info/not-zip-safe +0 -0
  43. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations.egg-info/requires.txt +3 -3
  44. {code_annotations-2.3.0 → code_annotations-2.3.2}/code_annotations.egg-info/top_level.txt +0 -0
  45. {code_annotations-2.3.0 → code_annotations-2.3.2}/requirements/base.in +0 -0
  46. {code_annotations-2.3.0 → code_annotations-2.3.2}/setup.cfg +0 -0
  47. {code_annotations-2.3.0 → code_annotations-2.3.2}/setup.py +0 -0
  48. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_base.py +0 -0
  49. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_django_coverage.py +0 -0
  50. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_django_generate_safelist.py +0 -0
  51. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_django_list_local_models.py +0 -0
  52. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_find_django.py +0 -0
  53. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_find_static.py +0 -0
  54. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_generate_docs.py +0 -0
  55. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_search.py +0 -0
  56. {code_annotations-2.3.0 → code_annotations-2.3.2}/tests/test_sphinx.py +0 -0
@@ -14,6 +14,11 @@ Change Log
14
14
  Unreleased
15
15
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16
16
 
17
+ [2.3.2] - 2026-03-02
18
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
+
20
+ * Dot release to capture many requirements updates.
21
+
17
22
  [2.2.0] - 2025-01-15
18
23
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19
24
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-annotations
3
- Version: 2.3.0
3
+ Version: 2.3.2
4
4
  Summary: Extensible tools for parsing annotations in codebases
5
5
  Home-page: https://github.com/openedx/code-annotations
6
6
  Author: edX
@@ -22,11 +22,11 @@ Requires-Python: >=3.11
22
22
  Description-Content-Type: text/x-rst
23
23
  License-File: LICENSE.txt
24
24
  License-File: NOTICE.txt
25
- Requires-Dist: python-slugify
26
- Requires-Dist: stevedore
27
25
  Requires-Dist: click
28
- Requires-Dist: pyyaml
26
+ Requires-Dist: python-slugify
29
27
  Requires-Dist: Jinja2
28
+ Requires-Dist: pyyaml
29
+ Requires-Dist: stevedore
30
30
  Provides-Extra: django
31
31
  Requires-Dist: Django>=4.2; extra == "django"
32
32
  Dynamic: author
@@ -115,6 +115,11 @@ Change Log
115
115
  Unreleased
116
116
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117
117
 
118
+ [2.3.2] - 2026-03-02
119
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120
+
121
+ * Dot release to capture many requirements updates.
122
+
118
123
  [2.2.0] - 2025-01-15
119
124
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120
125
 
@@ -2,4 +2,4 @@
2
2
  Extensible tools for parsing annotations in codebases.
3
3
  """
4
4
 
5
- __version__ = "2.3.0"
5
+ __version__ = "2.3.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-annotations
3
- Version: 2.3.0
3
+ Version: 2.3.2
4
4
  Summary: Extensible tools for parsing annotations in codebases
5
5
  Home-page: https://github.com/openedx/code-annotations
6
6
  Author: edX
@@ -22,11 +22,11 @@ Requires-Python: >=3.11
22
22
  Description-Content-Type: text/x-rst
23
23
  License-File: LICENSE.txt
24
24
  License-File: NOTICE.txt
25
- Requires-Dist: python-slugify
26
- Requires-Dist: stevedore
27
25
  Requires-Dist: click
28
- Requires-Dist: pyyaml
26
+ Requires-Dist: python-slugify
29
27
  Requires-Dist: Jinja2
28
+ Requires-Dist: pyyaml
29
+ Requires-Dist: stevedore
30
30
  Provides-Extra: django
31
31
  Requires-Dist: Django>=4.2; extra == "django"
32
32
  Dynamic: author
@@ -115,6 +115,11 @@ Change Log
115
115
  Unreleased
116
116
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117
117
 
118
+ [2.3.2] - 2026-03-02
119
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120
+
121
+ * Dot release to capture many requirements updates.
122
+
118
123
  [2.2.0] - 2025-01-15
119
124
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
120
125
 
@@ -1,8 +1,8 @@
1
- python-slugify
2
- stevedore
3
1
  click
4
- pyyaml
2
+ python-slugify
5
3
  Jinja2
4
+ pyyaml
5
+ stevedore
6
6
 
7
7
  [django]
8
8
  Django>=4.2