Page MenuHomeFreeBSD

textproc/py-qrcode: Update to 6.0
ClosedPublic

Authored by leres on Jun 20 2018, 5:53 PM.
Tags
None
Referenced Files
F160224625: D15930.id44168.diff
Mon, Jun 22, 8:39 AM
F160164299: D15930.id44189.diff
Sun, Jun 21, 8:38 PM
Unknown Object (File)
Sun, Jun 21, 1:59 PM
Unknown Object (File)
Sun, Jun 21, 12:15 PM
Unknown Object (File)
Sat, Jun 20, 9:20 PM
Unknown Object (File)
Sat, Jun 20, 6:06 PM
Unknown Object (File)
Thu, Jun 18, 10:06 AM
Unknown Object (File)
Tue, Jun 16, 9:29 AM
Subscribers

Details

Summary

Proposed commit message:

Update to 6.0:

 - Fix optimize length being ignored in QRCode.add_data.

 - Better calculation of the best mask pattern and related
   optimizations.

Reviewed by: ? (mentor)
Approved by: ? (mentor)
Differential Revision: ?

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 17501
Build 17328: arc lint + arc unit

Event Timeline

textproc/py-qrcode/Makefile
16–17

Why change PY_FLAVOR to FLAVOR?

matthew requested changes to this revision.Jun 20 2018, 8:52 PM

What mat said. Always use PY_FLAVOR for python dependencies.

Although mat did just update the original py-qrcode port amongst many others in r472884
to enforce the rule about always using PY_FLAVOR only about 50 minutes before you posted this review.
I guess you hadn't noticed that update while working on this port?

Anyhow, given the addition of the PY_FLAVOR fix, this looks fine.

This revision now requires changes to proceed.Jun 20 2018, 8:52 PM

Update diff to not step on r472884 PY_FLAVOR change.

I tested my change in a ports tree that had not been updated in a few hours then copied to the ports tree I use for committer work; I lost the race with r472884. I'll try to be more careful moving forward.

This revision is now accepted and ready to land.Jun 20 2018, 9:51 PM
This revision was automatically updated to reflect the committed changes.