updated package and setup.py, bumped version to 1.0.1
Details
Details
packages have been built locally and on copr. rpm and srpm available at http://copr-be.cloud.fedoraproject.org/results/tflink/taskotron/fedora-20-x86_64/resultsdb-1.0.1-1.fc20/
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Comment Actions
I used the more complicated version extraction method here because importing resultsdb causes the full stack of flask, sqlalchemy etc to be imported and then they'd have to be listed as buildrequires.
Comment Actions
I used the more complicated version extraction method here because importing resultsdb causes the full stack of flask, sqlalchemy etc to be imported and then they'd have to be listed as buildrequires.
Yeah, I've seen somewhere this as a reason not to perform complicated things in __init__.py. But if the regexp stuff works well, sure, why not.
The changes look ok.