Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Dec 22, 2023
1 parent eb72e41 commit 0c8872a
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx_py/_internal/utils/pep610.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class PackageSourceArchive(PackageSource):

def __init__(self, url: str, subdirectory: Optional[str],
hashes: Optional[Dict[str, str]]) -> None:
super().__init__(url)
super().__init__(url, subdirectory)
self.hashes = hashes or {}

@classmethod
Expand Down
10 changes: 10 additions & 0 deletions tests/_data/snapshots/environment/venv_with-urls_1.3.json.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/_data/snapshots/environment/venv_with-urls_1.3.xml.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions tests/_data/snapshots/environment/venv_with-urls_1.4.json.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/_data/snapshots/environment/venv_with-urls_1.4.xml.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions tests/_data/snapshots/environment/venv_with-urls_1.5.json.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/_data/snapshots/environment/venv_with-urls_1.5.xml.bin

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c8872a

Please sign in to comment.