We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516ce29 commit d9361c8Copy full SHA for d9361c8
minecode_pipelines/pipelines/mine_conan.py
@@ -57,6 +57,6 @@ def packages_count(self):
57
def mine_packageurls(self):
58
"""Yield PackageURLs from Cargo index."""
59
return conan.mine_conan_packageurls(
60
- cargo_index_repo=self.conan_index_repo,
+ conan_index_repo=self.conan_index_repo,
61
logger=self.log,
62
)
pyproject-minecode_pipelines.toml
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
4
5
[project]
6
name = "minecode_pipelines"
7
-version = "0.0.1b35"
+version = "0.0.1b36"
8
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
9
readme = "minecode_pipelines/README.rst"
10
license = { text = "Apache-2.0" }
0 commit comments