Created attachment 206083 [details] Patch for net-im/py-slackclient 2.0.1 > 2.1.0. I've been running this for a few days without issue, and it fixes a rather important bug present in 2.0.1 (https://github.com/slackapi/python-slackclient/issues/451).
A commit references this bug: Author: koobs Date: Mon Aug 19 12:16:36 UTC 2019 New revision: 509276 URL: https://svnweb.freebsd.org/changeset/ports/509276 Log: net-im/py-slackclient: Update to 2.1.0 aiodns is (was) actually an optional dependency. Add an ASYNCDNS option for now until upstream work out a good name for it [1] Changelog: https://slack.dev/python-slackclient/changelog.html#v2-1-0-2019-07-01 Note: Missing from changelog, but also fixed: https://github.com/slackapi/python-slackclient/issues/451 [1] https://github.com/slackapi/python-slackclient/issues/433 PR: 239462 Submitted by: <wcarson.bugzilla disillusion.net> MFH: 2019Q3 (blanket: bugfix release) Changes: head/net-im/py-slackclient/Makefile head/net-im/py-slackclient/distinfo
A commit references this bug: Author: koobs Date: Mon Aug 19 12:19:05 UTC 2019 New revision: 509283 URL: https://svnweb.freebsd.org/changeset/ports/509283 Log: MFH: r509276 net-im/py-slackclient: Update to 2.1.0 aiodns is (was) actually an optional dependency. Add an ASYNCDNS option for now until upstream work out a good name for it [1] Changelog: https://slack.dev/python-slackclient/changelog.html#v2-1-0-2019-07-01 Note: Missing from changelog, but also fixed: https://github.com/slackapi/python-slackclient/issues/451 [1] https://github.com/slackapi/python-slackclient/issues/433 PR: 239462 Submitted by: <wcarson.bugzilla disillusion.net> Approved by: ports-secteam (blanket: bugfix release) Changes: _U branches/2019Q3/ branches/2019Q3/net-im/py-slackclient/Makefile branches/2019Q3/net-im/py-slackclient/distinfo
Committed with minor change (ASYNCDNS option addition) Thank you for the report and patch!