Skip to content

Update bindings to v2.0.20#73

Merged
chrisimcevoy merged 1 commit intomasterfrom
update-bindings-v2.0.20
Jun 4, 2025
Merged

Update bindings to v2.0.20#73
chrisimcevoy merged 1 commit intomasterfrom
update-bindings-v2.0.20

Conversation

@chrisimcevoy
Copy link
Copy Markdown
Contributor

Updates bindings to v2.0.20.

Changes the python build script to use $project_underscore instead of $project_dash. The filename when we build the sdist will now adhere to PEP 625.

(Previous attempt in #70 was being overwritten by swagger-codegen-cli)

Comment thread bindings/python/build.sh
"hideGenerationTimestamp": $hide_generation_timestamp,
"packageName": "$project_underscore",
"projectName": "$project_dash",
"projectName": "$project_underscore",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guy


NAME = "cloudsmith-api"
VERSION = "2.0.19"
NAME = "cloudsmith_api"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This guy is now what swagger-codegen-cli produces

@chrisimcevoy chrisimcevoy merged commit 713b1f0 into master Jun 4, 2025
5 checks passed
@chrisimcevoy chrisimcevoy deleted the update-bindings-v2.0.20 branch June 4, 2025 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants