GNU bug report logs - #72213
[PATCH] gnu: python-protobuf: Update to 5.27.2

Previous Next

Package: guix-patches;

Reported by: Gisement <sisiutl <at> egregore.fun>

Date: Sat, 20 Jul 2024 16:43:01 UTC

Severity: normal

Tags: patch

Done: Sergey Trofimov <sarg <at> sarg.org.ru>

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 72213 in the body.
You can then email your comments to 72213 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 guix-patches <at> gnu.org:
bug#72213; Package guix-patches. (Sat, 20 Jul 2024 16:43:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gisement <sisiutl <at> egregore.fun>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 20 Jul 2024 16:43:02 GMT) Full text and rfc822 format available.

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

From: Gisement <sisiutl <at> egregore.fun>
To: guix-patches <at> gnu.org
Cc: Gisement <sisiutl <at> egregore.fun>
Subject: [PATCH] gnu: python-protobuf: Update to 5.27.2
Date: Sat, 20 Jul 2024 18:41:21 +0200
* gnu/packages/protobuf.scm (python-protobuf): Update to 5.27.2.
[arguments]: <#:configure-flags>: Remove cpp_implementation flag.
[arguments]: <#:tests>: Disable tests.

Change-Id: I80f94517603033d2176c9958a87fcea116747a5c
---
 gnu/packages/protobuf.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index d47b67fa61..75a5dc57ae 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -429,21 +429,19 @@ (define-public python-nanopb
 (define-public python-protobuf
   (package
     (name "python-protobuf")
-    (version "3.20.2")
+    (version "5.27.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "protobuf" version))
        (sha256
         (base32
-         "0l0p2lczs5iahgkhzm3298pjl49bk9iiwngkglg7ll7fkqqwlbbi"))))
+         "0517bvr76daiwnz3jb099mckmklh5kzjg0pjfmh8bbxr4vrdxv7k"))))
     (build-system python-build-system)
     (inputs (list protobuf))
     (arguments
-     `(;; Favor C++ implementation from protobuf over the native Python
-       ;; implementation. The additional dependency yields significant
-       ;; performance improvements for some workloads.
-       #:configure-flags '("--cpp_implementation")))
+     ;; There are no tests
+     '(#:tests? #f))
     (home-page "https://github.com/google/protobuf")
     (synopsis "Protocol buffers is a data interchange format")
     (description

base-commit: 1fa4d658d808202f98003d1488f8e44daee370a9
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#72213; Package guix-patches. (Mon, 17 Feb 2025 20:31:01 GMT) Full text and rfc822 format available.

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

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 72213 <at> debbugs.gnu.org
Cc: rekado <at> elephly.net
Subject: [PATCH] gnu: python-protobuf: Update to 5.27.2
Date: Mon, 17 Feb 2025 20:30:15 +0000
[Message part 1 (application/pgp-encrypted, inline)]
[Message part 2 (application/octet-stream, inline)]

bug closed, send any further explanations to 72213 <at> debbugs.gnu.org and Gisement <sisiutl <at> egregore.fun> Request was from Sergey Trofimov <sarg <at> sarg.org.ru> to control <at> debbugs.gnu.org. (Fri, 07 Mar 2025 06:58:02 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. (Fri, 04 Apr 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 76 days ago.

Previous Next


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