File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 88#
99
1010
11- VERSION = "0.0.1b47 "
11+ VERSION = "0.0.1b55 "
Original file line number Diff line number Diff line change @@ -35,11 +35,12 @@ def steps(cls):
3535 cls .check_federatedcode_eligibility ,
3636 cls .create_federatedcode_working_dir ,
3737 cls .fetch_federation_config ,
38+ cls .download_cran_db ,
3839 cls .mine_and_publish_packageurls ,
3940 cls .delete_working_dir ,
4041 )
4142
42- def fetch_cran_db (self ):
43+ def download_cran_db (self ):
4344 """
4445 Download the full CRAN package database
4546 """
@@ -57,4 +58,4 @@ def packages_count(self):
5758
5859 def mine_packageurls (self ):
5960 """Mine Cran PackageURLs from cran package database."""
60- cran .mine_cran_packageurls (db_path = self .db_path )
61+ return cran .mine_cran_packageurls (db_path = self .db_path )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44
55[project ]
66name = " minecode_pipelines"
7- version = " 0.0.1b54 "
7+ version = " 0.0.1b55 "
88description = " A library for mining packageURLs and package metadata from ecosystem repositories."
99readme = " minecode_pipelines/README.rst"
1010license = { text = " Apache-2.0" }
You can’t perform that action at this time.
0 commit comments