From: Gisement <sisiutl@egregore.fun>
To: 72125@debbugs.gnu.org
Cc: Gisement <sisiutl@egregore.fun>
Subject: [bug#72125] [PATCH 1/4] gnu: python-protobuf: Update to 5.27.2.
Date: Mon, 15 Jul 2024 19:28:54 +0200 [thread overview]
Message-ID: <891a0c8b9709c11508a9b45a61dd0a46169a365d.1721040408.git.sisiutl@egregore.fun> (raw)
In-Reply-To: <cover.1721040408.git.sisiutl@egregore.fun>
Change-Id: Ibaf04dd3d66789ab0e2407e25e1a79e55f4d6e4d
---
gnu/packages/protobuf.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index d47b67fa61..ef91a1b838 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -429,21 +429,21 @@ (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"))))
+ (base32 "0517bvr76daiwnz3jb099mckmklh5kzjg0pjfmh8bbxr4vrdxv7k"))))
(build-system python-build-system)
(inputs (list protobuf))
+ ;; The library moved to upb, a C implementation faster than C++ and
+ ;; native python. It requires no special installation.
(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.
+ (list
+ #:tests? #f))
(home-page "https://github.com/google/protobuf")
(synopsis "Protocol buffers is a data interchange format")
(description
--
2.45.2
next prev parent reply other threads:[~2024-07-15 17:35 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 11:19 [bug#72125] [PATCH 0/4] gajim: Update to latest version Gisement
2024-07-15 17:28 ` Gisement [this message]
2024-07-15 21:27 ` jgart via Guix-patches via
2024-07-15 23:09 ` [bug#72125] " Gisement
2024-07-30 11:57 ` [bug#72125] [PATCH 1/4] gnu: python-protobuf: Update to 5.27.2 宋文武 via Guix-patches via
2024-07-15 17:41 ` [bug#72125] [PATCH 2/4] gnu: Add python-omemo-dr Gisement
2024-07-30 12:01 ` 宋文武 via Guix-patches via
2024-07-15 17:43 ` [bug#72125] [PATCH 3/4] gnu: python-nbxmpp: Update to 5.0.1 Gisement
2024-07-30 12:07 ` 宋文武 via Guix-patches via
2024-07-15 17:43 ` [bug#72125] [PATCH 4/4] gnu: gajim: Update to 1.9.1 Gisement
2024-07-30 12:06 ` 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=891a0c8b9709c11508a9b45a61dd0a46169a365d.1721040408.git.sisiutl@egregore.fun \
--to=sisiutl@egregore.fun \
--cc=72125@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).