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

[PyOutline] Add spec_version #919

Merged
merged 2 commits into from
Feb 16, 2021

Conversation

splhack
Copy link
Contributor

@splhack splhack commented Feb 13, 2021

Fix #918

It allows deploying clients (PyOutline) before updating Cuebot, with specifying spec_version in outline.cfg.

Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

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

Looks good, a couple of very minor comments.

@@ -34,6 +34,8 @@

import six

from packaging.version import Version
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: This import can be moved above the import six line (grouping third-party imports together alphabetically)

# limitations under the License.

"""
Tests for the outline.depend module.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This docstring should be updated I think.

@splhack
Copy link
Contributor Author

splhack commented Feb 15, 2021

addressed comments.

@larsbijl larsbijl merged commit 15ff97e into AcademySoftwareFoundation:master Feb 16, 2021
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.

[PyOutline] DTD spec version setting
3 participants