From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id aIq3HtOv+mR6ZQEAG6o9tA:P1 (envelope-from ) for ; Fri, 08 Sep 2023 07:23:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id aIq3HtOv+mR6ZQEAG6o9tA (envelope-from ) for ; Fri, 08 Sep 2023 07:23:31 +0200 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 1E8FE5AD38 for ; Fri, 8 Sep 2023 07:23:31 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=MNKG7oSK; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1694150611; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: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=orzM3dqFxf4uCeZ2/4i6FJl8UD3GDQDXp2gjwnmu0o4=; b=crlY1TjuHraFkMXVEMah6QVPfK3dj2Oa3NhjS9RCPhHFKVmI4yRWg63euPF5nvGhB6QMB4 uarPzrqRwkjigwzNagZismXG2WuUT1VXgiaClYCT5iowshO53dV1JjCs5sRoiCFPxb16Jl 6UE0szn5gjVbljB5Kx6UfdnjBoZCGYG3Lu3xDvSG8Tc5Xg6HTgBNA4IUYoOZpbJcM3dKrP 33aQKDBwUsKLnMFTbPOxJMNPaCVD34V5Nes2Xo6o0F44NLeUOle0W8esG17jpk6wIjAItY ciJU/C/rRfLqkwjViZ5+n8Kt5ptKZzmcjmxP0+wxdMD3uDKoqnWsrQrTUicliQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=dismail.de header.s=20190914 header.b=MNKG7oSK; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1694150611; a=rsa-sha256; cv=none; b=mKFGUVEVtVghA7CznKcS6HTHk9VLIQqfHrHXqUnZwuz8873R5AmbuS54cUcae7EadBDptj yTNqXI4fKsgt/yy+OJJm7d8tkcHWEeokPaOTfyZwkkItkZ38J6OpV2vZXcgZbNJPywH8ag GreFdL4q4vTny1mX7WViAa0tiDulJd4YQXEW7ORSOcLDD1asSW+SaG9PqbWV2V2rx9SIJE tsLIT7D5rqzgD2CVSK53qgHZrYREI84DB448x4x+yX5xKA2ksdMMwB93EWJqNxAEZiHMfU CrJHNQXwy+vswjf0B4/4zUhvufRmWo5JJBrDQKJmW/3tIP9B15sy79wXvvMnTg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qeTxR-0004Xy-SL; Fri, 08 Sep 2023 01:23:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeTxM-0004WL-74 for guix-patches@gnu.org; Fri, 08 Sep 2023 01:23:00 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qeTxL-0008Lj-S9 for guix-patches@gnu.org; Fri, 08 Sep 2023 01:22:59 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qeTxN-000111-Ss for guix-patches@gnu.org; Fri, 08 Sep 2023 01:23:01 -0400 Subject: bug#64973: [PATCH python-team 1/1] gnu: python-attrs: Update to 23.1.0. Resent-From: "jgart" Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 08 Sep 2023 05:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64973 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "Hilton Chain" , 64973-done@debbugs.gnu.org Cc: Lars-Dominik Braun Mail-Followup-To: 64973@debbugs.gnu.org, jgart@dismail.de, hako@ultrarare.space Received: via spool by 64973-done@debbugs.gnu.org id=D64973.16941505773886 (code D ref 64973); Fri, 08 Sep 2023 05:23:01 +0000 Received: (at 64973-done) by debbugs.gnu.org; 8 Sep 2023 05:22:57 +0000 Received: from localhost ([127.0.0.1]:41927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeTxI-00010c-M2 for submit@debbugs.gnu.org; Fri, 08 Sep 2023 01:22:56 -0400 Received: from mx2.dismail.de ([159.69.191.136]:46660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeTxG-00010N-It for 64973-done@debbugs.gnu.org; Fri, 08 Sep 2023 01:22:55 -0400 Received: from mx2.dismail.de (localhost [127.0.0.1]) by mx2.dismail.de (OpenSMTPD) with ESMTP id b42bee85; Fri, 8 Sep 2023 07:22:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h= mime-version:date:content-type:content-transfer-encoding:from :message-id:subject:to:cc:in-reply-to:references; s=20190914; bh=orzM3dqFxf4uCeZ2/4i6FJl8UD3GDQDXp2gjwnmu0o4=; b=MNKG7oSKgjZu MReHMqDcjeTm1TGpbzfIY73+bSrMolWxy+i2dc4CeTWo2pZDWgVI0nwCj7t+SWN5 dJLFL72KOTCZtl7ZXlSGijU/t6TvCMaBcAyVx1HzS/Z7Ayt/ycxuz7rngKqRxftF JENxXA2lIocdvBT44LQY5uXB0VteG7VQr3dLGrW7h6lvcUhCFXPBt/KiesiG4YSY bcqqEcD16vgNluI561icvJC/TikFNfnTclAVpkkZGIR8F5rZ7AzApN4Jeplumv3l Q9eAn1vB4DyzIKHGLaH5bm3oQRFpNQUqrmV5ZkMwG4L6zTmllyzDB0KqldH2Nrq+ H6zU9GISkQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx2.dismail.de (OpenSMTPD) with ESMTP id ec277791; Fri, 8 Sep 2023 07:22:46 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 28ae4315; Fri, 8 Sep 2023 07:22:46 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 6cedbfec (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 8 Sep 2023 07:22:46 +0200 (CEST) MIME-Version: 1.0 Date: Fri, 08 Sep 2023 05:22:45 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 Message-ID: In-Reply-To: <636e72617cfcd22217c9c7e318cb0ed3fafe12eb.1690806956.git.hako@ultrarare.space> References: <636e72617cfcd22217c9c7e318cb0ed3fafe12eb.1690806956.git.hako@ultrarare.space> 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: , Reply-to: jgart X-ACL-Warn: , jgart via Guix-patches From: jgart via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: 1E8FE5AD38 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -5.43 X-Spam-Score: -5.43 X-TUID: j6jxi+cInyvC Thanks, applied to the python-team branch. all best, jgart