code-annotations 2.3.0__py2.py3-none-any.whl → 3.0.0__py2.py3-none-any.whl

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.
@@ -2,4 +2,4 @@
2
2
  Extensible tools for parsing annotations in codebases.
3
3
  """
4
4
 
5
- __version__ = "2.3.0"
5
+ __version__ = "3.0.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: code-annotations
3
- Version: 2.3.0
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.11
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,4 +1,4 @@
1
- code_annotations/__init__.py,sha256=nUEAUnTZxhruh_1SPqSeDxnB61Ln34l4PfUMYoOuEo0,86
1
+ code_annotations/__init__.py,sha256=YeZ8wHsp2yoo_zO3I2NxZQVQeDHdTIge-q31F6o1QkU,86
2
2
  code_annotations/annotation_errors.py,sha256=v3xFxAU_vuISeksMAE-OflcV4NQ2yMn-i81nWYRQRjA,2313
3
3
  code_annotations/base.py,sha256=Bj28QihddIYuU_2FLzLCLb6WQn0YC69E4b2iMZq9oZ8,24125
4
4
  code_annotations/cli.py,sha256=FoUB-tYqx7cGn3mRKwbXmASio1H-9dk0Zh_pRKhXYuo,8602
@@ -29,10 +29,10 @@ code_annotations/report_templates/rst/annotation_data.tpl,sha256=TMczehwIqsNgyNa
29
29
  code_annotations/report_templates/rst/annotation_group.tpl,sha256=wzX8bTvC9qeRUh4ivZ6EY5SsrcXF3bgZp_yPil5flF4,178
30
30
  code_annotations/report_templates/rst/annotation_list.tpl,sha256=ybv4Rc4Fh9Cs2gtYkXAzdHBLXvgJ-K5xgu8lD5L6V_k,823
31
31
  code_annotations/report_templates/rst/base.tpl,sha256=wiASiQzId0ncfC9Bepo-fEt-SKxxmNCdANR3t1i6bIM,834
32
- code_annotations-2.3.0.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
33
- code_annotations-2.3.0.dist-info/licenses/NOTICE.txt,sha256=-XAPwl96IlATsvyACaZ3_DvTGE57HY5I32Zqz0dGTnc,545
34
- code_annotations-2.3.0.dist-info/METADATA,sha256=c2HqW4GVWNTjw-SGS4l38phJMghs0rAOOQKiZJiuTAc,8618
35
- code_annotations-2.3.0.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
36
- code_annotations-2.3.0.dist-info/entry_points.txt,sha256=pdI65Ll9o_ySSdwi817OWs9zvrtFDBmTWoQPjx6_d58,253
37
- code_annotations-2.3.0.dist-info/top_level.txt,sha256=IN-c3H7bbdC5XWsfJJglDUCR7EXhxqZcKefmOAolIBI,17
38
- code_annotations-2.3.0.dist-info/RECORD,,
32
+ code_annotations-3.0.0.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
33
+ code_annotations-3.0.0.dist-info/licenses/NOTICE.txt,sha256=-XAPwl96IlATsvyACaZ3_DvTGE57HY5I32Zqz0dGTnc,545
34
+ code_annotations-3.0.0.dist-info/METADATA,sha256=jWeMwuCIpqPVBbt3vI9OFIcumJ2EFgWEtGPv_Io4L9E,8691
35
+ code_annotations-3.0.0.dist-info/WHEEL,sha256=uC7DnXjtoKy23CNUXRq6ohLsm8FbS2C_ECfYYzqZHVY,109
36
+ code_annotations-3.0.0.dist-info/entry_points.txt,sha256=pdI65Ll9o_ySSdwi817OWs9zvrtFDBmTWoQPjx6_d58,253
37
+ code_annotations-3.0.0.dist-info/top_level.txt,sha256=IN-c3H7bbdC5XWsfJJglDUCR7EXhxqZcKefmOAolIBI,17
38
+ code_annotations-3.0.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (82.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any