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

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

[debbugs-tracker] bug#29160: closed ([PATCH] gnu: diffoscope: Update to


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29160: closed ([PATCH] gnu: diffoscope: Update to 88.)
Date: Tue, 07 Nov 2017 16:47:04 +0000

Your message dated Tue, 07 Nov 2017 17:46:35 +0100
with message-id <address@hidden>
and subject line Re: [bug#29160] [PATCH] gnu: diffoscope: Update to 88.
has caused the debbugs.gnu.org bug report #29160,
regarding [PATCH] gnu: diffoscope: Update to 88.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29160: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29160
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: diffoscope: Update to 88. Date: Sun, 5 Nov 2017 20:54:27 +0100
* gnu/packages/package-management.scm (diffoscope): Update to 88.
---
 gnu/packages/package-management.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 87032090c..0bb31c9e9 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -507,13 +507,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "81")
+    (version "88")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "093lxy6zj69i19fxdkj3jnai3b1ajqbksyqcvy8wqj3plaaxjna5"))))
+                "1zp6nb37igssxg4bqsi3cw5klx4prhcx50mzg4463l50mssn8mp2"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
@@ -534,6 +534,10 @@ transactions from C or Python.")
                         (("@tool_required\\('readelf'\\)") "")
                         (("\\['readelf',")
                          (string-append "['" (which "readelf") "',")))
+                      #t))
+                  (add-before 'check 'delete-failing-test
+                    (lambda _
+                      (delete-file "tests/test_tools.py") ;this requires /sbin 
to be on the path
                       #t)))))
     (inputs `(("rpm" ,rpm)                        ;for rpm-python
               ("python-file" ,python-file)
-- 
2.14.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29160] [PATCH] gnu: diffoscope: Update to 88. Date: Tue, 07 Nov 2017 17:46:35 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Gábor Boskovits <address@hidden> skribis:

> * gnu/packages/package-management.scm (diffoscope): Update to 88.

Applied, thanks!


--- End Message ---

reply via email to

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