Skip to content

Commit 04189eb

Browse files
Address feedback and update CHANGELOG
Reference: #982 Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent b954bb2 commit 04189eb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ v33.0.0 (unreleased)
3434
project pipeline.
3535
https://github.com/nexB/scancode.io/issues/997
3636

37+
- In "map_deploy_to_develop" pipeline, add support for path patterns
38+
in About file attributes documenting resource paths.
39+
https://github.com/nexB/scancode.io/issues/1004
40+
3741
v32.7.0 (2023-10-25)
3842
--------------------
3943

scanpipe/pipes/d2d.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,10 @@ def _map_javascript_resource(
780780
@dataclass
781781
class AboutFileIndexes:
782782
"""
783-
Stores the regex path patterns, and ignore patterns,
784-
package data and about file/mapped resources to create
785-
packages from About files and map to deployed resources.
783+
About file indexes are used to create packages from
784+
About files and map the resources described in them
785+
to the respective packages created, using regex path
786+
patterns and other About file data.
786787
"""
787788

788789
# Mapping of About file paths and the regex pattern

0 commit comments

Comments
 (0)