Bug 232542 - devel/py-python-bugzilla: Update to 2.2.0
Summary: devel/py-python-bugzilla: Update to 2.2.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-22 18:38 UTC by Dan Langille
Modified: 2018-10-29 13:15 UTC (History)
0 users

See Also:
koobs: maintainer-feedback+


Attachments
patch to 2.2.0 (1.42 KB, patch)
2018-10-22 18:38 UTC, Dan Langille
no flags Details | Diff
includes concurrent safe option (1.62 KB, patch)
2018-10-26 19:00 UTC, Dan Langille
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Langille freebsd_committer freebsd_triage 2018-10-22 18:38:08 UTC
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.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2018-10-23 02:41:58 UTC
Thanks Dan

Happy to approve if it passes all QA (poudriere and make test in particular)
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2018-10-23 02:43:37 UTC
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']},
Comment 3 Dan Langille freebsd_committer freebsd_triage 2018-10-26 19:00:11 UTC
Created attachment 198677 [details]
includes concurrent safe option

Concurrent option added to diff.  testport link will follow soon.
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2018-10-28 09:03:07 UTC
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>
Comment 6 commit-hook freebsd_committer freebsd_triage 2018-10-29 13:14:28 UTC
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
Comment 7 Dan Langille freebsd_committer freebsd_triage 2018-10-29 13:15:55 UTC
Thank you.