[PATCH 2/2] gnu: b4: Update to 0.12.2.

  • Done
  • quality assurance status badge
Details
3 participants
  • Arun Isaac
  • Josselin Poiret
  • Ludovic Courtès
Owner
unassigned
Submitted by
Josselin Poiret
Severity
normal
Merged with
J
J
Josselin Poiret wrote on 3 Jun 2023 16:02
(address . guix-patches@gnu.org)(name . Josselin Poiret)(address . dev@jpoiret.xyz)
33cb3724e8e0e0a7f53a7a1925ac9532c334e926.1685800921.git.dev@jpoiret.xyz
From: Josselin Poiret <dev@jpoiret.xyz>

* gnu/packages/version-control.scm (b4): Update to 0.12.2.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 083d4edf84..1229ae1f77 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2612,13 +2612,13 @@ (define-public patatt
(define-public b4
(package
(name "b4")
- (version "0.8.0")
+ (version "0.12.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "b4" version))
(sha256
- (base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx"))))
+ (base32 "0vmyma13dnpv3vbzamrmzc2ph71bg44hk7rqbc2ji2ppigbszx5n"))))
(build-system python-build-system)
(arguments
(list #:tests? #f ;no tests
@@ -2631,7 +2631,7 @@ (define-public b4
(inputs
(list python-dkimpy python-dnspython python-requests))
(propagated-inputs
- (list patatt))
+ (list git-filter-repo patatt))
(home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
(synopsis "Tool for working with patches in public-inbox archives")
(description
--
2.40.1
J
J
Josselin Poiret wrote on 3 Jun 2023 16:06
mumi send-email doesn't support complex refs (was: [PATCH 2/2] gnu: b4: Update to 0.12.2.)
87v8g4ej2x.fsf@jpoiret.xyz
merge 63873 63874
thankyou

Well, sent with `mumi send-email origin/master`, didn't go too well (I
guess mumi thought this would only be one mail?).

Josselin Poiret <dev@jpoiret.xyz> writes:

Toggle quote (40 lines)
> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * gnu/packages/version-control.scm (b4): Update to 0.12.2.
> ---
> gnu/packages/version-control.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index 083d4edf84..1229ae1f77 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -2612,13 +2612,13 @@ (define-public patatt
> (define-public b4
> (package
> (name "b4")
> - (version "0.8.0")
> + (version "0.12.2")
> (source
> (origin
> (method url-fetch)
> (uri (pypi-uri "b4" version))
> (sha256
> - (base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx"))))
> + (base32 "0vmyma13dnpv3vbzamrmzc2ph71bg44hk7rqbc2ji2ppigbszx5n"))))
> (build-system python-build-system)
> (arguments
> (list #:tests? #f ;no tests
> @@ -2631,7 +2631,7 @@ (define-public b4
> (inputs
> (list python-dkimpy python-dnspython python-requests))
> (propagated-inputs
> - (list patatt))
> + (list git-filter-repo patatt))
> (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git")
> (synopsis "Tool for working with patches in public-inbox archives")
> (description
> --
> 2.40.1
>

--
Josselin Poiret
-----BEGIN PGP SIGNATURE-----

iQHEBAEBCgAuFiEEOSSM2EHGPMM23K8vUF5AuRYXGooFAmR7SOYQHGRldkBqcG9p
cmV0Lnh5egAKCRBQXkC5FhcaiiJAC/9LPcGSe0t1W5zbdgUXEu/OKiunNyhOlDLY
RIBSMcjataSwgF+itqpTHkiLwCsgdRUAVUSdqhtUtrcIggnSOtEMjDQEjnSdfcbT
QsBdH76sZuUyPLZ6AitPOpTAo9BaTJfWEQt8H8h7eV254+nC3ZSNR4TjHrCim9M0
lpY3Xf25svKuzZnsi/Nbtz1saG8PbykF62w6dFvBXn6iACRSSc4+D9x9qBN80SVd
wILN7QCYAlIg9BWhBI1j24GaJi0AmKNvSS35h33eE9aNs4mxHM6mL1T0gW2StL39
TBiXjp0HuOGbPpshreROzZU+aDSIWe71Mlf6PC9XNFxpAtbO4zx116eNDyMxcdr3
o1VnrqKEzRpAyOHr/wTEndy7R6G7RrlRFpEbbymafvHcvVD1rOh0Lh5E9DoZMQdU
Qj4gUPxKQvumoFA6OZ7P9HCw+1VArKe2+VJ6MfLc4amcKsN6oPO559ahNwr1nZ1d
NNgx231fRlPAWSNQB6A0Zm4G4ucjG5k=
=QpqP
-----END PGP SIGNATURE-----

A
A
Arun Isaac wrote on 6 Jun 2023 00:59
(name . Ricardo Wurmus)(address . rekado@elephly.net)
87a5xda51t.fsf@systemreboot.net
Toggle quote (3 lines)
> Well, sent with `mumi send-email origin/master`, didn't go too well (I
> guess mumi thought this would only be one mail?).

Indeed, `mumi send-email' doesn't know anything about refs. I'll hack on
this in the coming week.
L
L
Ludovic Courtès wrote on 1 Jul 2023 16:38
Re: bug#63874: [PATCH 1/2] gnu: git-filter-repo: Update to 2.38.0 and generate documentation.
(name . Josselin Poiret)(address . dev@jpoiret.xyz)
878rbzzofw.fsf_-_@gnu.org
Josselin Poiret <dev@jpoiret.xyz> skribis:

Toggle quote (4 lines)
> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * gnu/packages/version-control.scm (b4): Update to 0.12.2.

LGTM!
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 63873
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