code-annotations 2.3.0__tar.gz → 3.0.0__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.
- {code_annotations-2.3.0 → code_annotations-3.0.0}/CHANGELOG.rst +5 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/PKG-INFO +9 -5
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/__init__.py +1 -1
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/PKG-INFO +9 -5
- {code_annotations-2.3.0 → code_annotations-3.0.0}/setup.py +1 -2
- {code_annotations-2.3.0 → code_annotations-3.0.0}/LICENSE.txt +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/MANIFEST.in +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/NOTICE.txt +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/README.rst +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/annotation_errors.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/base.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/cli.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/config/__init__.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/config/feature_toggle_annotations.yaml +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/config/openedx_events_annotations.yaml +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/config/setting_annotations.yaml +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/sphinx/extensions/__init__.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/sphinx/extensions/base.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/sphinx/extensions/featuretoggles.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/sphinx/extensions/openedx_events.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/sphinx/extensions/settings.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/exceptions.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/extensions/__init__.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/extensions/base.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/extensions/javascript.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/extensions/python.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/find_django.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/find_static.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/generate_docs.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/helpers.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/html/annotation.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/html/annotation_data.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/html/annotation_list.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/html/base.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/rst/annotation.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/rst/annotation_data.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/rst/annotation_group.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/rst/annotation_list.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/rst/base.tpl +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/SOURCES.txt +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/dependency_links.txt +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/entry_points.txt +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/not-zip-safe +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/requires.txt +2 -2
- {code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/top_level.txt +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/requirements/base.in +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/setup.cfg +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_base.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_django_coverage.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_django_generate_safelist.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_django_list_local_models.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_find_django.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_find_static.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_generate_docs.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/tests/test_search.py +0 -0
- {code_annotations-2.3.0 → code_annotations-3.0.0}/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:
|
|
3
|
+
Version: 3.0.0
|
|
4
4
|
Summary: Extensible tools for parsing annotations in codebases
|
|
5
5
|
Home-page: https://github.com/openedx/code-annotations
|
|
6
6
|
Author: edX
|
|
@@ -16,17 +16,16 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
16
16
|
Classifier: Natural Language :: English
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.12
|
|
22
21
|
Description-Content-Type: text/x-rst
|
|
23
22
|
License-File: LICENSE.txt
|
|
24
23
|
License-File: NOTICE.txt
|
|
25
|
-
Requires-Dist: python-slugify
|
|
26
|
-
Requires-Dist: stevedore
|
|
27
24
|
Requires-Dist: click
|
|
28
25
|
Requires-Dist: pyyaml
|
|
29
26
|
Requires-Dist: Jinja2
|
|
27
|
+
Requires-Dist: stevedore
|
|
28
|
+
Requires-Dist: python-slugify
|
|
30
29
|
Provides-Extra: django
|
|
31
30
|
Requires-Dist: Django>=4.2; extra == "django"
|
|
32
31
|
Dynamic: author
|
|
@@ -115,6 +114,11 @@ Change Log
|
|
|
115
114
|
Unreleased
|
|
116
115
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
117
116
|
|
|
117
|
+
[2.3.2] - 2026-03-02
|
|
118
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
119
|
+
|
|
120
|
+
* Dot release to capture many requirements updates.
|
|
121
|
+
|
|
118
122
|
[2.2.0] - 2025-01-15
|
|
119
123
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
120
124
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code-annotations
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.0.0
|
|
4
4
|
Summary: Extensible tools for parsing annotations in codebases
|
|
5
5
|
Home-page: https://github.com/openedx/code-annotations
|
|
6
6
|
Author: edX
|
|
@@ -16,17 +16,16 @@ Classifier: License :: OSI Approved :: Apache Software License
|
|
|
16
16
|
Classifier: Natural Language :: English
|
|
17
17
|
Classifier: Programming Language :: Python
|
|
18
18
|
Classifier: Programming Language :: Python :: 3
|
|
19
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
20
19
|
Classifier: Programming Language :: Python :: 3.12
|
|
21
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.12
|
|
22
21
|
Description-Content-Type: text/x-rst
|
|
23
22
|
License-File: LICENSE.txt
|
|
24
23
|
License-File: NOTICE.txt
|
|
25
|
-
Requires-Dist: python-slugify
|
|
26
|
-
Requires-Dist: stevedore
|
|
27
24
|
Requires-Dist: click
|
|
28
25
|
Requires-Dist: pyyaml
|
|
29
26
|
Requires-Dist: Jinja2
|
|
27
|
+
Requires-Dist: stevedore
|
|
28
|
+
Requires-Dist: python-slugify
|
|
30
29
|
Provides-Extra: django
|
|
31
30
|
Requires-Dist: Django>=4.2; extra == "django"
|
|
32
31
|
Dynamic: author
|
|
@@ -115,6 +114,11 @@ Change Log
|
|
|
115
114
|
Unreleased
|
|
116
115
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
117
116
|
|
|
117
|
+
[2.3.2] - 2026-03-02
|
|
118
|
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
119
|
+
|
|
120
|
+
* Dot release to capture many requirements updates.
|
|
121
|
+
|
|
118
122
|
[2.2.0] - 2025-01-15
|
|
119
123
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
120
124
|
|
|
@@ -94,7 +94,7 @@ setup(
|
|
|
94
94
|
license="Apache Software License 2.0",
|
|
95
95
|
zip_safe=False,
|
|
96
96
|
keywords="edx pii code annotations",
|
|
97
|
-
python_requires=">=3.
|
|
97
|
+
python_requires=">=3.12",
|
|
98
98
|
classifiers=[
|
|
99
99
|
"Development Status :: 3 - Alpha",
|
|
100
100
|
"Framework :: Django",
|
|
@@ -105,7 +105,6 @@ setup(
|
|
|
105
105
|
"Natural Language :: English",
|
|
106
106
|
"Programming Language :: Python",
|
|
107
107
|
"Programming Language :: Python :: 3",
|
|
108
|
-
"Programming Language :: Python :: 3.11",
|
|
109
108
|
"Programming Language :: Python :: 3.12",
|
|
110
109
|
],
|
|
111
110
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/contrib/sphinx/extensions/base.py
RENAMED
|
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
|
{code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/html/base.tpl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations/report_templates/rst/base.tpl
RENAMED
|
File without changes
|
|
File without changes
|
{code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{code_annotations-2.3.0 → code_annotations-3.0.0}/code_annotations.egg-info/entry_points.txt
RENAMED
|
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
|