You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issue/release URLs to use hyphenated repo slug
The towncrier issue_format and template tag URL both used the Python
module name (circuit_maintenance_parser) instead of the GitHub repo slug
(circuit-maintenance-parser), producing 404 links in the release notes.
Corrects the config, the template, and the already-rendered v2.11.0
section of docs/release_notes.md (including the pre-existing #345 link
that inherited the same bug).
-[#375](https://github.com/networktocode/circuit_maintenance_parser/issues/375) - Added Google subject parser with support for multiple status types and notifications without end times.
20
+
-[#375](https://github.com/networktocode/circuit-maintenance-parser/issues/375) - Added Google subject parser with support for multiple status types and notifications without end times.
21
21
22
22
### Fixed
23
23
24
-
-[#372](https://github.com/networktocode/circuit_maintenance_parser/issues/372) - Refactored OpenAI parser to be used as a fallback and fixed subject injection to skip text/calendar parts.
25
-
-[#377](https://github.com/networktocode/circuit_maintenance_parser/issues/377) - Fixed Lumen parser incorrectly marking scheduled future maintenance events as IN-PROCESS instead of CONFIRMED. Bug introduced in commit 737aa4e9 (Aug 2021).
24
+
-[#372](https://github.com/networktocode/circuit-maintenance-parser/issues/372) - Refactored OpenAI parser to be used as a fallback and fixed subject injection to skip text/calendar parts.
25
+
-[#377](https://github.com/networktocode/circuit-maintenance-parser/issues/377) - Fixed Lumen parser incorrectly marking scheduled future maintenance events as IN-PROCESS instead of CONFIRMED. Bug introduced in commit 737aa4e9 (Aug 2021).
26
26
27
27
### Dependencies
28
28
29
-
-[#391](https://github.com/networktocode/circuit_maintenance_parser/issues/391) - Upgraded lxml to version 6.0.2 and normalized CRLF line endings in HTML parser output.
30
-
-[#393](https://github.com/networktocode/circuit_maintenance_parser/issues/393) - Pinned lxml version to support >=4.6.2,<7.
29
+
-[#391](https://github.com/networktocode/circuit-maintenance-parser/issues/391) - Upgraded lxml to version 6.0.2 and normalized CRLF line endings in HTML parser output.
30
+
-[#393](https://github.com/networktocode/circuit-maintenance-parser/issues/393) - Pinned lxml version to support >=4.6.2,<7.
31
31
32
32
### Housekeeping
33
33
34
-
-[#384](https://github.com/networktocode/circuit_maintenance_parser/issues/384) - Added Python 3.13 to supported versions and CI matrix.
34
+
-[#384](https://github.com/networktocode/circuit-maintenance-parser/issues/384) - Added Python 3.13 to supported versions and CI matrix.
35
35
- Added required cookiecutter json file for drift management setup.
36
36
- Fixed incorrectly set cookiecutter project_slug.
37
37
@@ -45,7 +45,7 @@ This document describes all new features and changes in the release. The format
45
45
46
46
-[#360](https://github.com/networktocode/circuit-maintenance-parser/issues/360) - Updated lxml to include version 6
47
47
-[#361](https://github.com/networktocode/circuit-maintenance-parser/issues/361) - Updated timezonefinder to v8.2.0
48
-
-[#345](https://github.com/networktocode/circuit_maintenance_parser/issues/345) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs
48
+
-[#345](https://github.com/networktocode/circuit-maintenance-parser/issues/345) - Updated minimum Python version to 3.10 and upgraded dependencies including pytest (9.0), pylint (4.0), towncrier (25.8), backoff (2.2), and type stubs
0 commit comments