FreeBSD ports you maintain which are out of date

2019-01-03 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
+-+
security/py-acme| 0.29.1  | 0.30.0
+-+
security/py-certbot | 0.29.1  | 0.30.0
+-+
security/py-certbot-apache  | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-cloudflare  | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-cloudxns| 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-digitalocean| 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-dnsimple| 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-dnsmadeeasy | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-gehirn  | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-google  | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-linode  | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-luadns  | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-nsone   | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-ovh | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-rfc2136 | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-route53 | 0.29.1  | 0.30.0
+-+
security/py-certbot-dns-sakuracloud | 0.29.1  | 0.30.0
+-+
security/py-certbot-nginx   | 0.29.1  | 0.30.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

Thanks.
___
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 234491] devel/py-fs: Update to 2.1.2

2019-01-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234491

Steve Wills  changed:

   What|Removed |Added

   Assignee|ports-b...@freebsd.org  |swi...@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 234491] devel/py-fs: Update to 2.1.2

2019-01-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234491

--- Comment #1 from Douglas Thrift  ---
I am not sure if 2.1.2 is API compatible with the API provided by 0.5.4, it may
be better to just make a py-fs2 port. However, the only port that has any
dependency on py-fs at the moment is security/py-keyrings.alt, so if the option
for py-fs in that works okay with the newer version of py-fs, just upgrading
the port would be fine. I may have time to look into that this coming weekend
if you do not get to it sooner.

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 234491] devel/py-fs: Update to 2.1.2

2019-01-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234491

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

Author: koobs
Date: Fri Jan  4 05:46:45 UTC 2019
New revision: 489245
URL: https://svnweb.freebsd.org/changeset/ports/489245

Log:
  security/py-keyrings.alt: Add test support to assist committer QA

  Add TEST_DEPENDS and (do-)test target to help QA of an upcoming devel/py-fs
  update [1].

  The tests currently pass: 128 passed, 61 skipped in 21.56 seconds

  While I'm here:

   - Pet portlint (extra item placed in the USES/USE_x section)

  PR:   234491
  Approved by:  portmgr (framework/infrastructure support/compliance)
  MFH:  2019Q1

Changes:
  head/security/py-keyrings.alt/Makefile
  head/security/py-keyrings.alt/files/
  head/security/py-keyrings.alt/files/patch-tests_test__crypto.py
  head/security/py-keyrings.alt/files/patch-tests_test__file.py

-- 
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 234491] devel/py-fs: Update to 2.1.2

2019-01-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234491

--- Comment #3 from Kubilay Kocak  ---
(In reply to Douglas Thrift from comment #1)

The test target I added in ports r489245 should make it easier to identify API
incompatibilities for this update, hope it helps.

I note also that the package has the 'fs' dependency pinned to <2, for the
optional test dependencies:

setup.py:extras_require={
  'testing': [
...
'fs>=0.5,<2',
...
}

This is likely just a safety mechanism, and not guaranteed to be indicative
that fs will break API at a major version bump.

-- 
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"