Bug 244933 - devel/py-jupyter_client: Update to 6.1.0
Summary: devel/py-jupyter_client: Update to 6.1.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: Danilo G. Baio
URL: https://github.com/jupyter/jupyter_cl...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-20 17:51 UTC by Danilo G. Baio
Modified: 2020-03-21 14:22 UTC (History)
1 user (show)

See Also:
koobs: maintainer-feedback+


Attachments
py-jupyter_client-6.1.0.patch (2.90 KB, patch)
2020-03-20 17:51 UTC, Danilo G. Baio
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo G. Baio freebsd_committer freebsd_triage 2020-03-20 17:51:55 UTC
Created attachment 212549 [details]
py-jupyter_client-6.1.0.patch

Add test target.

Remove support for Python 2.x.

Update consumers to use Python >= 3.5 (avoid break bulk -a).

Changelog:  https://github.com/jupyter/jupyter_client/blob/6.1.0/docs/changelog.rst



Tests:
make test: 125 passed, 2 skipped, 4 warnings in 138.20 seconds
Basic runtime tests were made in the consumers' ports.

poudriere ok (11, 12, CURRENT; i386, amd64)



I'll open another bug to mark as deprecated devel/py-ipykernel in favor of devel/py-ipykernel5.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2020-03-20 23:43:31 UTC
Comment on attachment 212549 [details]
py-jupyter_client-6.1.0.patch

Approved by: koobs (python, maintainer)
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-21 14:22:26 UTC
A commit references this bug:

Author: dbaio
Date: Sat Mar 21 14:22:01 UTC 2020
New revision: 528855
URL: https://svnweb.freebsd.org/changeset/ports/528855

Log:
  devel/py-jupyter_client: Update to 6.1.0

  - Add test target.
  - Remove support for Python 2.x.
  - Update consumers to use Python >= 3.5 (avoid break bulk -a).

  Changelog:	https://github.com/jupyter/jupyter_client/blob/6.1.0/docs/changelog.rst

  PR:		244933
  Approved by:	koobs (python, maintainer)

Changes:
  head/devel/py-ipykernel/Makefile
  head/devel/py-jupyter_client/Makefile
  head/devel/py-jupyter_client/distinfo
  head/devel/py-nbconvert/Makefile
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2020-03-21 14:22:54 UTC
thanks koobs