From unknown Sun Jun 22 11:48:28 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56471] [PATCH] gnu: Add python-bsdiff4. Resent-From: Antero Mejr Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 09 Jul 2022 18:35:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56471 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56471@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16573916955307 (code B ref -1); Sat, 09 Jul 2022 18:35:02 +0000 Received: (at submit) by debbugs.gnu.org; 9 Jul 2022 18:34:55 +0000 Received: from localhost ([127.0.0.1]:35910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAFI7-0001NX-79 for submit@debbugs.gnu.org; Sat, 09 Jul 2022 14:34:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:47252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAFI5-0001NQ-Re for submit@debbugs.gnu.org; Sat, 09 Jul 2022 14:34:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oAFI5-0005ru-Lo for guix-patches@gnu.org; Sat, 09 Jul 2022 14:34:53 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:36906) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1oAFI3-00083r-Fs for guix-patches@gnu.org; Sat, 09 Jul 2022 14:34:53 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4LgJj10mN6z9sRg for ; Sat, 9 Jul 2022 20:34:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1657391685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=685CChbuB1Xfyzd/O9pcN17CjXRyMVWWBVoiydrrP2w=; b=XTaP5im8pYuntbYxSU3m0Bss4UmWzSHKsQ7DeLKHSfw8yGrnCkbdb9G04OOiabT2pQN/il wIizhzmtFhl3MmX1itbRklCS5QCQaj6dW4LWfTwIpk9f/I2tgxWJBhkWsmYmTuD79B21tQ 2T+HcrcuLchMXtN0LYJ4UBXwXEjlMDOsT/GL/8iyw2aAAMXJOR0or03KzgvT7wi0CAARVV USZ403Hw8m03wPASrjjSBf9TUZZeSKH3IT22xsci5VcxJWSqP3T4hJ6TFjKVdXms58Mici w7ckAXsfoS5ZhzOzlAi6uIyKzYcjo0CTyd8nlvX1d3Y6sjXTxm+iclc7dTaIYw== From: Antero Mejr Date: Sat, 9 Jul 2022 18:34:37 +0000 Message-Id: <20220709183437.7228-1-antero@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MBO-RS-META: fpnjrfbfms73wwgqbp31ybeskgmyhfsg X-MBO-RS-ID: db4eeb29f39c5e2c6ed Received-SPF: pass client-ip=80.241.56.151; envelope-from=antero@mailbox.org; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) 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/python-xyz.scm (python-bsdiff4): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3f4867ece0..16193ba0d5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30125,3 +30125,24 @@ (define-public python-geomet GeoJSON to WKT/WKB (Well-Known Text/Binary) or GeoPackage Binary, and vice versa. Extended WKB/WKT are also supported.") (license license:asl2.0))) + +(define-public python-bsdiff4 + (package + (name "python-bsdiff4") + (version "1.2.2") + (home-page "https://github.com/ilanschnell/bsdiff4") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fa0vkmbr0a9xifq7i5gfcf7ifn739i1fdij8awynm299fsqvvhx")))) + (build-system python-build-system) + (synopsis "Binary diff and patch using the BSDIFF4-format") + (description "This package provides a Python library for the @code{bsdiff} +binary diff utility. It also provides two command-line tools, @code{bsdiff4} +and @code{bspatch4}.") + (license license:bsd-2))) -- 2.36.1 From unknown Sun Jun 22 11:48:28 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Antero Mejr Subject: bug#56471: closed (Re: bug#56471: [PATCH] gnu: Add python-bsdiff4.) Message-ID: References: <87ilnsrf87.fsf@gnu.org> <20220709183437.7228-1-antero@mailbox.org> X-Gnu-PR-Message: they-closed 56471 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 56471@debbugs.gnu.org Date: Tue, 19 Jul 2022 21:00:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1658264402-15936-1" This is a multi-part message in MIME format... ------------=_1658264402-15936-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56471: [PATCH] gnu: Add python-bsdiff4. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56471@debbugs.gnu.org. --=20 56471: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56471 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1658264402-15936-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56471-done) by debbugs.gnu.org; 19 Jul 2022 20:59:37 +0000 Received: from localhost ([127.0.0.1]:55259 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDuJc-000482-Lk for submit@debbugs.gnu.org; Tue, 19 Jul 2022 16:59:36 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDuJY-00047k-7V for 56471-done@debbugs.gnu.org; Tue, 19 Jul 2022 16:59:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:43546) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDuJR-00057S-QI; Tue, 19 Jul 2022 16:59:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=BIBedwcWUUsu0ccd3hZf7SAKZ9Mod+8WcCM7Cnp/uEA=; b=XD7VRAK6ZgMPK3wK8Fyq Q6JOpRx8jQzo2Nj09Q4OZ+cdqarSqa6YFxx/RXRM6kF7yFNKDmJyNGVWiKjyxzPn4S4PGGNRd2M5a 98jIuU3yeTE/zeGBAk9YU+ia7hSdkZWFwuDm1xS3OE3Cac6+bXW1QGhurTR2fhRPimJ7XtpwKrKFF 2+WsMKrUZwhAxTUMb2zAamECGhJe8/SwGO9fiWVTIZkiG59nvN3ZpGj0qAR8L/IKrqWl8d491eHWY TLNB7jq+M8amU62hbLTiYzI+EbXQmYlhDxmxHhdLv/Hdt+CxrC3teWLsyoYeQ521i/TiPDcNTkj1m t0VPxDJW9p/aJQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:52606 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDuJO-0001a9-Iq; Tue, 19 Jul 2022 16:59:25 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Antero Mejr Subject: Re: bug#56471: [PATCH] gnu: Add python-bsdiff4. References: <20220709183437.7228-1-antero@mailbox.org> Date: Tue, 19 Jul 2022 22:59:20 +0200 In-Reply-To: <20220709183437.7228-1-antero@mailbox.org> (Antero Mejr's message of "Sat, 9 Jul 2022 18:34:37 +0000") Message-ID: <87ilnsrf87.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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: 56471-done Cc: 56471-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: -3.3 (---) Hi, Antero Mejr skribis: > * gnu/packages/python-xyz.scm (python-bsdiff4): New variable. Applied, thanks! Ludo=E2=80=99. ------------=_1658264402-15936-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Jul 2022 18:34:55 +0000 Received: from localhost ([127.0.0.1]:35910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAFI7-0001NX-79 for submit@debbugs.gnu.org; Sat, 09 Jul 2022 14:34:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:47252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oAFI5-0001NQ-Re for submit@debbugs.gnu.org; Sat, 09 Jul 2022 14:34:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40374) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oAFI5-0005ru-Lo for guix-patches@gnu.org; Sat, 09 Jul 2022 14:34:53 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]:36906) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1oAFI3-00083r-Fs for guix-patches@gnu.org; Sat, 09 Jul 2022 14:34:53 -0400 Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4LgJj10mN6z9sRg for ; Sat, 9 Jul 2022 20:34:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org; s=mail20150812; t=1657391685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=685CChbuB1Xfyzd/O9pcN17CjXRyMVWWBVoiydrrP2w=; b=XTaP5im8pYuntbYxSU3m0Bss4UmWzSHKsQ7DeLKHSfw8yGrnCkbdb9G04OOiabT2pQN/il wIizhzmtFhl3MmX1itbRklCS5QCQaj6dW4LWfTwIpk9f/I2tgxWJBhkWsmYmTuD79B21tQ 2T+HcrcuLchMXtN0LYJ4UBXwXEjlMDOsT/GL/8iyw2aAAMXJOR0or03KzgvT7wi0CAARVV USZ403Hw8m03wPASrjjSBf9TUZZeSKH3IT22xsci5VcxJWSqP3T4hJ6TFjKVdXms58Mici w7ckAXsfoS5ZhzOzlAi6uIyKzYcjo0CTyd8nlvX1d3Y6sjXTxm+iclc7dTaIYw== From: Antero Mejr To: guix-patches@gnu.org Subject: [PATCH] gnu: Add python-bsdiff4. Date: Sat, 9 Jul 2022 18:34:37 +0000 Message-Id: <20220709183437.7228-1-antero@mailbox.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MBO-RS-META: fpnjrfbfms73wwgqbp31ybeskgmyhfsg X-MBO-RS-ID: db4eeb29f39c5e2c6ed Received-SPF: pass client-ip=80.241.56.151; envelope-from=antero@mailbox.org; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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/python-xyz.scm (python-bsdiff4): New variable. --- gnu/packages/python-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3f4867ece0..16193ba0d5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30125,3 +30125,24 @@ (define-public python-geomet GeoJSON to WKT/WKB (Well-Known Text/Binary) or GeoPackage Binary, and vice versa. Extended WKB/WKT are also supported.") (license license:asl2.0))) + +(define-public python-bsdiff4 + (package + (name "python-bsdiff4") + (version "1.2.2") + (home-page "https://github.com/ilanschnell/bsdiff4") + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1fa0vkmbr0a9xifq7i5gfcf7ifn739i1fdij8awynm299fsqvvhx")))) + (build-system python-build-system) + (synopsis "Binary diff and patch using the BSDIFF4-format") + (description "This package provides a Python library for the @code{bsdiff} +binary diff utility. It also provides two command-line tools, @code{bsdiff4} +and @code{bspatch4}.") + (license license:bsd-2))) -- 2.36.1 ------------=_1658264402-15936-1--