Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Requires: python%{python3_pkgversion}-importlib-metadata
Requires: python%{python3_pkgversion}-zipp
Requires: python%{python3_pkgversion}-attrs
Requires: python%{python3_pkgversion}-pyrsistent

Requires: python%{python3_pkgversion}-beautifulsoup4

%description
Simple Python tool with command line interface for charon init,
Expand Down
2 changes: 1 addition & 1 deletion charon/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def simple_upload_file(
):
""" Uploads file to s3 bucket, regardless of any extra
information like product and version info.
* Warning: this will directly delete the files even if
* Warning: this will directly overwrite the files even if
it has lots of product info, so please be careful to use.
If you want to upload product artifact files, please use
upload_files
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ defusedxml==0.7.1
subresource-integrity==0.2
jsonschema==4.19.0
beautifulsoup4==4.11.1
requests==2.31.0
urllib3==1.26.18