From owner-freebsd-python@freebsd.org  Sun Jul 19 21:00:55 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 1F28C368E59
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Sun, 19 Jul 2020 21:00:55 +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 4B8y1z03FNz42KM
 for <freebsd-python@freebsd.org>; Sun, 19 Jul 2020 21:00:55 +0000 (UTC)
 (envelope-from bugzilla-noreply@FreeBSD.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id F41E1368F5C; Sun, 19 Jul 2020 21:00:55 +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 F1ED0368F5B
 for <python@mailman.nyi.freebsd.org>; Sun, 19 Jul 2020 21:00:54 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4B8y1y5BtPz42Wy
 for <python@FreeBSD.org>; Sun, 19 Jul 2020 21:00:54 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 71D2421753
 for <python@FreeBSD.org>; Sun, 19 Jul 2020 21:00:54 +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 06JL0st6007368
 for <python@FreeBSD.org>; Sun, 19 Jul 2020 21:00:54 GMT
 (envelope-from bugzilla-noreply@FreeBSD.org)
Received: (from bugzilla@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06JL0spp007367
 for python@FreeBSD.org; Sun, 19 Jul 2020 21:00:54 GMT
 (envelope-from bugzilla-noreply@FreeBSD.org)
Message-Id: <202007192100.06JL0spp007367@kenobi.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: Problem reports for python@FreeBSD.org that need special attention
Date: Sun, 19 Jul 2020 21:00:54 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.33
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 19 Jul 2020 21:00:55 -0000

To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    205308 | devel/py-pip and devel/py-virtualenv don't aggree 
Open        |    211641 | graphics/py-mayavi mayavi2 runtime error          
Open        |    240343 | x11-themes/plasma5-breeze-gtk: Fails to build if  
Open        |    242896 | lang/python*: Fail to package in poudriere (testp 
Open        |    245747 | lang/pypy: Cleanup                                
In Progress |    241416 | [NEW PORT] lang/python38                          
Open        |    243937 | lang/python38: Fails to package in certain condit 
Open        |    224115 | devel/py-babel directory name != port name        
New         |    231555 | Mk/Uses/python.mk: Add USE_PYTHON=pytest          

9 problems total for which you should take action.

From owner-freebsd-python@freebsd.org  Mon Jul 20 02:04:30 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 2F45636FFB5
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Mon, 20 Jul 2020 02:04:30 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4B94mG0ZLMz4KbN
 for <freebsd-python@freebsd.org>; Mon, 20 Jul 2020 02:04:30 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id 11E8636FF60; Mon, 20 Jul 2020 02:04:30 +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 11B52370391
 for <python@mailman.nyi.freebsd.org>; Mon, 20 Jul 2020 02:04:30 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4B94mF6qKtz4KbM
 for <python@FreeBSD.org>; Mon, 20 Jul 2020 02:04:29 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDE45250FF
 for <python@FreeBSD.org>; Mon, 20 Jul 2020 02:04:29 +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 06K24Tjp066695
 for <python@FreeBSD.org>; Mon, 20 Jul 2020 02:04:29 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06K24TRU066693
 for python@FreeBSD.org; Mon, 20 Jul 2020 02:04:29 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to
 bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 248113] devel/pydbus-common: Missing dependency:
 textproc/py-sphinx_rtd_theme for HTMLDOCS =ON
Date: Mon, 20 Jul 2020 02:04:29 +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: easy, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: koobs@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: flagtypes.name short_desc assigned_to bug_status
 keywords cc
Message-ID: <bug-248113-21822-H7IV46gx1k@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 20 Jul 2020 02:04:30 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248113

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback?(deskto
                   |                            |p@FreeBSD.org),
                   |                            |merge-quarterly?
            Summary|devel/pydbus-common         |devel/pydbus-common:
                   |htmldocs missing dependency |Missing dependency:
                   |on                          |textproc/py-sphinx_rtd_them
                   |textproc/py-sphinx_rtd_them |e for HTMLDOCS =3DON
                   |e                           |
           Assignee|ports-bugs@FreeBSD.org      |desktop@FreeBSD.org
             Status|New                         |Open
           Keywords|                            |easy, needs-patch, needs-qa
                 CC|                            |python@FreeBSD.org

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Tue Jul 21 17:54:15 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 10ED6363176
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Tue, 21 Jul 2020 17:54:15 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BB5nf6WVCz41g9
 for <freebsd-python@freebsd.org>; Tue, 21 Jul 2020 17:54:14 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id D8BBF3631D3; Tue, 21 Jul 2020 17:54:14 +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 D82103631D2
 for <python@mailman.nyi.freebsd.org>; Tue, 21 Jul 2020 17:54:14 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BB5nf3QJHz41qx
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:14 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 37F5821F5A
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:14 +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 06LHsEjq087911
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:14 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06LHsEXF087910
 for python@FreeBSD.org; Tue, 21 Jul 2020 17:54:14 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 248113] devel/pydbus-common: Missing dependency:
 textproc/py-sphinx_rtd_theme for HTMLDOCS =ON
Date: Tue, 21 Jul 2020 17:54:14 +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: easy, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-248113-21822-eShmKoka1h@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jul 2020 17:54:15 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248113

--- Comment #2 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: tcberner
Date: Tue Jul 21 17:54:05 UTC 2020
New revision: 542769
URL: https://svnweb.freebsd.org/changeset/ports/542769

Log:
  MFH: r542768

  devel/pydbus-common: add missing dependeny in HTMLDOCS option

  PR:           248113
  Reported by:  Brad Ackerman <brad@facefault.org>

  Approved by:  ports-secteam (implicit)

Changes:
_U  branches/2020Q3/
  branches/2020Q3/devel/pydbus-common/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Tue Jul 21 17:54:15 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 10C8236359F
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Tue, 21 Jul 2020 17:54:15 +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 4BB5nf6BDnz41cv
 for <freebsd-python@freebsd.org>; Tue, 21 Jul 2020 17:54:14 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id D2961363175; Tue, 21 Jul 2020 17:54:14 +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 D251E363174
 for <python@mailman.nyi.freebsd.org>; Tue, 21 Jul 2020 17:54:14 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BB5nf0WPRz41ct
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:14 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CCA0C223A2
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:12 +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 06LHsCjY087886
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:12 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06LHsCbR087885
 for python@FreeBSD.org; Tue, 21 Jul 2020 17:54:12 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 248113] devel/pydbus-common: Missing dependency:
 textproc/py-sphinx_rtd_theme for HTMLDOCS =ON
Date: Tue, 21 Jul 2020 17:54:12 +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: easy, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: commit-hook@FreeBSD.org
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback? merge-quarterly?
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-248113-21822-Yy3T15Cuxv@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jul 2020 17:54:15 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248113

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: tcberner
Date: Tue Jul 21 17:53:19 UTC 2020
New revision: 542768
URL: https://svnweb.freebsd.org/changeset/ports/542768

Log:
  devel/pydbus-common: add missing dependeny in HTMLDOCS option

  PR:           248113
  Reported by:  Brad Ackerman <brad@facefault.org>

Changes:
  head/devel/pydbus-common/Makefile

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Tue Jul 21 17:54:22 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 8A93E362E72
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Tue, 21 Jul 2020 17:54:22 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BB5np3F1Dz41gk
 for <freebsd-python@freebsd.org>; Tue, 21 Jul 2020 17:54:22 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id 6F1C23633D1; Tue, 21 Jul 2020 17:54:22 +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 6EEC23631E2
 for <python@mailman.nyi.freebsd.org>; Tue, 21 Jul 2020 17:54:22 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BB5np2R4Xz41pG
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:22 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3835522495
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:22 +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 06LHsMG9088075
 for <python@FreeBSD.org>; Tue, 21 Jul 2020 17:54:22 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06LHsM89088074
 for python@FreeBSD.org; Tue, 21 Jul 2020 17:54:22 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to
 bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 248113] devel/pydbus-common: Missing dependency:
 textproc/py-sphinx_rtd_theme for HTMLDOCS =ON
Date: Tue, 21 Jul 2020 17:54:21 +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: easy, needs-patch, needs-qa
X-Bugzilla-Severity: Affects Some People
X-Bugzilla-Who: tcberner@freebsd.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: desktop@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly+
X-Bugzilla-Changed-Fields: flagtypes.name bug_status cc resolution
Message-ID: <bug-248113-21822-TjVQO6xvQy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-248113-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Jul 2020 17:54:22 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248113

Tobias C. Berner <tcberner@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(deskto |maintainer-feedback+,
                   |p@FreeBSD.org),             |merge-quarterly+
                   |merge-quarterly?            |
             Status|Open                        |Closed
                 CC|                            |tcberner@freebsd.org
         Resolution|---                         |FIXED

