Bug 228137 - net-im/py-slackclient: Update to 1.2.1
Summary: net-im/py-slackclient: Update to 1.2.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kubilay Kocak
URL: https://github.com/slackapi/python-sl...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-11 00:05 UTC by Derek Schrock
Modified: 2018-05-11 06:43 UTC (History)
0 users

See Also:
koobs: maintainer-feedback+


Attachments
Update to 1.2.1 (2.25 KB, patch)
2018-05-11 00:05 UTC, Derek Schrock
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Derek Schrock 2018-05-11 00:05:28 UTC
Created attachment 193257 [details]
Update to 1.2.1

Update net-im/py-slackclient to 1.2.1

- Update to 1.2.1
- python-slackclient supports all versions of supported python
- 1.2.x tests requires response
- Including six a run depend

portlint: OK (looks fine.)
testport: OK (poudriere: 11.1 amd64/i386 py27/py36, 10.4 amd64/i386 py27/py36)
tests: OK (33 passed, 1 xfailed) py27/py36
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2018-05-11 05:03:13 UTC
Thank you Derek
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-05-11 06:40:33 UTC
A commit references this bug:

Author: koobs
Date: Fri May 11 06:40:28 UTC 2018
New revision: 469613
URL: https://svnweb.freebsd.org/changeset/ports/469613

Log:
  net-im/py-slackclient: Update to 1.2.1

  - Python 3 is now supported [1].
  - Update and sort all *_DEPENDS to match upstreams declarations, using specific
    versions where declared and possible (eg: we dont use "!=").
  - We want one line per test ouput, so verbosify the tests.

  [1] https://github.com/slackapi/python-slackclient/issues/165

  Changelog:

    https://slackapi.github.io/python-slackclient/changelog.html

  PR:		228137
  Submitted by:	Derek Schrock <dereks lifeofadishwasher com>

Changes:
  head/net-im/py-slackclient/Makefile
  head/net-im/py-slackclient/distinfo
Comment 3 Kubilay Kocak freebsd_committer freebsd_triage 2018-05-11 06:43:31 UTC
Committed with minor changes/additions: specific versions, sorting, GH_* comment.

Thank you again Derek!