Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace unmaintained pyqrcode dependency with qrcode #1573

Merged
merged 1 commit into from
May 20, 2022

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented May 20, 2022

pyqrcode has not seem any activity since 2015. Replace it with qrcode
library that is still maintained. The results are roughly the same;
it seems that there is a tiny difference in SVG scale, and the terminal
version is half the size as qrcode is using more box drawing characters.

pyqrcode has not seem any activity since 2015.  Replace it with qrcode
library that is still maintained.  The results are roughly the same;
it seems that there is a tiny difference in SVG scale, and the terminal
version is half the size as qrcode is using more box drawing characters.
@mgorny mgorny mentioned this pull request May 20, 2022
@oberstet oberstet merged commit 0090f30 into crossbario:master May 20, 2022
@oberstet
Copy link
Contributor

awesome, thanks a lot! looks very good, though sadly we lack test coverage - I will test it with crossbar (where this stuff is used), but would expect it to just work.

@mgorny
Copy link
Contributor Author

mgorny commented May 20, 2022

Thanks. I've tested them by calling the two functions directly, and comparing the results visually. Feel free to ping me if you run into any problems.

@oberstet
Copy link
Contributor

oberstet commented Jun 2, 2022

archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Jun 17, 2022
* Backport crossbario/autobahn-python#1580, so
  that tests pass without XBR dependencies
* Add missing dependency - reminded by
  crossbario/autobahn-python#1573


git-svn-id: file:///srv/repos/svn-community/svn@1238293 9fca08f4-af9d-4005-b8df-a31f2cc04f65
archlinux-github pushed a commit to archlinux/svntogit-community that referenced this pull request Jun 17, 2022
* Backport crossbario/autobahn-python#1580, so
  that tests pass without XBR dependencies
* Add missing dependency - reminded by
  crossbario/autobahn-python#1573

git-svn-id: file:///srv/repos/svn-community/svn@1238293 9fca08f4-af9d-4005-b8df-a31f2cc04f65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants