[PATCH] gnu: python-binwalk: Update to 2.2.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Jakub Kądziołka
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 5 years ago
(address . guix-patches@gnu.org)
CAEwRq=q_XThtRZSEX9YVE+95Df-rGOuKazA-fOfycmsuOKOnPg@mail.gmail.com
Tested by running it on a sample of /lib/firmware/* from another linux
distribution, it found a bunch of binary thingies in there...

--
Vincent Legoll
From c1351b12f915e0820357f0526fe55f950b6ed32e Mon Sep 17 00:00:00 2001
From: Vincent Legoll <vincent.legoll@gmail.com>
Date: Sat, 29 Feb 2020 01:11:48 +0100
Subject: [PATCH] gnu: python-xyz: Update to 2.2.0.

* gnu/packages/python-xyz.scm (python-binwalk): Update to 2.2.0.
---
gnu/packages/python-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4ea09b756e..6600d6336e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11191,11 +11191,11 @@ binary or text.")
,@(package-propagated-inputs base))))))
(define-public python-binwalk
- (let ((commit "64201acfb5b0a9cdd9faa58c40a36dcff8612e29")
+ (let ((commit "be738a52e09b0da2a6e21470e0dbcd5beb42ed1b")
(revision "0"))
(package
(name "python-binwalk")
- (version (git-version "2.1.1" revision commit))
+ (version (git-version "2.2.0" revision commit))
(source
(origin
(method git-fetch)
@@ -11205,7 +11205,7 @@ binary or text.")
(file-name (git-file-name name version))
(sha256
(base32
- "1z7ca6rfp887hw5jc3sb45mm4fa0xid4lsp2z8g4r590dr7k7w15"))))
+ "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc"))))
(build-system python-build-system)
(arguments
`(#:phases
--
2.25.1
Jakub Kądziołka wrote 5 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 39830-done@debbugs.gnu.org)
20200301131232.clmpfoomu6vbp24e@gravity
On Sat, Feb 29, 2020 at 01:22:49AM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> Tested by running it on a sample of /lib/firmware/* from another linux
> distribution, it found a bunch of binary thingies in there...
Thanks! The commit we were using before was just one behind the release
tag, so it's not really an update. Also, it's not necessary to use a
commit hash when there is a tagged release. See commit
9b9ab657cc9df579cdb2ff9282a7117a86212d31, which I based upon your patch.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl5btL8ACgkQ4xWnWEYT
FWQaVw//cXhZlG8vb9z6qnkYiUm4h02GE6LAIHi7mhgc9shx5dR/N6qXKU0PH21r
j2E5JDuiZnidEbmM51qAlD5elm11ZwL/zqC8LQEOLPrHSkiPZkOz6qVQg34GrYeX
z/rJ5wzIyYR3tWbdPUIjt+m7JseBnCAEZ2SuKObmpW0N/UZK2nXiI3MOK7UcmXK/
k8NpOIsvscToVTKMTl35eOytDWVFuBA+x06j7lDU8kRAx5c3yPfVfHxKB9PsKMj1
5uiQBSw3I5cYIwPkmk+FLFE+wkh7x4tdr/Z3xqpO2Axt7LTTlzPptHBtXoJv2S80
57325JhzeksQO6swDMlxdIrJ2DUhKJtf7qqDC6KfQ/PsRzVoCaPg4YL1tfqNLTx6
YcSbtYevmyc3RWi3YbGkLArJFD0s6TAcbxpSu56NFJO2J36WDNL0DzQacwyHjPsb
N3XsbYHkQxVvLYMD+q7fObxRcGfOOBt151qXbpftn4P3VNPE59tIa+S73SjsLXOh
Fj1uR4bBr3r+cMg3jJU2JbE86ZsL2rLcFL3Bq69uoD3QjEw/O1uNGJTUwKMWJSIE
4rpk57k8YGSCArZ3xG9AAkKFZdmYbgjejYbGGotqt0j/pYQWN0TTn4HX46ueJEBN
zJ4hLWtDTHeOV45B9rzOv4PC02hWx5O4E5BcHCjwtEkgR9u6oPM=
=G6cr
-----END PGP SIGNATURE-----


Closed
Vincent Legoll wrote 5 years ago
(name . Jakub Kądziołka)(address . kuba@kadziolka.net)(address . 39830-done@debbugs.gnu.org)
CAEwRq=o=F4K1G2Zv7ZU6DLu7FiNSTD8yGzSkwO37LY5iSci-6Q@mail.gmail.com
Hello

On Sun, Mar 1, 2020 at 2:11 PM Jakub Kądziołka <kuba@kadziolka.net> wrote:
Toggle quote (3 lines)
> See commit
> 9b9ab657cc9df579cdb2ff9282a7117a86212d31, which I based upon your patch.

Thanks for handling it

--
Vincent Legoll
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 39830@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 39830
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help