https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234491
--- Comment #3 from Kubilay Kocak <ko...@freebsd.org> --- (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"