From unknown Thu Aug 14 21:45:25 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#45669 <45669@debbugs.gnu.org> To: bug#45669 <45669@debbugs.gnu.org> Subject: Status: [PATCH] gnu: visidata: Update to 2.1.1. Reply-To: bug#45669 <45669@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:45:25 +0000 retitle 45669 [PATCH] gnu: visidata: Update to 2.1.1. reassign 45669 guix-patches submitter 45669 Ryan Prior severity 45669 normal tag 45669 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 05 00:45:04 2021 Received: (at submit) by debbugs.gnu.org; 5 Jan 2021 05:45:04 +0000 Received: from localhost ([127.0.0.1]:35740 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwf9N-0004Am-Q9 for submit@debbugs.gnu.org; Tue, 05 Jan 2021 00:45:04 -0500 Received: from lists.gnu.org ([209.51.188.17]:33214) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwf9J-00048w-Um for submit@debbugs.gnu.org; Tue, 05 Jan 2021 00:44:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:32930) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwef2-0004kp-Mz for guix-patches@gnu.org; Tue, 05 Jan 2021 00:13:36 -0500 Received: from mail-40134.protonmail.ch ([185.70.40.134]:25412) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwef0-00083d-0t for guix-patches@gnu.org; Tue, 05 Jan 2021 00:13:36 -0500 Date: Tue, 05 Jan 2021 05:13:22 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1609823609; bh=UszYd3NLTMYOW2ccUDbGnc+69oePuPblFcBCFMPKY14=; h=Date:To:From:Reply-To:Subject:From; b=DyZ+TQqvyaPiZsK939kT2+mi4J7yFtlTzEL5yF+tGYXANUgzR6dpnPzZy5ZhhqLKx jMy6LU9B3VgStKrDkIML3RP5MisGlqknpUfOGwQucPCXwY3uBjEUVnxboznOmu8roj qrueJBhLu9g8A+K0hxbNzfK6XewAm6AY6gNtVcbU= To: guix-patches@gnu.org From: Ryan Prior Subject: [PATCH] gnu: visidata: Update to 2.1.1. Message-ID: <20210105051319.30338-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=185.70.40.134; envelope-from=rprior@protonmail.com; helo=mail-40134.protonmail.ch 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, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.5 (/) 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: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/visidata.scm (visidata): Update to 2.1.1. --- gnu/packages/visidata.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/visidata.scm b/gnu/packages/visidata.scm index db126eb4ff..c802c088b3 100644 --- a/gnu/packages/visidata.scm +++ b/gnu/packages/visidata.scm @@ -31,14 +31,14 @@ (define-public visidata (package (name "visidata") - (version "2.1") + (version "2.1.1") (source (origin (method url-fetch) (uri (pypi-uri "visidata" version)) (sha256 (base32 - "15y6yif0h610ill57ck85l8n5faw849caw6rhf95rd0x67hkikaa")))) + "0sn0hnlrrbydgwdza20g2zdlchsas39hbkxzyxnrc13sp26zmmnx")))) (build-system python-build-system) (arguments '(#:phases --=20 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 05 07:44:46 2021 Received: (at 45669-done) by debbugs.gnu.org; 5 Jan 2021 12:44:47 +0000 Received: from localhost ([127.0.0.1]:41042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwlhe-00089q-O3 for submit@debbugs.gnu.org; Tue, 05 Jan 2021 07:44:46 -0500 Received: from flashner.co.il ([178.62.234.194]:57308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwlhd-00089d-JV for 45669-done@debbugs.gnu.org; Tue, 05 Jan 2021 07:44:45 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id AC7B24000F; Tue, 5 Jan 2021 12:44:39 +0000 (UTC) Date: Tue, 5 Jan 2021 14:43:38 +0200 From: Efraim Flashner To: Ryan Prior Subject: Re: [bug#45669] [PATCH] gnu: visidata: Update to 2.1.1. Message-ID: References: <20210105051319.30338-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="F686+BdJXbWEPJDD" Content-Disposition: inline In-Reply-To: <20210105051319.30338-1-rprior@protonmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Looks good. I changed the author line and pushed it. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: flashner.co.il] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-Debbugs-Envelope-To: 45669-done Cc: 45669-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: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Looks good. I changed the author line and pushed it. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: flashner.co.il] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --F686+BdJXbWEPJDD Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. I changed the author line and pushed it. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --F686+BdJXbWEPJDD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/0XvoACgkQQarn3Mo9 g1FjnBAAoUBBcxV34I+6pXtngLqqNiZyHV8uf2p7XQnpSjl6YW9b3Dspl8orO9bg 8xOgOtUTG3f8eajV+bd9g8EIWr5vH5Z0+CaxTY8iHLzKyFcNYacq+/eqptyAiTiz uJ+L4Du7wfzpNbIs7yBgTKDNT016jXAJKh5vLX33+CSX19z5GS7BAft31cXvUb4k ctET2abJ5EfnfDalomrr9hbSR9gay8noSQNhMxWgy9S16YWuY5py4cwufiEE+YwM Vc8PnOZkJOy5vhFq6yehHQdS2D2IqaBsXMHFKaUzqxZz0SV7t1cY3wOsSR49SHoi XgJPC+rQXqgKR/lZILRshtH0rk6hb1zsxBtR7xcF6ruY9dT91bmP1QNbV9B2B+XY SRdVQi5X2pKxdbIsxlb6IdbAEY9XJfnRSwIbzawA2Xihf4h9h3UOqmJ0GMVB1uwg 6m7Nj/wI4V/hyd6FHIXg2PBV1btKOjw/H9lkjF7QX5nlCxhsbbv4AXLxUv9iURVi 3sF9ZG6gRhdiJfYYWr73BwUwO9MLUFSQMOoBpFf60wRylJWLDC/IWnKtKo6ul1xu 1WDHIIUGKk3XoKYAY5h8kF6TLhvP+uwWpKKzadRZ9Yq0V9pkl4kNHK55a31WrJZM nQOVzA1Ky/5WFFxwkhJA6YTZP9YYW47vSi++WyBJJiT3YdTqomc= =OFsf -----END PGP SIGNATURE----- --F686+BdJXbWEPJDD-- From unknown Thu Aug 14 21:45:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 03 Feb 2021 12:24:08 +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