--- Comment #3 from Tobias C. Berner <tcberner@freebsd.org> ---
Committed. Thanks.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Wed Jul 22 07:25:45 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 198B837551A
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Wed, 22 Jul 2020 07:25:45 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BBRp070LDz3ZCy
 for <freebsd-python@freebsd.org>; Wed, 22 Jul 2020 07:25:44 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id F01833754B2; Wed, 22 Jul 2020 07:25:44 +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 EFE55374EF8
 for <python@mailman.nyi.freebsd.org>; Wed, 22 Jul 2020 07:25:44 +0000 (UTC)
 (envelope-from portscout@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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BBRp06Bx1z3ZCx
 for <python@freebsd.org>; Wed, 22 Jul 2020 07:25:44 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:21])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B89922BA59
 for <python@freebsd.org>; Wed, 22 Jul 2020 07:25:44 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from portscout.nyi.freebsd.org ([127.0.1.10])
 by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 06M7Pi5l008053
 for <python@freebsd.org>; Wed, 22 Jul 2020 07:25:44 GMT
 (envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
 by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 06M7PiP7008033;
 Wed, 22 Jul 2020 07:25:44 GMT (envelope-from portscout@FreeBSD.org)
Message-Id: <202007220725.06M7PiP7008033@portscout.nyi.freebsd.org>
X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to
 portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
MIME-Version: 1.0
Date: Wed, 22 Jul 2020 07:25:44 +0000
From: portscout@FreeBSD.org
To: python@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Jul 2020 07:25:45 -0000

Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/python@freebsd.org.html


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
lang/python38                                   | 3.8.4           | 3.8.5
------------------------------------------------+-----------------+------------
math/py-numpy                                   | 1.16.6          | 1.19.1
------------------------------------------------+-----------------+------------


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:	portscout!

From owner-freebsd-python@freebsd.org  Wed Jul 22 20:37:13 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 BA851360207
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Wed, 22 Jul 2020 20:37:13 +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 4BBnMF4cfCz4k7V
 for <freebsd-python@freebsd.org>; Wed, 22 Jul 2020 20:37:13 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id 9CBB0360206; Wed, 22 Jul 2020 20:37:13 +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 9C84035FEB8
 for <python@mailman.nyi.freebsd.org>; Wed, 22 Jul 2020 20:37:13 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BBnMF3cpwz4kGJ
 for <python@FreeBSD.org>; Wed, 22 Jul 2020 20:37:13 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 60178D43A
 for <python@FreeBSD.org>; Wed, 22 Jul 2020 20:37:13 +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 06MKbD5q092076
 for <python@FreeBSD.org>; Wed, 22 Jul 2020 20:37:13 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from bugzilla@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06MKbDoC092075
 for python@FreeBSD.org; Wed, 22 Jul 2020 20:37:13 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 247623] astro/gpsd: switch to python3 scons
Date: Wed, 22 Jul 2020 20:37:13 +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: cmt@freebsd.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: 
Message-ID: <bug-247623-21822-jiojhENMxJ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247623-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-247623-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 22 Jul 2020 20:37:13 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247623

--- Comment #3 from commit-hook@FreeBSD.org ---
A commit references this bug:

Author: cmt
Date: Wed Jul 22 20:36:14 UTC 2020
New revision: 542894
URL: https://svnweb.freebsd.org/changeset/ports/542894

Log:
  switch gpsd to python3-scons for building

  and amend plist with file found by testport

  PR:           247623
  Approved by:  maintainer (timeout)

Changes:
  head/astro/gpsd/Makefile
  head/astro/gpsd/pkg-plist

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Thu Jul 23 15:20:11 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 3F09D359B0F
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Thu, 23 Jul 2020 15:20:11 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BCGGz0CLyz3SXd
 for <freebsd-python@freebsd.org>; Thu, 23 Jul 2020 15:20:11 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id 045EB359A11; Thu, 23 Jul 2020 15:20:11 +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 03F52359B0D
 for <python@mailman.nyi.freebsd.org>; Thu, 23 Jul 2020 15:20:11 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BCGGy5Cdfz3SL7
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:20:10 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94C881AD7C
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:20:10 +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 06NFKADe001248
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:20:10 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06NFKAAM001247
 for python@FreeBSD.org; Thu, 23 Jul 2020 15:20:10 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to
 bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 228268] sysutils/ansible: Fix multiple Python version (and
 flavor) support
