GNU bug report logs -
#64629
[PATCH] gnu: python-pyusb: Update to 1.2.1.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Fri, 14 Jul 2023 19:47:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64629 in the body.
You can then email your comments to 64629 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64629
; Package
guix-patches
.
(Fri, 14 Jul 2023 19:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Simon South <simon <at> simonsouth.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 14 Jul 2023 19:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/libusb.scm (python-pyusb): Update to 1.2.1.
[native-inputs]: Add python-setuptools-scm.
---
Tested on AArch64 and x86-64 and all appears well. All dependencies build
without issue since commit 917a299831.
gnu/packages/libusb.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index d0837c8a91..13090d30ab 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -274,14 +274,14 @@ (define-public python-libusb1
(define-public python-pyusb
(package
(name "python-pyusb")
- (version "1.0.2")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pyusb" version))
(sha256
(base32
- "0qkk2jn270jwwl1x26hmdhb14m9kkbrzzwzizdjcl1a29b6756sf"))))
+ "1fg7knfzybzija2b01pzrzhzsj989scl12sb2ra4f503l8279k54"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; no tests
@@ -302,6 +302,9 @@ (define-public python-pyusb
"^libusb-.*\\.so\\..*"))
"\"")))
#t)))))
+
+ (native-inputs
+ (list python-setuptools-scm))
(inputs
(list libusb))
(home-page "https://pyusb.github.io/pyusb/")
base-commit: 917a299831361f253ea664f009176b4bbe06900a
--
2.40.1
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Thu, 20 Jul 2023 11:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Simon South <simon <at> simonsouth.net>
:
bug acknowledged by developer.
(Thu, 20 Jul 2023 11:23:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64629-done <at> debbugs.gnu.org (full text, mbox):
Simon South <simon <at> simonsouth.net> writes:
> * gnu/packages/libusb.scm (python-pyusb): Update to 1.2.1.
> [native-inputs]: Add python-setuptools-scm.
> ---
> Tested on AArch64 and x86-64 and all appears well. All dependencies build
> without issue since commit 917a299831.
QA status is unknown (seems unreleated to me), but I got dependent
packages (stcgal python-capablerobot-usbhub rfcat yubikey-oath-dmenu)
built too. So I applied it now, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 17 Aug 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 310 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.