Lukas Bednar

Results 19 comments of Lukas Bednar

I am worried about `--jira` flag, the presence or absence of this flag says whether to enable or disable this plugin. This `--jira-enable` flags seems to be duplicate to me...

We can pass --jira=false to disable the plugin explicitly.

That change breaks `pbr` mechanism. I don't know, maybe it is time to migrate to something else? I might try `semver`, or ???

I took a look around for some other semantic versioning tools. For example `autosemver` also requires usage of setup_requires keyword. I am not sure how to solve this issue, I...

I am sorry for delay, but I was off in past days. Thanks for suggestion ... would you mind to draft some PR? So we can do a review and...

Hi thanks for proposal, do you have some certain idea how it should be implemented? So that we can nail it down.

I don't know that, AFAIR PyPi used to support RST only in past (~2y ago). That was reason I migrated readmes from markdown to rst. For example [pytest-marker-bugzilla](https://pypi.org/project/pytest-marker-bugzilla/ ) uses...

Wow it is good news !!! ``` Markdown Descriptions on PyPI March 16 2018 Finally! ``` :laughing: Thank you for bringing that up ...

you should be able to overwrite the regex from the config file (`issue_regex`) or pass it from cli (`--jira-issue-regex`). is there any problem with that ?