Skip to content

Commit c6c5d64

Browse files
committed
Streamline Package model fields #1226 and #1324
* Move size right after download_url * Rename download_sha1 to sha1 #1324 * Rename download_md5 to md5 #1324 * Rename download_sha256 to sha256 #1324 * Rename download_sha512 to sha512 #1324 * Replace vcs_tool, vcs_respository and vcs_revision by vcs_url #1226 * Cleanup packagedcode usage of basetrsings and other minor refactoring * Update .ABOUT files accordingly Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 89319e2 commit c6c5d64

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/typecode/prog_lexers.ABOUT

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ notice_url: https://bitbucket.org/birkenfeld/pygments-main/src/7941677dc77d4f2bf
1414
owner: Pocoo Team
1515
owner_url: http://www.pocoo.org/
1616
track_changes: true
17-
vcs_repository: http://bitbucket.org/birkenfeld/pygments-main
17+
vcs_url: hg+http://bitbucket.org/birkenfeld/pygments-main
1818
version: 2.2.0
1919

20-
vcs_tool: hg
2120
notes: this is a tiny subset of Pygments to focus on programming languages detection only.

src/typecode/pygments_lexers.ABOUT

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ notice_url: https://bitbucket.org/birkenfeld/pygments-main/src/7941677dc77d4f2bf
1414
owner: Pocoo Team
1515
owner_url: http://www.pocoo.org/
1616
track_changes: true
17-
vcs_repository: http://bitbucket.org/birkenfeld/pygments-main
17+
vcs_url: hg+http://bitbucket.org/birkenfeld/pygments-main
1818
version: 2.2.0
1919

20-
vcs_tool: hg
2120
notes: this is a tiny subset of Pygments to focus on programming languages detection only.

0 commit comments

Comments
 (0)