Date: Thu, 23 Jul 2020 15:20:08 +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 Some People
X-Bugzilla-Who: joneum@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: lifanov@freebsd.org
X-Bugzilla-Flags: maintainer-feedback+ merge-quarterly?
X-Bugzilla-Changed-Fields: bug_status resolution
Message-ID: <bug-228268-21822-Yr8DDgCagS@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228268-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-228268-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Jul 2020 15:20:11 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228268

Jochen Neumeister <joneum@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
         Resolution|---                         |FIXED

--- Comment #22 from Jochen Neumeister <joneum@FreeBSD.org> ---
I'll close up here. If there are any problems with this P.R., please reopen.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Thu Jul 23 15:35:35 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 9C5F835A120
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Thu, 23 Jul 2020 15:35:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BCGcl3Ghzz3Syh
 for <freebsd-python@freebsd.org>; Thu, 23 Jul 2020 15:35:35 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id 6E66C35A1A6; Thu, 23 Jul 2020 15:35:35 +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 6E1A0359E7E
 for <python@mailman.nyi.freebsd.org>; Thu, 23 Jul 2020 15:35:35 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BCGcl1TPtz3TJ3
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:35:35 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17BE81B0D5
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:35:35 +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 06NFZYsA020672
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:35:34 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06NFZYnc020671
 for python@FreeBSD.org; Thu, 23 Jul 2020 15:35:34 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to
 bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 247951] net-mgmt/py-snmp_passpersist: Update to 2.0.0 and Take
 MAINTAINER'ship
Date: Thu, 23 Jul 2020 15:35:34 +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: buildisok
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: james@french.id.au
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-247951-21822-dtk9utzAfO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247951-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-247951-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Jul 2020 15:35:35 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247951

--- Comment #5 from James French <james@french.id.au> ---
Created attachment 216706
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216706&action=
=3Dedit
Poudriere build log py37

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Thu Jul 23 15:36:24 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 CF12D35A1D0
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Thu, 23 Jul 2020 15:36:24 +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 4BCGdh5C9cz3T93
 for <freebsd-python@freebsd.org>; Thu, 23 Jul 2020 15:36:24 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id B2A3935A240; Thu, 23 Jul 2020 15:36:24 +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 B270135A0DB
 for <python@mailman.nyi.freebsd.org>; Thu, 23 Jul 2020 15:36:24 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BCGdh4KZvz3TRY
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:36:24 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 792F11B0D7
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:36:24 +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 06NFaOT8021340
 for <python@FreeBSD.org>; Thu, 23 Jul 2020 15:36:24 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06NFaOkE021339
 for python@FreeBSD.org; Thu, 23 Jul 2020 15:36:24 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to
 bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 247951] net-mgmt/py-snmp_passpersist: Update to 2.0.0 and Take
 MAINTAINER'ship
Date: Thu, 23 Jul 2020 15:36:24 +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: buildisok
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: james@french.id.au
X-Bugzilla-Status: Open
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: attachments.created
Message-ID: <bug-247951-21822-IJ6IvYDxf2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-247951-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-247951-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Jul 2020 15:36:24 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247951

--- Comment #6 from James French <james@french.id.au> ---
Created attachment 216708
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D216708&action=
=3Dedit
Poudriere build log py27

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Thu Jul 23 19:57:39 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 86F1336236B
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Thu, 23 Jul 2020 19:57:39 +0000 (UTC)
 (envelope-from thierry@pompo.net)
Received: from erza.lautre.net (erza.lautre.net [80.67.160.89])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 4BCNR659Ydz459D
 for <freebsd-python@freebsd.org>; Thu, 23 Jul 2020 19:57:38 +0000 (UTC)
 (envelope-from thierry@pompo.net)
Received: from graf.pompo.net (graf.pompo.net [78.225.128.39])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (No client certificate requested)
 by erza.lautre.net (Postfix) with ESMTPSA id 83CD0F502E
 for <freebsd-python@freebsd.org>; Thu, 23 Jul 2020 21:57:36 +0200 (CEST)
Received: by graf.pompo.net (Postfix, from userid 1001)
 id CB27F23DC06; Thu, 23 Jul 2020 21:57:35 +0200 (CEST)
Date: Thu, 23 Jul 2020 21:57:35 +0200
From: Thierry Thomas <thierry@freebsd.org>
To: freebsd-python@freebsd.org
Subject: Re: egg-info / dist-info
Message-ID: <20200723195735.GB18375@graf.pompo.net>
Mail-Followup-To: freebsd-python@freebsd.org
References: <20200626080234.GD3129@graf.pompo.net>
 <20200629214932.GA20360@graf.pompo.net>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha512;
 protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn"
Content-Disposition: inline
In-Reply-To: <20200629214932.GA20360@graf.pompo.net>
X-Operating-System: FreeBSD 12.1-STABLE amd64
Organization: Kabbale Eros
X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;
 y=\ipKMNm<1J>lv@PP~7Z<.tKjAnXLs:
X-PGP: 0xF1C516B3C8359753
X-Rspamd-Queue-Id: 4BCNR659Ydz459D
X-Spamd-Bar: ++++
Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none;
 spf=pass (mx1.freebsd.org: domain of thierry@pompo.net designates 80.67.160.89
 as permitted sender) smtp.mailfrom=thierry@pompo.net
X-Spamd-Result: default: False [4.04 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[];
 R_SPF_ALLOW(0.00)[+mx]; TO_DN_NONE(0.00)[];
 HAS_ORG_HEADER(0.00)[]; SIGNED_PGP(-2.00)[];
 FORGED_SENDER(0.30)[thierry@freebsd.org,thierry@pompo.net];
 R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~];
 ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR];
 FROM_NEQ_ENVFROM(0.00)[thierry@freebsd.org,thierry@pompo.net];
 TO_DOM_EQ_FROM_DOM(0.00)[]; ARC_NA(0.00)[];
 FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[];
 NEURAL_HAM_LONG(-0.04)[-0.038];
 MIME_GOOD(-0.20)[multipart/signed,text/plain];
 PREVIOUSLY_DELIVERED(0.00)[freebsd-python@freebsd.org];
 DMARC_NA(0.00)[freebsd.org]; NEURAL_SPAM_MEDIUM(0.82)[0.824];
 RCPT_COUNT_ONE(0.00)[1]; BAD_REP_POLICIES(0.10)[];
 RBL_VIRUSFREE_BOTNET(2.00)[80.67.160.89:from];
 NEURAL_SPAM_SHORT(1.05)[1.050];
 RBL_SENDERSCORE(2.00)[80.67.160.89:from];
 RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 23 Jul 2020 19:57:39 -0000


--x+6KMIRAuhnl3hBn
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Le lun. 29 juin 20 =E0 23:49:32 +0200, Thierry Thomas <thierry@freebsd.org>
 =E9crivait=A0:

> > I don=B4t care about egg-info or dist-info, but I=B4d like to keep the =
same
> > namings on each platform; is it possible to enforce that?
>=20
> Well, it works, whatever the installation method, so I=B4ve just adapted
> the plist according to $OSREL in r540835.
>=20
> But if someone has an explanation, I=B4ll be happy to know it!

Well, it does not only depend on $OSREL, another (yet unknown factor)
is also involved. I tried to fix it in r542957 just by checking which
method has been used.
--=20
Th. Thomas.

--x+6KMIRAuhnl3hBn
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQJ8BAEBCgBmBQJfGeuvXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG
MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdT9S8P/AwPulW1D38gkO+i2YQsfO+r
zkyI+eYgTuDNE4RxtCG2FyY7h2KUA+MNYEzua3xc4BjWijxK2V8PQDM0m74a6dpL
Zh9q43D6FJhYz/8jR+EU/2ks2LdMz1gGLtM9F7x3A+zslBZqFYNRn8WExEASE+U0
AYVzwKYU+/N/Yx6lMIhQJcHsicRRhrTm0xHO9ucsBoujw4Y3MsnF7QKl8wvfz3+d
rWlHdA7GpQE9IzjE/Vi/ksUxJ98c5ybtTwUbziYOcbezspSd3VKBgM3IaZL+ntEJ
utNXWUESH8qx2D1Ek3eBAh/RjlJlrccf1df5yd5Sk+J3AgEvMSpo4AOepO99oP4C
mfsSM9pFJ+c8YsLJcsMYOPrYaoc3MqldIv0/aoWahscB3XDRoWb8Rldmxz9W3n2D
PZwc4pKKimFs/z+FcTqTbNSBwDmPAYR9aHywcrbtA3eXsmFhkXw+pFyT/pmXiJmz
l9RykkMgfWL/i0aTYPcizCxjwWUxaL9XDrWu4tGRPBF4U+2lRWUvSgYXA90dzzJu
4axlnwZTGKctm2BWUHLdydYbVnIm14Dv4g4EYi1Yp4xGfrK3GDB2VN79+zrNtiGD
shmzhU2JbO7fsM5q9rzhbUCHWyjvrrAK79MAIqx6uXQE3icu/qm7VTRqzi27ggsW
5jgggGCVqXLkWanpYe9h
=4cZN
-----END PGP SIGNATURE-----

--x+6KMIRAuhnl3hBn--

From owner-freebsd-python@freebsd.org  Fri Jul 24 09:17:23 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 EC0BA377286
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Fri, 24 Jul 2020 09:17:23 +0000 (UTC)
 (envelope-from 2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BCk9t69S7z4HBT
 for <freebsd-python@freebsd.org>; Fri, 24 Jul 2020 09:17:22 +0000 (UTC)
 (envelope-from 2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com)
Received: by mailman.nyi.freebsd.org (Postfix)
 id D3BAE37711C; Fri, 24 Jul 2020 09:17:22 +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 D37423770AD
 for <python@mailman.nyi.freebsd.org>; Fri, 24 Jul 2020 09:17:22 +0000 (UTC)
 (envelope-from 2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com)
Received: from ucmailus34.sendcloud.org (ucmailus34.sendcloud.org
 [107.150.104.125])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BCk9p2zDxz4HMs
 for <python@freebsd.org>; Fri, 24 Jul 2020 09:17:16 +0000 (UTC)
 (envelope-from 2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple;
 d=service.startopshop.com; i=@service.startopshop.com; q=dns/txt;
 s=mail; t=1595581252; h=date : from : reply-to : to : message-id :
 subject : mime-version : content-type : list-unsubscribe : from;
 bh=l6hOJH2DtOHjVyDCyKmh2titjiqtP+RbKCNY7/2TRmY=;
 b=DOzLxNfz+e13/ctMkzUQHWge/gf0bZmRXYgJBDAp2RxQDgOGdx/uPBrP/CvpEDxxXAslA
 OAzXy2Upk6OXNarh7wc0vkMalbrdh7RUy1VeUz8E07UjXtoeDGtqBazrGpWzz405n4MGWHn
 Yv+b9SijorbXFOL5im693CNSrbdD1zI=
Received: from sendcloud.api (Unknown [127.0.0.1]) by SendCloud Inbound Server
 with ESMTPA id FBE6CFF8-6B89-487B-A9F6-65B5682A9120.1 envelope-from
 <jhmasks@service.startopshop.com> (authenticated bits=0);
 Fri, 24 Jul 2020 17:00:52 +0800
Date: Fri, 24 Jul 2020 17:00:52 +0800 (CST)
From: Lisa Zhang <jhmasks@service.startopshop.com>
Reply-To: Lisa Zhang <jhmasks@163.com>
To: python@freebsd.org
Message-ID: <1595581252148_99612_22582_9941.sc-10_9_40_164-inbound0$python@freebsd.org>
Subject: =?utf-8?q?3M_N95_1860_face_mask/3Q_N95_Particulate_Respirator/KN95_FFP2_f?=
 =?utf-8?q?ace_mask/N95_FFP3_Medical_face_mask/Surgical_mask_Lisa_Zhang?=
SC-Custom-nodeId: 179
SC-Custom-originalTaskCode: 6b21baeb-7014-40b1-9f7f-74c46a7ae8b1
SC-Custom-channelId: 176
X-SMTPAPI: 
X-SENDCLOUD-UUID: 1595581252148_99612_22582_9941.sc-10_9_40_164-inbound0$python@freebsd.org
X-SENDCLOUD-LOG: 1595581252148_99612_22582_9941.sc-10_9_40_164-inbound0$python@freebsd.org#python@freebsd.org#164594#99612#0#false#false#1#-1
X-Rspamd-Queue-Id: 4BCk9p2zDxz4HMs
X-Spamd-Bar: +++++
Authentication-Results: mx1.freebsd.org;
 dkim=pass header.d=service.startopshop.com header.s=mail header.b=DOzLxNfz;
 dmarc=pass (policy=none) header.from=service.startopshop.com;
 spf=pass (mx1.freebsd.org: domain of
 2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com designates
 107.150.104.125 as permitted sender)
 smtp.mailfrom=2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com
X-Spamd-Result: default: False [5.28 / 15.00];
 HAS_REPLYTO(0.00)[jhmasks@163.com]; MID_CONTAINS_TO(1.00)[];
 RWL_MAILSPIKE_GOOD(0.00)[107.150.104.125:from];
 MIME_MA_MISSING_TEXT(2.00)[]; REPLYTO_DN_EQ_FROM_DN(0.00)[];
 TO_DN_NONE(0.00)[]; URI_COUNT_ODD(1.00)[9];
 R_SPF_ALLOW(-0.20)[+ip4:107.150.96.0/20];
 DKIM_TRACE(0.00)[service.startopshop.com:+];
 DMARC_POLICY_ALLOW(-0.50)[service.startopshop.com,none];
 SUBJ_EXCESS_QP(1.20)[];
 FORGED_SENDER(0.30)[jhmasks@service.startopshop.com,2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com];
 RCVD_NO_TLS_LAST(0.10)[]; MIME_TRACE(0.00)[0:+,1:~];
 NEURAL_HAM_SHORT(-0.14)[-0.136];
 ASN(0.00)[asn:135377, ipnet:107.150.104.0/21, country:HK];
 FROM_NEQ_ENVFROM(0.00)[jhmasks@service.startopshop.com,2d2ca5e2-cd8c-11ea-b055-525400e00ae3@service.startopshop.com];
 ARC_NA(0.00)[];
 R_DKIM_ALLOW(-0.20)[service.startopshop.com:s=mail];
 FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[];
 MIME_GOOD(-0.10)[multipart/alternative];
 FREEMAIL_REPLYTO(0.00)[163.com];
 REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; HAS_LIST_UNSUB(-0.01)[];
 RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.11)[0.111];
 HTML_SHORT_LINK_IMG_3(0.50)[]; NEURAL_SPAM_LONG(0.02)[0.019];
 RCVD_IN_DNSWL_NONE(0.00)[107.150.104.125:from];
 MIME_HTML_ONLY(0.20)[]; RCVD_COUNT_TWO(0.00)[2];
 GREYLIST(0.00)[pass,body]
X-Spam: Yes
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.33
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Jul 2020 09:17:24 -0000


From owner-freebsd-python@freebsd.org  Fri Jul 24 10:23:20 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 DBEE3360DFF
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Fri, 24 Jul 2020 10:23:20 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:13])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BClf05Zswz4M0K
 for <freebsd-python@freebsd.org>; Fri, 24 Jul 2020 10:23:20 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id BF96D360DFE; Fri, 24 Jul 2020 10:23:20 +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 BF626360B3D
 for <python@mailman.nyi.freebsd.org>; Fri, 24 Jul 2020 10:23:20 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BClf04kTcz4M2d
 for <python@FreeBSD.org>; Fri, 24 Jul 2020 10:23:20 +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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 845259105
 for <python@FreeBSD.org>; Fri, 24 Jul 2020 10:23:20 +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 06OANKbd073700
 for <python@FreeBSD.org>; Fri, 24 Jul 2020 10:23:20 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
Received: (from www@localhost)
 by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 06OANKPM073699
 for python@FreeBSD.org; Fri, 24 Jul 2020 10:23:20 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
X-Authentication-Warning: kenobi.freebsd.org: www set sender to
 bugzilla-noreply@freebsd.org using -f
From: bugzilla-noreply@freebsd.org
To: python@FreeBSD.org
Subject: [Bug 245411] sysutils/py-salt: Update crypto dependency to
 security/py-pycryptodome
Date: Fri, 24 Jul 2020 10:23:17 +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: koobs@FreeBSD.org
X-Bugzilla-Status: Closed
X-Bugzilla-Resolution: FIXED
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: krion@FreeBSD.org
X-Bugzilla-Flags: maintainer-feedback+
X-Bugzilla-Changed-Fields: bug_status resolution assigned_to keywords
Message-ID: <bug-245411-21822-KqPCXneZy2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-245411-21822@https.bugs.freebsd.org/bugzilla/>
References: <bug-245411-21822@https.bugs.freebsd.org/bugzilla/>
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.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 24 Jul 2020 10:23:20 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D245411

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
         Resolution|---                         |FIXED
           Assignee|ports-bugs@FreeBSD.org      |krion@FreeBSD.org
           Keywords|needs-patch, needs-qa       |

--- Comment #3 from Kubilay Kocak <koobs@FreeBSD.org> ---
^Triage: Assign to committer that resolved (in ports r539568)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=

From owner-freebsd-python@freebsd.org  Sat Jul 25 05:15:21 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 552FC37E121
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Sat, 25 Jul 2020 05:15:21 +0000 (UTC)
 (envelope-from humor@accountbreed.pro)
Received: from accountbreed.pro (accountbreed.pro [170.130.212.65])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BDDm646WNz3Tkv
 for <freebsd-python@freebsd.org>; Sat, 25 Jul 2020 05:15:18 +0000 (UTC)
 (envelope-from humor@accountbreed.pro)
