Created attachment 198476 [details] patch to 2.2.0 koobs: I am happy for either you or me to commit this patch. Please let me know.
Thanks Dan Happy to approve if it passes all QA (poudriere and make test in particular)
Since it uses console_scripts [1], it needs to be made concurrent safe (USE_PYTHON=concurrent) too [1] setup.py:entry_points={'console_scripts': ['bugzilla = bugzilla._cli:cli']},
Created attachment 198677 [details] includes concurrent safe option Concurrent option added to diff. testport link will follow soon.
testport: https://services.unixathome.org/poudriere/build.html?mastername=112amd64-default-master-list&build=2018-10-26_19h35m59s NOTE: I am also updating the WWW: URL: -WWW: https://fedorahosted.org/python-bugzilla/ +WWW: https://github.com/python-bugzilla/python-bugzilla The old URL no longer works.
Comment on attachment 198677 [details] includes concurrent safe option Approved by: koobs (maintainer) Thank you Dan :) No need for poudriere url's or attachments in the future, as long as they've been run and pass. If you can, please include a changelog line in the commit log message if they are available, like: Changelog: <url>
A commit references this bug: Author: dvl Date: Mon Oct 29 13:13:44 UTC 2018 New revision: 483385 URL: https://svnweb.freebsd.org/changeset/ports/483385 Log: Upgrade to 2.2.0 Changelog: https://lists.fedorahosted.org/archives/list/python-bugzilla@lists.fedorahosted.org/2018/8/ PR: 232542 Approved by: koobs (maintainer) Changes: head/devel/py-python-bugzilla/Makefile head/devel/py-python-bugzilla/distinfo head/devel/py-python-bugzilla/pkg-descr
Thank you.