GNU bug report logs -
#57716
[PATCH] gnu: python-qrcode: Update to 7.3.1.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sat, 10 Sep 2022 12:30:02 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 11 Sep 2022 16:00:37 +0200
with message-id <87leqq1056.fsf <at> gnu.org>
and subject line Re: bug#57716: [PATCH] gnu: python-qrcode: Update to 7.3.1.
has caused the debbugs.gnu.org bug report #57716,
regarding [PATCH] gnu: python-qrcode: Update to 7.3.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57716: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57716
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1.
[propagated-inputs]: Remove python-six.
---
gnu/packages/python-xyz.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 86fed87f26..a02a7c2122 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18825,21 +18825,20 @@ from the header, as well as section details and data available.")
(define-public python-qrcode
(package
(name "python-qrcode")
- (version "6.1")
+ (version "7.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "qrcode" version))
(sha256
- (base32 "0sa3n298b9jpz6zn0birnjii3mg9sihjq28n9nzjlzv09y2m6ljh"))))
+ (base32 "0y35jlwfvkgn9341lzshyaqgpp61vysjh107vhdd96ya83r6ynip"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require packaging 'pymaging'.
'(#:tests? #f))
(propagated-inputs
(list python-lxml ; for SVG output
- python-pillow ; for PNG output
- python-six))
+ python-pillow)) ; for PNG output
(home-page "https://github.com/lincolnloop/python-qrcode")
(synopsis "QR Code image generator")
(description "This package provides a pure Python QR Code generator
--
2.30.2
[Message part 3 (message/rfc822, inline)]
> * gnu/packages/python-xyz.scm (python-qrcode): Update to 7.3.1.
> [propagated-inputs]: Remove python-six.
Applied, thanks!
Mathieu
This bug report was last modified 2 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.