ultralytics-actions 0.0.46__py3-none-any.whl → 0.0.47__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.
actions/__init__.py CHANGED
@@ -22,4 +22,4 @@
22
22
  # ├── test_summarize_pr.py
23
23
  # └── ...
24
24
 
25
- __version__ = "0.0.46"
25
+ __version__ = "0.0.47"
@@ -46,14 +46,14 @@ URL_IGNORE_LIST = frozenset(
46
46
  )
47
47
 
48
48
  URL_PATTERN = re.compile(
49
- r"\[([^]]+)]\((.*?)(?=\)(?:\s|$))\)" # Markdown links with lookahead for space/end
49
+ r"\[([^]]+)]\(([^)]+)\)" # Matches Markdown links [text](url)
50
50
  r"|"
51
51
  r"(" # Start capturing group for plaintext URLs
52
52
  r"(?:https?://)?" # Optional http:// or https://
53
53
  r"(?:www\.)?" # Optional www.
54
54
  r"(?:[\w.-]+)?" # Optional domain name and subdomains
55
55
  r"\.[a-zA-Z]{2,}" # TLD
56
- r"(?:/[^\s\"'\]]*)?" # Optional path
56
+ r"(?:/[^\s\"')\]]*)?" # Optional path
57
57
  r")"
58
58
  )
59
59
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ultralytics-actions
3
- Version: 0.0.46
3
+ Version: 0.0.47
4
4
  Summary: Ultralytics Actions for GitHub automation and PR management.
5
5
  Author-email: Glenn Jocher <glenn.jocher@ultralytics.com>
6
6
  Maintainer-email: Ultralytics <hello@ultralytics.com>
@@ -1,15 +1,15 @@
1
- actions/__init__.py,sha256=ayOOJ0aHxao_KGb0rwJcpBCECN5nzyxr-Y8lg-s1OwE,742
1
+ actions/__init__.py,sha256=A3KLreATd7sSdPwF5hJy-yAjrcE0rtjVdaXz_g0_Yg0,742
2
2
  actions/first_interaction.py,sha256=Oosw3GlXObF4RxYJG8haIjKXSV4MAx_uPXfMdRKY5qA,17851
3
3
  actions/summarize_pr.py,sha256=Pfcm6ArfZfcMme48FcCGNmMwrFFlsG0czifhXHDKAlY,11166
4
4
  actions/summarize_release.py,sha256=2D1IIeS4xrQNEJER3HItm5u9XvTL8hwGX_jWD2S8q1Y,8455
5
5
  actions/update_markdown_code_blocks.py,sha256=DN6rrDw2VHXUTetrrg1SHlYDco9iaGOfQBKFORqbCBI,6362
6
6
  actions/utils/__init__.py,sha256=WStdEAYROVnF0nubEOmrFLrejkRiMXIefA5O1ckfcFs,476
7
- actions/utils/common_utils.py,sha256=2HFUz3bCMvzr9X0zqkOwJKWKddNdtYFEILsAMUrLHGI,4846
7
+ actions/utils/common_utils.py,sha256=8Au56sY6toCv76WJ-8jbmW94BgE_2VXevQbt3XKDyVc,4826
8
8
  actions/utils/github_utils.py,sha256=0h0Hz2tgUta61Ymn9YggRXBZ7aZdF5krKnX7Tj9jqRU,7068
9
9
  actions/utils/openai_utils.py,sha256=U7DjxTdFGdhmWSE4_KIg1yPQdtrfG4GkbNZCgMw4_1Q,1822
10
- ultralytics_actions-0.0.46.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
11
- ultralytics_actions-0.0.46.dist-info/METADATA,sha256=hpvH9Ch2NhuhcTcLvUv6GOmr-pQFL0w6qSKAUhRGW5g,10561
12
- ultralytics_actions-0.0.46.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
- ultralytics_actions-0.0.46.dist-info/entry_points.txt,sha256=GowvOFplj0C7JmsjbKcbpgLpdf2r921pcaOQkAHWZRA,378
14
- ultralytics_actions-0.0.46.dist-info/top_level.txt,sha256=5apM5x80QlJcGbACn1v3fkmIuL1-XQCKcItJre7w7Tw,8
15
- ultralytics_actions-0.0.46.dist-info/RECORD,,
10
+ ultralytics_actions-0.0.47.dist-info/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
11
+ ultralytics_actions-0.0.47.dist-info/METADATA,sha256=xcYxNklkUgrpYsvP5HkQRl21H_vIiQsQWmLW_YxRjeo,10561
12
+ ultralytics_actions-0.0.47.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
13
+ ultralytics_actions-0.0.47.dist-info/entry_points.txt,sha256=GowvOFplj0C7JmsjbKcbpgLpdf2r921pcaOQkAHWZRA,378
14
+ ultralytics_actions-0.0.47.dist-info/top_level.txt,sha256=5apM5x80QlJcGbACn1v3fkmIuL1-XQCKcItJre7w7Tw,8
15
+ ultralytics_actions-0.0.47.dist-info/RECORD,,