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

[FEATURE] Update requirements #22

Closed
wants to merge 1 commit into from
Closed

Conversation

shad7
Copy link
Owner

@shad7 shad7 commented May 20, 2015

Update requirements sqlalchemy to 1.0 or higher where the bug related
accidentally removing exposed attributes/methods within orm.

Update requirements to use pbr 1.0.1 or higher to leverage new features
and workaround issue bug in 1.0.0.

Leverage autodoc feature of pbr instead of manually autodocing modules.
Updated index to reference api/ instead of sourcecode/ based on pbr
pattern. No longer needing Makefile that has never been used.

Removed tracking AUTHORS.

doc generation triggered error because of options.intialize being
called on import. Moved the call to a function where it is needed.

Updated setup.cfg to configure pbr, and set version to target version
instead of current version to work with pbr.

closes #21

Review on Reviewable

Update requirements sqlalchemy to 1.0 or higher where the bug related
accidentally removing exposed attributes/methods within orm.

Update requirements to use pbr 1.0.1 or higher to leverage new features
and workaround issue bug in 1.0.0.

Leverage autodoc feature of pbr instead of manually autodocing modules.
Updated index to reference api/ instead of sourcecode/ based on pbr
pattern. No longer needing Makefile that has never been used.

Removed tracking AUTHORS.

doc generation triggered error because of options.intialize being
called on import. Moved the call to a function where it is needed.

Updated setup.cfg to configure pbr, and set version to target version
instead of current version to work with pbr.

closes #21
@landscape-bot
Copy link

Code Health
Code quality remained the same when pulling cb41c2b on shad7:feature/update-requirements into 5c901d4 on shad7:bugfix/19.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 99.3% when pulling cb41c2b on feature/update-requirements into 5c901d4 on develop.

@shad7 shad7 closed this May 20, 2015
@shad7 shad7 deleted the feature/update-requirements branch May 20, 2015 02:47
@shad7 shad7 removed the in progress label May 20, 2015
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.

Upgrade sqlalchemy to >= 1.0
3 participants