GNU bug report logs -
#63873
[PATCH 2/2] gnu: b4: Update to 0.12.2.
Previous Next
Reported by: Josselin Poiret <dev <at> jpoiret.xyz>
Date: Sat, 3 Jun 2023 14:03:01 UTC
Severity: normal
Tags: patch
Merged with 63874
Done: Hilton Chain <hako <at> ultrarare.space>
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 63873 in the body.
You can then email your comments to 63873 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#63873
; Package
guix-patches
.
(Sat, 03 Jun 2023 14:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Josselin Poiret <dev <at> jpoiret.xyz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 03 Jun 2023 14:03:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Josselin Poiret <dev <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63873
; Package
guix-patches
.
(Sat, 03 Jun 2023 14:07:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 63873 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <at> jpoiret.xyz> writes:
> From: Josselin Poiret <dev <at> 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
[signature.asc (application/pgp-signature, inline)]
Merged 63873 63874.
Request was from
Josselin Poiret <dev <at> jpoiret.xyz>
to
control <at> debbugs.gnu.org
.
(Sat, 03 Jun 2023 14:07:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63873
; Package
guix-patches
.
(Mon, 05 Jun 2023 23:01:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 63873 <at> debbugs.gnu.org (full text, mbox):
> 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.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#63873
; Package
guix-patches
.
(Sat, 01 Jul 2023 14:40:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 63873 <at> debbugs.gnu.org (full text, mbox):
Josselin Poiret <dev <at> jpoiret.xyz> skribis:
> From: Josselin Poiret <dev <at> jpoiret.xyz>
>
> * gnu/packages/version-control.scm (b4): Update to 0.12.2.
LGTM!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Mar 2024 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 46 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.