[Bug 245252] devel/py-twisted: Update to 20.3.0 (includes security updates)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245252 Antoine Brodin changed: What|Removed |Added Assignee|port...@freebsd.org |pyt...@freebsd.org F

[Bug 245776] lang/python27: Update to 2.7.18 (Fixes vulnerability)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245776 Antoine Brodin changed: What|Removed |Added Assignee|port...@freebsd.org |pyt...@freebsd.org F

[Bug 245500] www/npm: Remove unnecessary Python restriction (Allow Python 3.x)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245500 --- Comment #2 from commit-h...@freebsd.org --- A commit references this bug: Author: sunpoet Date: Sun Apr 26 11:59:37 UTC 2020 New revision: 533054 URL: https://svnweb.freebsd.org/changeset/ports/533054 Log: Relax USES=python - Bump

[Bug 245500] www/npm: Remove unnecessary Python restriction (Allow Python 3.x)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245500 Sunpoet Po-Chuan Hsieh changed: What|Removed |Added Resolution|--- |FIXED Status|

[Bug 245629] textproc/py-sphinx: Update to 3.0.2

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245629 Bug 245629 depends on bug 245750, which changed state. Bug 245750 Summary: textproc/py-sphinxcontrib-adadomain: Add patch to support newer versions of Sphinx https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245750 What|Remo

[Bug 245252] devel/py-twisted: Update to 20.3.0 (includes security updates)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245252 Danilo G. Baio changed: What|Removed |Added Assignee|pyt...@freebsd.org |db...@freebsd.org Sta

[Bug 245252] devel/py-twisted: Update to 20.3.0 (includes security updates)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245252 --- Comment #9 from commit-h...@freebsd.org --- A commit references this bug: Author: dbaio Date: Sun Apr 26 14:16:59 UTC 2020 New revision: 533065 URL: https://svnweb.freebsd.org/changeset/ports/533065 Log: devel/py-twisted: Update to 2

[Bug 245309] [META] Deprecate/Expire Django 1.11 and switch to Django 2.2

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245309 Bug 245309 depends on bug 245902, which changed state. Bug 245902 Summary: www/py-django-registration: Update to 3.1 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245902 What|Removed |Added ---

Using pkg in documentation

2020-04-26 Thread Muhammad Moinur Rahman
What is the way of mentioning about installing a py-package in documentation? Let’s say now the default version of python is 3.7 so in most of the cases we can write in our documentation that do the following: # pkg install py37-babel But when the default version of python is changed this is no

Missing dependency for py-certbot

2020-04-26 Thread Keith
I recently did an update of my ports tree and I honestly can't remember which versions I had installed previously that were working fine, but after installing the latest version of py-certbot and py-certbot-dns-digitalocean, I started running into this error $ sudo certbot renew An unexpected erro

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

2020-04-26 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 ob

Quarantine server has prevented delivery of 14 messages to freebsd-python@freebsd.org

2020-04-26 Thread freebsd.org
www.freebsd.org

Re: Missing dependency for py-certbot

2020-04-26 Thread Danilo G. Baio
On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: > I recently did an update of my ports tree and I honestly can't remember > which versions I had installed previously that were working fine, but after > installing the latest version of py-certbot and > py-certbot-dns-digitalocean, I started r

[Bug 241565] [NEW PORT] textproc/py-iso3166: Standalone ISO 3166-1 country definitions

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241565 tak...@airport.fm changed: What|Removed |Added Attachment #213353|0 |1 is obsolete|

[Bug 241565] [NEW PORT] textproc/py-iso3166: Standalone ISO 3166-1 country definitions

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241565 --- Comment #8 from VVD --- (In reply to takefu from comment #7) -USE_PYTHON=distutils concurrent autoplist +USE_PYTHON=autoplist concurrent distutils -- You are receiving this mail because: You are on the CC list for the bug. ___

Re: Using pkg in documentation