Date: Sat, 25 Jul 2020 00:10:57 -0500
From: "Digital Doorbell" <humor@accountbreed.pro>
To: <freebsd-python@freebsd.org>
Subject: Is the Video DoorBell worth it?
Message-ID: <J-ckK3aWTz2bqIuYcNryPk7B-NhIbXuCXG7LN1_HoWI.GdHtmkrZAgHLj0s_wko5niQdPlDkXgcdHxSbcMsiu3w@accountbreed.pro>
X-Rspamd-Queue-Id: 4BDDm646WNz3Tkv
X-Spamd-Bar: +++
Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none;
 spf=pass (mx1.freebsd.org: domain of humor@accountbreed.pro designates
 170.130.212.65 as permitted sender) smtp.mailfrom=humor@accountbreed.pro
X-Spamd-Result: default: False [3.25 / 15.00]; ARC_NA(0.00)[];
 NEURAL_SPAM_SHORT(0.15)[0.149]; FROM_HAS_DN(0.00)[];
 TO_MATCH_ENVRCPT_ALL(0.00)[]; HTML_SHORT_LINK_IMG_1(2.00)[];
 NEURAL_HAM_LONG(-0.34)[-0.343]; TO_DN_NONE(0.00)[];
 DMARC_NA(0.00)[accountbreed.pro];
 NEURAL_SPAM_MEDIUM(0.45)[0.448]; RCPT_COUNT_ONE(0.00)[1];
 R_SPF_ALLOW(-0.20)[+a]; MIME_HTML_ONLY(0.20)[];
 RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[];
 R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:~];
 ASN(0.00)[asn:62904, ipnet:170.130.212.0/22, country:US];
 SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
X-Content-Filtered-By: Mailman/MimeDel 2.1.33
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 25 Jul 2020 05:15:21 -0000


From owner-freebsd-python@freebsd.org  Sat Jul 25 07:42:00 2020
Return-Path: <owner-freebsd-python@freebsd.org>
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 BAE1D3A27CC
 for <freebsd-python@mailman.nyi.freebsd.org>;
 Sat, 25 Jul 2020 07:42:00 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3])
 by mx1.freebsd.org (Postfix) with ESMTP id 4BDJ1N4Y2Fz3cJN
 for <freebsd-python@freebsd.org>; Sat, 25 Jul 2020 07:42:00 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: by mailman.nyi.freebsd.org (Postfix)
 id 9BFBB3A22E8; Sat, 25 Jul 2020 07:42: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 9BB963A1FDC
 for <python@mailman.nyi.freebsd.org>; Sat, 25 Jul 2020 07:42:00 +0000 (UTC)
 (envelope-from portscout@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)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256
 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 4BDJ1N3fb2z3cW8
 for <python@freebsd.org>; Sat, 25 Jul 2020 07:42:00 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::50:21])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 613631824A
 for <python@freebsd.org>; Sat, 25 Jul 2020 07:42:00 +0000 (UTC)
 (envelope-from portscout@FreeBSD.org)
Received: from portscout.nyi.freebsd.org ([127.0.1.10])
 by portscout.nyi.freebsd.org (8.15.2/8.15.2) with ESMTP id 06P7g0Ow003173
 for <python@freebsd.org>; Sat, 25 Jul 2020 07:42:00 GMT
 (envelope-from portscout@FreeBSD.org)
Received: (from portscout@localhost)
 by portscout.nyi.freebsd.org (8.15.2/8.15.2/Submit) id 06P7g0gR003172;
 Sat, 25 Jul 2020 07:42:00 GMT (envelope-from portscout@FreeBSD.org)
Message-Id: <202007250742.06P7g0gR003172@portscout.nyi.freebsd.org>
X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to
 portscout@FreeBSD.org using -f
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain
MIME-Version: 1.0
Date: Sat, 25 Jul 2020 07:42:00 +0000
From: portscout@FreeBSD.org
To: python@freebsd.org
Subject: FreeBSD ports you maintain which are out of date
X-Mailer: portscout/0.8.1
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.33
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-python>, 
 <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-python>,
 <mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 25 Jul 2020 07:42:00 -0000

Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/python@freebsd.org.html


Port                                            | Current version | New version
------------------------------------------------+-----------------+------------
devel/py-remote-pdb                             | 2.0.0           | 2.1.0
------------------------------------------------+-----------------+------------


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:	portscout!