From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id YLtdGJ23YWHUPgEAgWs5BA (envelope-from ) for ; Sat, 09 Oct 2021 17:39:09 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id 6J4AFJ23YWG9dgAA1q6Kng (envelope-from ) for ; Sat, 09 Oct 2021 15:39:09 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9A3E8705B for ; Sat, 9 Oct 2021 17:39:08 +0200 (CEST) Received: from localhost ([::1]:55828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mZERH-0000Zx-PL for larch@yhetil.org; Sat, 09 Oct 2021 11:39:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52066) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mZERC-0000Ze-Ax for guix-patches@gnu.org; Sat, 09 Oct 2021 11:39:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42467) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mZERC-00010h-04 for guix-patches@gnu.org; Sat, 09 Oct 2021 11:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mZERB-0000bv-TG for guix-patches@gnu.org; Sat, 09 Oct 2021 11:39:01 -0400 Subject: bug#34354: [PATCH] gnu: python-biopython: Update to 1.73. In-Reply-To: <871s4kzhwb.fsf@posteo.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 09 Oct 2021 15:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 34354 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: Ricardo Wurmus , 34354-done@debbugs.gnu.org, Brett Gilio Mail-Followup-To: 34354@debbugs.gnu.org, arunisaac@systemreboot.net, brettg@posteo.net Received: via spool by 34354-done@debbugs.gnu.org id=D34354.16337939042298 (code D ref 34354); Sat, 09 Oct 2021 15:39:01 +0000 Received: (at 34354-done) by debbugs.gnu.org; 9 Oct 2021 15:38:24 +0000 Received: from localhost ([127.0.0.1]:54013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZEQa-0000b0-Fb for submit@debbugs.gnu.org; Sat, 09 Oct 2021 11:38:24 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:54620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZEQX-0000an-Kz for 34354-done@debbugs.gnu.org; Sat, 09 Oct 2021 11:38:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=yv9vO/i0gnfFDhLWGtCAbX3//PqQcLfWEb6PmK9tHCw=; b=lvg6/t26eiV4fYJh+o1GsNucjO WS9leNefEG36d5/mi8mIpRC5RUO8hlhD1XT0AdSPbrR48I7afBQEuWHpydBivuaw1Pg/qig5jDyLN vxS+qObEJH96Aa7MSTYI92Kr3xlsYRTtdhrpwQls8k82fArKfnrUZFnV6+KIdGy+8IyqRpBOwF9Ce dRHLjI+y01fLFv31nRnRGSljKsSH08zqRxZqBu34b+4N1n4sexf7RoNyMIbCgevTokLMAzUKMXZDV 5O28XnRG0mca4E+W2nPMVu2zkl18f6CSQF2EPpWQy1+NzsdUMT0MO86x3AlzWPFMAQGj6HTGW/6/c sVG5HdZg==; Received: from [192.168.2.1] (port=47868 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mZEQN-000Kh9-NB; Sat, 09 Oct 2021 21:08:11 +0530 From: Arun Isaac References: <871s4kzhwb.fsf@posteo.net> <87zhr8y2z3.fsf@posteo.net> <878sysf3c3.fsf@elephly.net> <87mun7qs7t.fsf@posteo.net> <875yxes5k1.fsf_-_@gmail.com> Date: Sat, 09 Oct 2021 21:08:07 +0530 Message-ID: <871r4ujjj4.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1633793948; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=yv9vO/i0gnfFDhLWGtCAbX3//PqQcLfWEb6PmK9tHCw=; b=XdvpzuneYJS8ABOZUFsqfJ0Z00qMvRaOw7PH9ol6WbLxVh/IhFZVffFC2cr9z72OrebjVn pjFRdJAxJurtRoeOHl2d/zC+OdjQ/mxnVk1xuHtA/bXLPrcOFtW6fwNKTUxmwB26DMSzNu ANjsaOS8KwH3gLf3q/QcWKjHOLViiriPPffukiwO+mPc+ur0QhVn/F/A1a8DNozsdoLx6m ujzsmhZpKNEDhzW8Mk1yClzBdaE3oZzkM5PIaEQ5BG0wG6VdEI/nJ4kT0jb3uTrfYozvkD YO+qtaDb5Zwr/NBA2u4496YKQzQl/OcPgkcd92a3D0grwBpLNvkqj3i1PbEZFQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633793948; a=rsa-sha256; cv=none; b=JR1g4Oc+IeuGGl9uYfOAeTY2jzVCGvOz1EySOees9RC+shrnJ49LHP5Y2O1gqVmhLLjBuz ZVh5STb+rwfVlERFT8z7+df14uD0Io1I+y9JXQ8y/AQqsUSrk/J47XrBz49Gsk0C2FQZ5T gl9LXtt6Uc4ZOivqgacfJnVOpBCk6UoJUZu1V1brQJxyNCCQyBmWubqUWoTUNcE2z73KRn N9nyPSsjXlTCMm+NBcdef5HEt5x99PKw+a3MtqOnAuRW9earmXE/oF0Isc1Qt+WHy53BnJ XVK7Z4i/WkaXqeHDcveYo1cIrxzg9dfzuOXUxFqpxxYusxoIaRB77/15+d6BrQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b="lvg6/t26"; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.91 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b="lvg6/t26"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 9A3E8705B X-Spam-Score: -1.91 X-Migadu-Scanner: scn0.migadu.com X-TUID: zK4Z7FyQKQV0 --=-=-= Content-Type: text/plain Hi, Efraim updated python-biopython to 1.73 in 309b38bed61c21ce8ba559a679592ecc1c94dbfc. So, I'm closing this issue. Thanks! Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmFht18bHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzkssH/AhcEzO3PGuC45RNDFCv ueoxfxMXAB4rurLUZDnijAAUbGz1hYzuu/QLseLqVqP94gAE3PuNpVUl2GK51d/m zV5H63gEqVQEqaqKoAcGiUsFuXdHBUQpmbFb/wSsxB+ltsEY9mL8Jqf7y9L1Cefs EeHGzbyONVBHpcMtgFFGhcAfp8tFwauoACzXQk1DkbJffMWtri3s68sOuWk+3WsX 3a5ib5sS0QGfgPYXc8WAD5tEEkC3P+7XMwgt869yPBChSkfm+vLTJtjSddmZ4Ect yNF0OdUmmQhnQpC0hHpQUkG06+N/ezd2+u2sob6AFFz/PN8bmCj8FFhIuKsoycEE lc4= =Wzv5 -----END PGP SIGNATURE----- --=-=-=--