2020-04-26 Thread Samy Mahmoudi
Hi, What about using the meta-port lang/python ? You could write something like the following lines in your documentation: PY=`pkg rquery -r FreeBSD "%dn" lang/python | head -n 1 | sed "s/python//"` pkg install py${PY}-babel "-r FreeBSD" can indeed be ommited in a default configuration where the

Re: Using pkg in documentation

2020-04-26 Thread Samy Mahmoudi
> PY=`pkg rquery -r FreeBSD "%dn" lang/python | head -n 1 | sed "s/python//"` You can even replace head with a sed command if you need to save some characters on the line: PY=`pkg rquery -r FreeBSD "%dn" lang/python | sed "s/python//;1q"` > ___ freebsd

[Bug 241565] [NEW PORT] textproc/py-iso3166: Standalone ISO 3166-1 country definitions

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241565 Kubilay Kocak changed: What|Removed |Added Attachment #213832|application/x-sh|text/plain mime type|

[Bug 241565] [NEW PORT] textproc/py-iso3166: Standalone ISO 3166-1 country definitions

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241565 Kubilay Kocak changed: What|Removed |Added Keywords||needs-patch --- Comment #9 from Ku

[Bug 241565] [NEW PORT] textproc/py-iso3166: Standalone ISO 3166-1 country definitions

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241565 tak...@airport.fm changed: What|Removed |Added Attachment #213832|0 |1 is obsolete|

Re: Missing dependency for py-certbot

2020-04-26 Thread Kubilay Kocak
On 27/04/2020 9:10 am, Danilo G. Baio wrote: On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: I recently did an update of my ports tree and I honestly can't remember which versions I had installed previously that were working fine, but after installing the latest version of py-certbot and

Re: Missing dependency for py-certbot

2020-04-26 Thread Keith
On Sun, Apr 26, 2020 at 7:10 PM Danilo G. Baio wrote: > On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: > > I recently did an update of my ports tree and I honestly can't remember > > which versions I had installed previously that were working fine, but > after > > installing the latest ve

Re: Missing dependency for py-certbot

2020-04-26 Thread Danilo G. Baio
On Mon, Apr 27, 2020 at 11:34:15AM +1000, Kubilay Kocak wrote: > On 27/04/2020 9:10 am, Danilo G. Baio wrote: > > On Sun, Apr 26, 2020 at 04:17:33PM -0400, Keith wrote: > > > I recently did an update of my ports tree and I honestly can't remember > > > which versions I had installed previously that

maintainer-feedback requested: [Bug 245954] security/py-certbot: Do not stop web service when renewing certificate

2020-04-26 Thread bugzilla-noreply
Kubilay Kocak has asked freebsd-python mailing list for maintainer-feedback: Bug 245954: security/py-certbot: Do not stop web service when renewing certificate https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245954 ___ freebsd-python@freebsd.org maili

[Bug 245954] security/py-certbot: Do not stop web service when renewing certificate (rc)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245954 Kubilay Kocak changed: What|Removed |Added Summary|security/py-certbot: Do not |security/py-certbot: Do not

[Bug 245954] security/py-certbot: Do not stop web service when renewing certificate

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245954 Kubilay Kocak changed: What|Removed |Added Summary|security/certbot: Do not|security/py-certbot: Do not

Re: Using pkg in documentation

2020-04-26 Thread Miroslav Lachman
On 2020-04-26 21:37, Muhammad Moinur Rahman wrote: What is the way of mentioning about installing a py-package in documentation? Let’s say now the default version of python is 3.7 so in most of the cases we can write in our documentation that do the following: # pkg install py37-babel You can

FreeBSD ports you maintain which are out of date

2020-04-26 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

[Bug 245776] lang/python27: Update to 2.7.18 (Fixes vulnerability)

2020-04-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245776 tak...@airport.fm changed: What|Removed |Added CC||tak...@airport.fm --- Comment #