Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Ran gen-setuppy to update openapi setup.py BNCH-42828 #127

Merged
merged 4 commits into from
May 19, 2022

Conversation

miggyst
Copy link

@miggyst miggyst commented May 18, 2022

Buildkite pipeline on deployment can be found here

The idea is to run poetry run task gen-setuppy to update setup.py which Aurelia uses to build and package the project for publishing.

Updated and ran unit test(s) to pass as well

NOTE: gen-setuppy has been updated to change the package name on setup.py to be benchling-openapi-python-client
Follow the README to download/install/use the correct version of sed i.e. GNU sed instead of BSD sed

@miggyst miggyst self-assigned this May 18, 2022
Copy link

@bowenwr bowenwr left a comment

Choose a reason for hiding this comment

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

Asked for a comment in TOML, non-blocking

@@ -1,6 +1,6 @@
[tool.poetry]
name = "openapi-python-client"
version = "0.7.3"
version = "1.0.0"
Copy link

Choose a reason for hiding this comment

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

We should add a comment that our versions have diverged and are maintained internally with no relation to the upstream.

Copy link
Author

Choose a reason for hiding this comment

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

Added a small note in regards to version divergence :)

Copy link
Author

Choose a reason for hiding this comment

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

Added sed statement to rename package on setup.py and also updated README to identify the change and needing to install/download GNU sed instead of BSD sed.

@miggyst miggyst merged commit c286ac9 into main May 19, 2022
@miggyst miggyst deleted the bnch-42828 branch May 19, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants