Skip to content

Commit 9c5bb61

Browse files
authored
feat: implements support for the generic format & upstreams (#256)
* feat: implements support for the generic format & upstreams * build: updates cloudsmith-api to v2.0.24
1 parent bac564b commit 9c5bb61

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cloudsmith_cli/cli/commands/upstream.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"dart",
2525
"deb",
2626
"docker",
27+
"generic",
2728
"go",
2829
"helm",
2930
"hex",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ click-didyoumean==0.3.1
3434
# via cloudsmith-cli (setup.py)
3535
click-spinner==0.1.10
3636
# via cloudsmith-cli (setup.py)
37-
cloudsmith-api==2.0.22
37+
cloudsmith-api==2.0.24
3838
# via cloudsmith-cli (setup.py)
3939
configparser==7.1.0
4040
# via click-configfile

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_long_description():
5353
"click-configfile>=0.2.3",
5454
"click-didyoumean>=0.0.3",
5555
"click-spinner>=0.1.7",
56-
"cloudsmith-api>=2.0.22,<3.0", # Compatible upto (but excluding) 3.0+
56+
"cloudsmith-api>=2.0.24,<3.0", # Compatible upto (but excluding) 3.0+
5757
"keyring>=25.4.1",
5858
"requests>=2.18.4",
5959
"requests_toolbelt>=1.0.0",

0 commit comments

Comments
 (0)