From owner-freebsd-python@freebsd.org Mon Feb 24 11:37:01 2020 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B08E2259CC4 for ; Mon, 24 Feb 2020 11:37:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 48R0Qh6J0mz4XfR for ; Mon, 24 Feb 2020 11:37:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id C0E91259CC1; Mon, 24 Feb 2020 11:37:00 +0000 (UTC) Delivered-To: python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC698259CC0 for ; Mon, 24 Feb 2020 11:37:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48R0Qh2sFhz4XdY for ; Mon, 24 Feb 2020 11:37:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 980D824A35 for ; Mon, 24 Feb 2020 11:36:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 01OBaxdg072160 for ; Mon, 24 Feb 2020 11:36:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 01OBaxtc072159 for python@FreeBSD.org; Mon, 24 Feb 2020 11:36:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 243665] graphics/py-pillow: Update to 7.0.0 Date: Mon, 24 Feb 2020 11:36:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kai@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback+ X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2020 11:37:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243665 --- Comment #12 from commit-hook@freebsd.org --- A commit references this bug: Author: kai Date: Mon Feb 24 11:36:24 UTC 2020 New revision: 526962 URL: https://svnweb.freebsd.org/changeset/ports/526962 Log: graphics/py-pillow: Update to 7.0.0 * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 rele= ase dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-i= ncompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713 Changes: head/cad/k40-whisperer/Makefile head/comms/apitran/Makefile head/databases/py-mongoengine/Makefile head/deskutils/calibre/Makefile head/devel/py-asciimatics/Makefile head/devel/py-factory-boy/Makefile head/devel/py-mwlib/Makefile head/devel/py-pydenticon/Makefile head/games/fretsonfire/Makefile head/games/hypatia_engine/Makefile head/games/pysolfc/Makefile head/games/pythonsudoku/Makefile head/graphics/Makefile head/graphics/caffe/Makefile head/graphics/impressive/Makefile head/graphics/py-PyOpenGL/Makefile head/graphics/py-actdiag/Makefile head/graphics/py-blockdiag/Makefile head/graphics/py-cartopy/Makefile head/graphics/py-django-easy-thumbnails/Makefile head/graphics/py-face_recognition/Makefile head/graphics/py-imageio24/Makefile head/graphics/py-img2pdf/Makefile head/graphics/py-mcomix/Makefile head/graphics/py-nwdiag/Makefile head/graphics/py-photocollage/Makefile head/graphics/py-pillow/Makefile head/graphics/py-pillow/distinfo head/graphics/py-pillow6/ head/graphics/py-pillow6/Makefile head/graphics/py-pyinsane2/Makefile head/graphics/py-pypillowfight/Makefile head/graphics/py-sane/Makefile head/graphics/py-scikit-image/Makefile head/graphics/py-seqdiag/Makefile head/graphics/py-sorl-thumbnail/Makefile head/graphics/py-soya3d/Makefile head/graphics/sk1/Makefile head/lang/mono/Makefile head/math/asymptote/Makefile head/math/py-PyWavelets/Makefile head/misc/cs/Makefile head/misc/mmdnn/Makefile head/misc/py-gluoncv/Makefile head/misc/wotsap/Makefile head/multimedia/freevo/Makefile head/net/py-rainbowstream/Makefile head/net-p2p/deluge-cli/Makefile head/print/hplip/Makefile head/print/py-reportlab/Makefile head/print/py-trml2pdf/Makefile head/science/rdkit/Makefile head/security/py-volatility/Makefile head/security/vinetto/Makefile head/textproc/py-qrcode/Makefile head/textproc/py-xhtml2pdf/Makefile head/www/go-appengine-sdk/Makefile head/www/google-appengine/Makefile head/www/py-django-filer/Makefile head/www/py-django-markdownx/Makefile head/www/py-django-mezzanine/Makefile head/www/py-django-photologue/Makefile head/www/py-django-simple-captcha/Makefile head/www/py-instabot/Makefile head/www/py-pywikibot/Makefile head/www/py-wagtail/Makefile head/www/py-wagtail/files/ head/www/py-wagtail/files/patch-setup.py head/www/seahub/Makefile head/www/twms/Makefile head/x11/cinnamon/Makefile head/x11/py-pyscreenshot/Makefile head/x11/py-pyvirtualdisplay/Makefile head/x11/xpra/Makefile head/x11-toolkits/py-easygui/Makefile head/x11-toolkits/py-kivy/Makefile --=20 You are receiving this mail because: You are on the CC list for the bug.=