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

python3-qrcode: update to 7.3.1. #35571

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/python3-qrcode/template
@@ -1,6 +1,6 @@
# Template file for 'python3-qrcode'
pkgname=python3-qrcode
version=6.1
version=7.3.1
revision=5
wrksrc="qrcode-${version}"
build_style=python3-module
Expand All @@ -12,7 +12,7 @@ maintainer="Charles E. Lehner <cel@celehner.com>"
license="BSD-3-Clause"
homepage="https://github.com/lincolnloop/python-qrcode"
distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
checksum=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
checksum=375a6ff240ca9bd41adc070428b5dfc1dcfbb0f2507f1ac848f6cded38956578

do_check() {
python3 setup.py test
Expand Down