FreeBSD ports you maintain which are out of date

2020-09-20 Thread portscout
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/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/nuitka| 0.6.8.4 | 0.6.9.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!
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

Kubilay Kocak  changed:

   What|Removed |Added

 Resolution|FIXED   |---
URL||https://docs.python.org/3.5
   ||/whatsnew/changelog.html#py
   ||thon-3-5-10
  Flags|maintainer-feedback?(python |maintainer-feedback+,
   |@FreeBSD.org)   |merge-quarterly+
   Priority|--- |Normal
   Severity|Affects Only Me |Affects Many People
 CC||pyt...@freebsd.org
 Status|Closed  |In Progress
   Keywords||security

--- Comment #4 from Kubilay Kocak  ---
@Li-Wen Can you add a VuXML entry for this release please

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

Li-Wen Hsu  changed:

   What|Removed |Added

   Assignee|lw...@freebsd.org   |ko...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

--- Comment #5 from Li-Wen Hsu  ---
(In reply to Kubilay Kocak from comment #4)
I'm quite busy right now, please help me. Much thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249255] devel/tortoisehg: Python autoplist generates invalid items

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249255

Kubilay Kocak  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(python |maintainer-feedback+
   |@FreeBSD.org)   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 249255] devel/tortoisehg: Python autoplist generates invalid items

2020-09-20 Thread bugzilla-noreply
Kubilay Kocak  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 249255: devel/tortoisehg: Python autoplist generates invalid items
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249255



--- Comment #1 from Kubilay Kocak  ---
autoplist uses setuptools --record output to produce the pkg-plist. This can be
verified by looking at the various plist files in the $WRKDIR post-install

All else being equal, it's very likely these files aren't packaged correctly
upstream, in the sense that they aren't in the --record output, due to being
'specially handled' in some way.

The usual method this takes place is custom build* or install* methods in
setup.py, that override or replace the defaults in setuptools, which fail to
add the files being processed to setuptools output files list that's used in
--record output.

Workaround: pkg-plist entries can be used in combination (complementary to)
autoplist, so put those "missing" pkg-plist entries there, if they arent
already, until the root cause is identified and resolved.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249255] devel/tortoisehg: Python autoplist generates invalid items

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249255

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||needs-qa
   Severity|Affects Only Me |Affects Many People
  Flags||maintainer-feedback?(python
   ||@FreeBSD.org)
 Status|New |Open
   Assignee|pyt...@freebsd.org  |arr...@freebsd.org
 CC||pyt...@freebsd.org
Summary|Python autoplist generates  |devel/tortoisehg: Python
   |invalid items   |autoplist generates invalid
   ||items

--- Comment #1 from Kubilay Kocak  ---
autoplist uses setuptools --record output to produce the pkg-plist. This can be
verified by looking at the various plist files in the $WRKDIR post-install

All else being equal, it's very likely these files aren't packaged correctly
upstream, in the sense that they aren't in the --record output, due to being
'specially handled' in some way.

The usual method this takes place is custom build* or install* methods in
setup.py, that override or replace the defaults in setuptools, which fail to
add the files being processed to setuptools output files list that's used in
--record output.

Workaround: pkg-plist entries can be used in combination (complementary to)
autoplist, so put those "missing" pkg-plist entries there, if they arent
already, until the root cause is identified and resolved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249255] devel/tortoisehg: Python autoplist generates invalid items

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249255

--- Comment #2 from Kubilay Kocak  ---
Here's one example where VERSION (file) wasn't in --record output due to
upstreams use of a custom install_data method, subclassing the default
(setuptools) "install_data" method:

https://github.com/buildbot/buildbot/pull/8/commits/86a599b102bbcf67f4daf0438ba1b5feef7a29a7

See also: https://github.com/search?q=%22outfiles%22+setup.py&type=code
(probably  handy)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

Kubilay Kocak  changed:

   What|Removed |Added

 CC||ports-sect...@freebsd.org
   Assignee|ko...@freebsd.org   |lw...@freebsd.org
  Flags|maintainer-feedback+|maintainer-feedback?(ports-
   ||sect...@freebsd.org)

--- Comment #6 from Kubilay Kocak  ---
(In reply to Li-Wen Hsu from comment #5)

Apologies Li-Wen I cannot.

@Ports-secteam?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

Li-Wen Hsu  changed:

   What|Removed |Added

   Assignee|lw...@freebsd.org   |pyt...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249337] [meta] Ports broken by Python 2.7 End-of-Life and removal

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249337

Kubilay Kocak  changed:

   What|Removed |Added

Summary|[meta] ports broken by  |[meta] Ports broken by
   |removal of lang/python27|Python 2.7 End-of-Life and
   ||removal
   Priority|--- |Normal
 CC||ko...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

--- Comment #7 from commit-h...@freebsd.org ---
A commit references this bug:

Author: fluffy
Date: Sun Sep 20 11:36:51 UTC 2020
New revision: 549092
URL: https://svnweb.freebsd.org/changeset/ports/549092

Log:
  - Document python35 multiple vulnerabilities

  PR:   249187

Changes:
  head/security/vuxml/vuln.xml

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 248712] security/py-stem: Replace security/py-pycrypto with security/py-cryptography

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248712

Kubilay Kocak  changed:

   What|Removed |Added

 Attachment #217292|maintainer-approval?(cs@Fre |maintainer-approval+
  Flags|eBSD.org)   |

--- Comment #2 from Kubilay Kocak  ---
Comment on attachment 217292
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=217292
security/py-stem: Replace pycrypto with cryptography

Approved by: portmgr (maintainer timeout: > 2 weeks)

Pending QA)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

Dima Panov  changed:

   What|Removed |Added

 CC||flu...@freebsd.org

--- Comment #8 from Dima Panov  ---
(In reply to Kubilay Kocak from comment #6)
Added vuxml entry at r549092

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 248712] security/py-stem: Replace security/py-pycrypto with security/py-cryptography

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248712

--- Comment #3 from Kubilay Kocak  ---
@John Can you provide some additional text for the commit log message which
explains the 'why' of the dependency change. Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249255] devel/tortoisehg: Python autoplist generates invalid items

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249255

--- Comment #3 from Gleb Popov  ---
Ok, if this isn't our bug, let's close this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

Dima Panov  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(ports- |maintainer-feedback+
   |sect...@freebsd.org)|

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249187] lang/python35: Update to 3.5.10

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249187

Kubilay Kocak  changed:

   What|Removed |Added

   Assignee|pyt...@freebsd.org  |ports-b...@freebsd.org

--- Comment #9 from Kubilay Kocak  ---
(In reply to Dima Panov from comment #8)

Much appreciated fluffy

^Triage: Assign to committer that (originally) resolved.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249255] devel/tortoisehg: Python autoplist generates invalid items

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249255

--- Comment #4 from Kubilay Kocak  ---
It can be worked around either with adding those missing entries to pkg-plist,
or fixing the setup.py (until upstream resolves)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 248712] security/py-stem: Replace security/py-pycrypto with security/py-cryptography

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248712

--- Comment #4 from John W. O'Brien  ---
(In reply to Kubilay Kocak from comment #3)

pycrypto appears to be abandonware. The project has not released a new version
since October 2013, and there have been no new commits to the official github
repo [0] since June 2014. As noted in the issue description, the Stem project
has deprecated pycrypto as an optional dependency and integrated with
cryptography as its preferred replacement.

[0] https://github.com/pycrypto/pycrypto

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249337] [meta] Ports broken by Python 2.7 End-of-Life and removal

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249337
Bug 249337 depends on bug 249302, which changed state.

Bug 249302 Summary: sysutils/polkit: Update to 0.118
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249302

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


Problem reports for pyt...@freebsd.org that need special attention

2020-09-20 Thread bugzilla-noreply
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|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  

8 problems total for which you should take action.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 249490] security/py-acme security/py-certbot* : Update to 1.8.0

2020-09-20 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 249490: security/py-acme security/py-certbot* : Update to 1.8.0
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249490



--- Description ---
Update to 1.8.0.

ChangeLog:
https://raw.githubusercontent.com/certbot/certbot/v1.8.0/certbot/CHANGELOG.md
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249490] security/py-acme security/py-certbot* : Update to 1.8.0

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249490

Bug ID: 249490
   Summary: security/py-acme security/py-certbot* : Update to
1.8.0
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
   URL: https://raw.githubusercontent.com/certbot/certbot/v1.8
.0/certbot/CHANGELOG.md
OS: Any
Status: New
  Severity: Affects Some People
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: y...@utahime.org
  Assignee: pyt...@freebsd.org
 Flags: maintainer-feedback?(pyt...@freebsd.org)

Created attachment 218119
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=218119&action=edit
Patch file

Update to 1.8.0.

ChangeLog:
https://raw.githubusercontent.com/certbot/certbot/v1.8.0/certbot/CHANGELOG.md

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 249490] security/py-acme security/py-certbot* : Update to 1.8.0

2020-09-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249490

Kubilay Kocak  changed:

   What|Removed |Added

   Severity|Affects Some People |Affects Only Me
URL|https://raw.githubuserconte |https://github.com/certbot/
   |nt.com/certbot/certbot/v1.8 |certbot/blob/v1.8.0/certbot
   |.0/certbot/CHANGELOG.md |/CHANGELOG.md
  Flags||merge-quarterly?
 Status|New |Open
   Keywords||needs-qa

--- Comment #1 from Kubilay Kocak  ---
^Triage: Bugfix release, MFH

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"