Bug 244835

Summary: www/py-notebook: Update to 6.0.3
Product: Ports & Packages Reporter: Danilo G. Baio <dbaio>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Only Me CC: python
Priority: --- Flags: koobs: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/jupyter/notebook/blob/6.0.3/docs/source/changelog.rst
Attachments:
Description Flags
py-notebook-6.0.3.patch koobs: maintainer-approval+

Description Danilo G. Baio freebsd_committer freebsd_triage 2020-03-15 23:03:02 UTC
Created attachment 212438 [details]
py-notebook-6.0.3.patch

Remove support for Python 2.x.

Update consumers to use Python >= 3.5 (avoid break bulk -a).
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2020-03-16 06:29:08 UTC
Comment on attachment 212438 [details]
py-notebook-6.0.3.patch

If it passes QA (consumers, and poudriere for this port):

Approved by: koobs (python, maintainer)

Please include a changelog link in the commit log message:

Changelog:

  <changelog|release notes url>
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-03-16 22:37:57 UTC
A commit references this bug:

Author: dbaio
Date: Mon Mar 16 22:37:24 UTC 2020
New revision: 528548
URL: https://svnweb.freebsd.org/changeset/ports/528548

Log:
  www/py-notebook: Update to 6.0.3

  Remove support for Python 2.x.

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

  Changelog:	https://github.com/jupyter/notebook/blob/6.0.3/docs/source/changelog.rst

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

Changes:
  head/devel/py-ipyparallel/Makefile
  head/devel/py-ipywidgets/Makefile
  head/devel/py-widgetsnbextension/Makefile
  head/www/py-notebook/Makefile
  head/www/py-notebook/distinfo
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2020-03-16 22:38:31 UTC
thanks koobs