From unknown Fri Aug 15 15:32:45 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#74494 <74494@debbugs.gnu.org> To: bug#74494 <74494@debbugs.gnu.org> Subject: Status: [PATCH] gramps: Update to 5.2.3. Reply-To: bug#74494 <74494@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:32:45 +0000 retitle 74494 [PATCH] gramps: Update to 5.2.3. reassign 74494 guix-patches submitter 74494 Julien Lepiller severity 74494 normal tag 74494 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 23 13:07:15 2024 Received: (at submit) by debbugs.gnu.org; 23 Nov 2024 18:07:15 +0000 Received: from localhost ([127.0.0.1]:58996 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEuXL-0004qa-35 for submit@debbugs.gnu.org; Sat, 23 Nov 2024 13:07:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:60648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tEuXJ-0004qP-Fw for submit@debbugs.gnu.org; Sat, 23 Nov 2024 13:07:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tEuXJ-00062F-0L for guix-patches@gnu.org; Sat, 23 Nov 2024 13:07:13 -0500 Received: from lepiller.eu ([89.234.186.109] helo=hermes.lepiller.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tEuXG-0002YY-T1 for guix-patches@gnu.org; Sat, 23 Nov 2024 13:07:12 -0500 Received: from hermes.lepiller.eu (localhost [127.0.0.1]) by hermes.lepiller.eu (OpenSMTPD) with ESMTP id 90ee453b for ; Sat, 23 Nov 2024 18:07:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=dkim; bh=849ABHNOIGATTG1FAn5w4Qh+WRdroN8nczgdQ/yFCnU=; b=OgmT MYqWkobxOjLRGULdgv6Rul2z9KwVjM1Ha5742VE4BHZBVEjYmJ+v9YwsiYDgBm3U HE7JQURzwVmvdGh1wZEcIDVRfzb3tkwHmmhihr47og0XwwlSU3KcP4rar/B6aId8 /GH99ZYqaZdYOXCiUAX3lX6eg4mVN1grTVv25DJPq1AoeuPjWAXV9UbAavucyveD /ALJ5yy8928WHFO5wN6wOHxDSoOmLpyIYK81cFWv4qtFMhsaYdHTerkThikS1vwu A3eA1r3evzbaal5H15jPMV49MhQEmfjrC13UkUpoqheVhdlQjVZ7CFlcubJepwXv rzZk8c/zHkp/6U87JA== Received: by hermes.lepiller.eu (OpenSMTPD) with ESMTPSA id bf34ecd1 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Sat, 23 Nov 2024 18:07:01 +0000 (UTC) From: Julien Lepiller To: guix-patches@gnu.org Subject: [PATCH] gramps: Update to 5.2.3. Date: Sat, 23 Nov 2024 19:06:55 +0100 Message-ID: <6440c30fe2ff69ae75c3423fa748aab03f33e430.1732385023.git.julien@lepiller.eu> X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=89.234.186.109; envelope-from=julien@lepiller.eu; helo=hermes.lepiller.eu X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/genealogy.scm (gramps): Update to 5.2.3. Change-Id: Icfd3470989da905d50233564b894887305e9de1e --- gnu/packages/genealogy.scm | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/gnu/packages/genealogy.scm b/gnu/packages/genealogy.scm index 36c05fff28..668505a71a 100644 --- a/gnu/packages/genealogy.scm +++ b/gnu/packages/genealogy.scm @@ -22,6 +22,7 @@ (define-module (gnu packages genealogy) #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages) + #:use-module (gnu packages base) #:use-module (gnu packages bash) #:use-module (gnu packages fonts) #:use-module (gnu packages freedesktop) @@ -35,12 +36,13 @@ (define-module (gnu packages genealogy) #:use-module (gnu packages python) #:use-module (gnu packages python-xyz) #:use-module (gnu packages sqlite) - #:use-module (gnu packages version-control)) + #:use-module (gnu packages version-control) + #:use-module (gnu packages xml)) (define-public gramps (package (name "gramps") - (version "5.1.4") + (version "5.2.3") (source (origin (method git-fetch) @@ -49,11 +51,12 @@ (define-public gramps (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "00358nzyw686ypqv45imc5k9frcqnhla0hpx9ynna3iy6iz5006x")))) + (base32 "1gzhi5hxpgc6pxs40xsxf67hndjifnfhm89s3ly68c70x83qmwhd")))) (build-system python-build-system) (native-inputs `(("gettext" ,gettext-minimal) - ("intltool" ,intltool))) + ("intltool" ,intltool) + ("glibc-utf8-locales" ,glibc-utf8-locales))) ;; for one test (inputs (list bash-minimal cairo @@ -69,6 +72,8 @@ (define-public gramps osm-gps-map pango python-bsddb3 + python-jsonschema + python-lxml python-pillow python-pycairo python-pygobject @@ -87,8 +92,15 @@ (define-public gramps (modify-phases %standard-phases (add-before 'check 'set-home-for-tests (lambda _ - (setenv "HOME" (getenv "TMPDIR")) - #t)) + (setenv "HOME" (getenv "TMPDIR")))) + (add-before 'check 'prepare-tests + (lambda _ + ;; Presence of .git directory is used to determine whether this + ;; is a final installation. Without it, tests fail to determine + ;; resource path. + (mkdir ".git") + ;; Test is failing + (delete-file "gramps/gen/utils/test/file_test.py"))) (add-before 'wrap 'wrap-with-GI_TYPELIB_PATH (lambda* (#:key inputs outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out")) base-commit: 36f516bfcdf64185f5d70c21a908283be22a34fd -- 2.46.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 26 08:24:31 2024 Received: (at 74494) by debbugs.gnu.org; 26 Nov 2024 13:24:31 +0000 Received: from localhost ([127.0.0.1]:48132 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tFvYN-000218-Bz for submit@debbugs.gnu.org; Tue, 26 Nov 2024 08:24:31 -0500 Received: from mout01.posteo.de ([185.67.36.65]:60647) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tFvYK-00020r-IC for 74494@debbugs.gnu.org; Tue, 26 Nov 2024 08:24:29 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id A98D9240027 for <74494@debbugs.gnu.org>; Tue, 26 Nov 2024 14:24:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1732627462; bh=v6KgG5lbheRUvBquJBBsTN5luvNPPlHHIyqfLNA4DLU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=q+msYEmI3/MT3in17oJfzYdhmkvoSfrCeg3Y20MpoNC65kuI+Xrp9hpgAQZSASlLC emGSLCAsuQoi+TE1IiFT50dulfABJMU7uikfMSJ64XFMJ2vNFboMZLXWHvUQ4Jj3BO qzoiC7GSsMU3Mjdo1/m2QSwH+28I6jcPfM7WDfPIsjg7QRRc0430l0CjlySqM6JAqE tVRlNdNjfuuNjUIwOq2E2uQuW9dhMeBytmiT+qd7BoBzIUXMIL45HahO6mh0lcf8ad ICHAlTmq4UsJ+EamSClNf1efWTL35+ijk41QBtW5Wrx8w1jG0PVabG9e0Hdty1+H5m cfTgUW5KQ0b8w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4XyNZs3mjMz6tvs; Tue, 26 Nov 2024 14:24:21 +0100 (CET) From: Guillaume Le Vaillant To: Julien Lepiller Subject: Re: [bug#74494] [PATCH] gramps: Update to 5.2.3. In-Reply-To: <6440c30fe2ff69ae75c3423fa748aab03f33e430.1732385023.git.julien@lepiller.eu> (Julien Lepiller's message of "Sat, 23 Nov 2024 19:06:55 +0100") References: <6440c30fe2ff69ae75c3423fa748aab03f33e430.1732385023.git.julien@lepiller.eu> Date: Tue, 26 Nov 2024 13:24:20 +0000 Message-ID: <874j3ub01n.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 74494 Cc: 74494@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain Julien Lepiller skribis: > * gnu/packages/genealogy.scm (gramps): Update to 5.2.3. > > [...] > (native-inputs > `(("gettext" ,gettext-minimal) > - ("intltool" ,intltool))) > + ("intltool" ,intltool) > + ("glibc-utf8-locales" ,glibc-utf8-locales))) ;; for one test Hi. You could remove the labels for native inputs. Otherwise the patch looks good to me. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZ0XMBA8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/EdgEAl1udIzrojQjRAp1S2xUIDAU5D00sjSTTN0UG Q8KjxqwA/04gDL9O2zvKAWuiI/Jlap8OTD/I4hqkmdc0+yYTQ+5Z =nj4O -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 05:16:38 2024 Received: (at 74494) by debbugs.gnu.org; 18 Dec 2024 10:16:38 +0000 Received: from localhost ([127.0.0.1]:33504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNr6Y-0002Ji-Sx for submit@debbugs.gnu.org; Wed, 18 Dec 2024 05:16:38 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNr6W-0002JB-AF for 74494@debbugs.gnu.org; Wed, 18 Dec 2024 05:16:33 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tNr6P-0005lJ-Pp; Wed, 18 Dec 2024 05:16:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=8d7M4PfONgPse+WOIIcP30gd6vb5zlWZrfjLQaCBgCM=; b=G9rAUxcgTaL0e9lXb3sv uo6fAa7+HAObmiDh7wLGJhnNp2jjF15yu0S+UbewkGrWpUYVS7zQ9+BdVb9dWYdCraWbeFTaqy9Os Cmxiez1k+aD5FCjCzqrAUpc3REGWeS1dDg4kGUxG0dCuKHCdsW+Yy8qNfL7w8rlCUH9bfv+Tl2+xL yNWYoPggOaMdSpYrhfcwXC2rTRSLaiHAbGWDnGtgTnp1M8CTJx2AVLUwYbSuSd25+e5nlkQiVkSoI tfDjaMXR4YRXI4lDN1mvvS2NKWxYAJJV9wgdnv8ypijnqnOXa4I8P3KIw69vpQWJRbPwq2pHxCOEW 67v7cmhEvJWNlg==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Guillaume Le Vaillant Subject: Re: [bug#74494] [PATCH] gramps: Update to 5.2.3. In-Reply-To: <874j3ub01n.fsf@kitej> (Guillaume Le Vaillant's message of "Tue, 26 Nov 2024 13:24:20 +0000") References: <6440c30fe2ff69ae75c3423fa748aab03f33e430.1732385023.git.julien@lepiller.eu> <874j3ub01n.fsf@kitej> Date: Wed, 18 Dec 2024 11:15:47 +0100 Message-ID: <871py5nvos.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 74494 Cc: Julien Lepiller , 74494@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hey Julien, Kind reminder. :-) Ludo=E2=80=99. Guillaume Le Vaillant skribis: > Julien Lepiller skribis: > >> * gnu/packages/genealogy.scm (gramps): Update to 5.2.3. >> >> [...] >> (native-inputs >> `(("gettext" ,gettext-minimal) >> - ("intltool" ,intltool))) >> + ("intltool" ,intltool) >> + ("glibc-utf8-locales" ,glibc-utf8-locales))) ;; for one test > > Hi. > You could remove the labels for native inputs. > Otherwise the patch looks good to me. From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 18 12:33:19 2024 Received: (at 74494-done) by debbugs.gnu.org; 18 Dec 2024 17:33:20 +0000 Received: from localhost ([127.0.0.1]:35837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNxvD-0007d4-GA for submit@debbugs.gnu.org; Wed, 18 Dec 2024 12:33:19 -0500 Received: from lepiller.eu ([89.234.186.109]:39702 helo=hermes.lepiller.eu) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tNxvA-0007cv-8I for 74494-done@debbugs.gnu.org; Wed, 18 Dec 2024 12:33:17 -0500 Received: from hermes.lepiller.eu (localhost [127.0.0.1]) by hermes.lepiller.eu (OpenSMTPD) with ESMTP id 58bdb49e; Wed, 18 Dec 2024 17:33:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=NVcDYIrLxr5p npQRHAt5PzxnzpydmNQem2ay4OM3tP8=; b=h7SsfVYlqe6zSu1MlhJW460RR3M1 EDPpjAoIynZ9sz/G0/WXUuyIOJ2mBr5iHKiBOnllEF6h0/Z3z2gXQdAZ7orj0H6x 7HZR4ftzZIqhZchYnZ6qh6M3XJo5ImlwfBBC76o5dzlYoakXcP1/4zGzEkKy/BrN pz/tOrpVDBuwljBBGcPoSDltvQ/L0L1V219kVz2keY/FopwCoxo9AwyEkYBirpOt 0MPwJTxGv5tk/lmDjDQY6WHuIAEJJNPaF/AnjVYoZrSxFCGAC3foZTKlhsUD1+kJ 1xAUzL5alVVP6sBCvuiC+z278X8TVMO6L+pYFRXAjYKlhWLrYWVOOaB75Q== Received: by hermes.lepiller.eu (OpenSMTPD) with ESMTPSA id b8633800 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 18 Dec 2024 17:33:09 +0000 (UTC) Date: Wed, 18 Dec 2024 18:33:04 +0100 From: Julien Lepiller To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Subject: Re: [bug#74494] [PATCH] gramps: Update to 5.2.3. Message-ID: <20241218183304.671000b9@lepiller.eu> In-Reply-To: <871py5nvos.fsf@gnu.org> References: <6440c30fe2ff69ae75c3423fa748aab03f33e430.1732385023.git.julien@lepiller.eu> <874j3ub01n.fsf@kitej> <871py5nvos.fsf@gnu.org> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.41; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74494-done Cc: Guillaume Le Vaillant , 74494-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pushed to master as 478b9ccea854ec4407643a44d40ee61584fbc73d, thanks! Le Wed, 18 Dec 2024 11:15:47 +0100, Ludovic Court=C3=A8s a =C3=A9crit : > Hey Julien, >=20 > Kind reminder. :-) >=20 > Ludo=E2=80=99. >=20 > Guillaume Le Vaillant skribis: >=20 > > Julien Lepiller skribis: > > =20 > >> * gnu/packages/genealogy.scm (gramps): Update to 5.2.3. > >> > >> [...] > >> (native-inputs > >> `(("gettext" ,gettext-minimal) > >> - ("intltool" ,intltool))) > >> + ("intltool" ,intltool) > >> + ("glibc-utf8-locales" ,glibc-utf8-locales))) ;; for one > >> test =20 > > > > Hi. > > You could remove the labels for native inputs. > > Otherwise the patch looks good to me. =20 From unknown Fri Aug 15 15:32:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 16 Jan 2025 12:24:19 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator