From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id ODdAI6wqNmXpogAAG6o9tA:P1 (envelope-from ) for ; Mon, 23 Oct 2023 10:11:24 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id ODdAI6wqNmXpogAAG6o9tA (envelope-from ) for ; Mon, 23 Oct 2023 10:11:24 +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 44672638DE for ; Mon, 23 Oct 2023 10:11:24 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=fNDMqy3U; 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=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1698048684; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=/9vKxTBpJPoQG3bURxUf774Qb5WyBMQIAvD6YRK+v/g=; b=ivvks+/+nfWLngHs09fhqeAGOnD3o5/Jay7NINlyWVYzIkfaLKreXX5bb64njY/RX8AJNG 7ggA6slghBX8YKqKp9geMItRAmUQPcP0TfsAlAmKAUg49j7PWM0ML9j9FEAk6CeZhsmTiu bb2KCmqsAb7z1OuTbl1grOTCMwlyUb8TmVq8IPPRtOLDKJjqqfW9EUVEJmzMubtwk5N5K6 SH37OI2JnhQBvKojcLhVooU5Ja8jCzfQPbmuHq3Gn5COUq6821qBKbP25MjVSR/YCaf8/3 A/5Un/nUI7huH8w+Lj2WxO1Eqj5HY5E4nW630Vo8Z0+tav5XErLx5hu+cioZgA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1698048684; a=rsa-sha256; cv=none; b=pTzJhfonz+c6uWvqWfawbAe8St5PQ/2SNXNsus3FK8/jFLy5MsMLbFvbfyBBzkqNA50ypL SWrcST4cDGUYDDv3i3FGqTB5fq6wSNm/Vk5NQXUyyygam/YRkRVfbiptam6qrbIAhU/hs9 4vZGxHgQ7oteCD4bdMGT1o8lcx5RL3bR5jfLHwWZL92Qb5cehdnqFXFmUMR2DrHfTfmPs6 uHC2IDqVbiBnasVp08oHAHAD/2JQvSkJDWpYYeqmAReYU7XWpC39gCiExJfpWNKCQHIuya W7MZrnX/MDxQdWhAYdZBcITxIIH0hiex6i51+J2xOQeAT5LcKr1hqaLXJAYPyA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=fNDMqy3U; 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=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quq1V-0004FI-Dx; Mon, 23 Oct 2023 04:10:53 -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 1quq1F-00048s-Vz for guix-patches@gnu.org; Mon, 23 Oct 2023 04:10:39 -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 1quq1B-000743-Q6 for guix-patches@gnu.org; Mon, 23 Oct 2023 04:10:37 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1quq1e-0001vf-KC; Mon, 23 Oct 2023 04:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66690] [PATCH 2/7] gnu: python-ruamel.yaml: Update to 0.17.40. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: arunisaac@systemreboot.net, guix-patches@gnu.org Resent-Date: Mon, 23 Oct 2023 08:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66690 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66690@debbugs.gnu.org Cc: Arun Isaac , Arun Isaac X-Debbugs-Original-Xcc: Arun Isaac Received: via spool by 66690-submit@debbugs.gnu.org id=B66690.16980486497344 (code B ref 66690); Mon, 23 Oct 2023 08:11:02 +0000 Received: (at 66690) by debbugs.gnu.org; 23 Oct 2023 08:10:49 +0000 Received: from localhost ([127.0.0.1]:48966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quq1R-0001uH-55 for submit@debbugs.gnu.org; Mon, 23 Oct 2023 04:10:49 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:33976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quq1H-0001ta-Jf for 66690@debbugs.gnu.org; Mon, 23 Oct 2023 04:10:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=/9vKxTBpJPoQG3bURxUf774Qb5WyBMQIAvD6YRK+v/g=; b=fNDMqy3UdrykCj1NXtbQw2d+V1 OveCy0Mjxe0vtevhFt9dlmKXBA/rHaUXcjrn1u9IB3c8wMQ0UwKmfLCwKXplabFVzOZlIQ6XELd97 flFv5U/nkIjGqRDBd+Nlvq1/xdR23BG7otbWsIKcFhrC9V0lL9eiMlqgLZGILW6Sx9xRKbc4y2HVo KzeEnSkpES65ikUUaltYwra5BfNuIB1/mCKZ3n0j75yd0u1VlfbG03rn3eqoyeP5aVokwHb5rhwO6 gA8sikZ93VX953VPibKjDWsK4djMqpJPJFqhK3F4/Zee4m5dVcFjQOpSDek9l92ydB+7LsLg+i15Y mMBKGj+A==; Received: from [192.168.2.1] (port=51852 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1quq0l-001gvg-17; Mon, 23 Oct 2023 09:10:07 +0100 From: Arun Isaac Date: Mon, 23 Oct 2023 09:09:41 +0100 Message-ID: <3d3b93e37702a963442ec8b63b01811874b43d22.1698013055.git.arunisaac@systemreboot.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: 4.38 X-Migadu-Queue-Id: 44672638DE X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: 4.38 X-TUID: ILa8/42ucoat * gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.17.40. --- gnu/packages/serialization.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index c1158b10b3..45aaee5a28 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -677,14 +677,14 @@ (define-public python-msgspec (define-public python-ruamel.yaml (package (name "python-ruamel.yaml") - (version "0.16.13") + (version "0.17.40") (source (origin (method url-fetch) (uri (pypi-uri "ruamel.yaml" version)) (sha256 (base32 - "0hm9yg785f46bkrgqknd6fdvmkby9dpzjnm0b63qf0i748acaj5v")))) + "0g9irxrlim93z9ccgjyx4bfhbkdlqin0hzmhnn1d8rb7y23bj930")))) (build-system python-build-system) (native-inputs (list python-pytest)) -- 2.41.0