GNU bug report logs - #61985
[PATCH] gnu: python-bibtexparser: Update to 1.4.0.

Previous Next

Package: guix-patches;

Reported by: Amade Nemes <nemesamade <at> gmail.com>

Date: Sun, 5 Mar 2023 17:44:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

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 61985 in the body.
You can then email your comments to 61985 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to lars <at> 6xq.net, guix-patches <at> gnu.org:
bug#61985; Package guix-patches. (Sun, 05 Mar 2023 17:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Amade Nemes <nemesamade <at> gmail.com>:
New bug report received and forwarded. Copy sent to lars <at> 6xq.net, guix-patches <at> gnu.org. (Sun, 05 Mar 2023 17:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Amade Nemes <nemesamade <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Amade Nemes <nemesamade <at> gmail.com>
Subject: [PATCH] gnu: python-bibtexparser: Update to 1.4.0.
Date: Sun,  5 Mar 2023 18:43:28 +0100
* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 1.4.0.
---
 gnu/packages/python-xyz.scm | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2e107fae2..82eb2fc0e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -132,6 +132,7 @@
 ;;; Copyright © 2022 Garek Dyszel <garekdyszel <at> disroot.org>
 ;;; Copyright © 2022 Baptiste Strazzulla <bstrazzull <at> hotmail.fr>
 ;;; Copyright © 2022 Nicolas Graves <ngraves <at> ngraves.fr>
+;;; Copyright © 2023 Amade Nemes <nemesamade <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -25131,19 +25132,16 @@ (define-public python-pyroutelib3
 (define-public python-bibtexparser
   (package
     (name "python-bibtexparser")
-    (version "1.1.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (pypi-uri "bibtexparser" version))
-       (sha256
-        (base32
-         "0zwhfkrzf3n5847dbnfng92k7ak199l9v6x6ax3dgdidfpm6d2fz"))))
+    (version "1.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "bibtexparser" version))
+              (sha256
+               (base32
+                "1rmc178qqb8814v3pcfv4qgl8rxmkd11d56limkqmi776jyf4z6a"))))
     (build-system python-build-system)
-    (propagated-inputs
-     (list python-pyparsing))
-    (native-inputs
-     (list python-future))
+    (propagated-inputs (list python-pyparsing))
+    (native-inputs (list python-future))
     (home-page "https://github.com/sciunto-org/python-bibtexparser")
     (synopsis "Python library to parse BibTeX files")
     (description "BibtexParser is a Python library to parse BibTeX files.")

base-commit: c6480edbe3260a3bfb48361ca73e666b6d473f42
-- 
2.39.1





Information forwarded to guix-patches <at> gnu.org:
bug#61985; Package guix-patches. (Mon, 13 Mar 2023 21:39:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Amade Nemes <nemesamade <at> gmail.com>
Cc: 61985-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#61985] [PATCH] gnu: python-bibtexparser: Update to 1.4.0.
Date: Mon, 13 Mar 2023 21:37:18 +0000
[Message part 1 (text/plain, inline)]
Amade Nemes <nemesamade <at> gmail.com> writes:

> * gnu/packages/python-xyz.scm (python-bibtexparser): Update to 1.4.0.
> ---
>  gnu/packages/python-xyz.scm | 22 ++++++++++------------
>  1 file changed, 10 insertions(+), 12 deletions(-)

Thanks, I've pushed this to master as
e5cc1fffba18926fc11379250204eb362baee862.

Chris
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Mon, 13 Mar 2023 21:39:02 GMT) Full text and rfc822 format available.

Notification sent to Amade Nemes <nemesamade <at> gmail.com>:
bug acknowledged by developer. (Mon, 13 Mar 2023 21:39:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 11 Apr 2023 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 15 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.