emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63873: closed ([PATCH 2/2] gnu: b4: Update to 0.12.2.)


From: GNU bug Tracking System
Subject: bug#63873: closed ([PATCH 2/2] gnu: b4: Update to 0.12.2.)
Date: Sat, 24 Feb 2024 16:48:02 +0000

Your message dated Sun, 25 Feb 2024 00:46:22 +0800
with message-id <874jdxizdt.wl-hako@ultrarare.space>
and subject line Re: [bug#63874] [PATCH v2] gnu: git-filter-repo: Update to 
2.38.0.
has caused the debbugs.gnu.org bug report #63874,
regarding [PATCH 2/2] gnu: b4: Update to 0.12.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63874: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63874
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 2/2] gnu: b4: Update to 0.12.2. Date: Sat, 3 Jun 2023 16:02:07 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#63874] [PATCH v2] gnu: git-filter-repo: Update to 2.38.0. Date: Sun, 25 Feb 2024 00:46:22 +0800
On Mon, 19 Feb 2024 06:37:18 +0800,
Ludovic Courtès wrote:
>
> Hilton Chain <hako@ultrarare.space> skribis:
>
> > From: Josselin Poiret <dev@jpoiret.xyz>
> >
> > * gnu/packages/patches/git-filter-repo-generate-doc.patch: New file.
> > * gnu/local.mk (dist_patch_DATA): Regisiter it.
> > * gnu/packages/version-control.scm (git-filter-repo): Update to 2.38.0.
> > [source]: Switch to git-fetch.
> > Use the patch.
> > [build-system]: Switch to gnu-build-system.
> > [native-inputs]: Add asciidoc, docbook-xsl, libxml2, xmlto.
> >
> > Modified-by: Hilton Chain <hako@ultrarare.space>
> > Change-Id: I7b15975ea56c44ae580d19cfe5a9e3eb75c6db0d
> > ---
> >
> > Hi Josselin, Ludo,
> >
> > I adjusted the patch a bit, and added a phase to unpack git's source.  So 
> > that
> > the shipped patch only includes Makefiles now.
>
> Hi!  LGTM.

Thank you!  I have applied the patch as 
313458c58c3fd89705081e1721e7c6fe7818d813.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]