From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id 4FFUM769FGSPTQEASxT56A (envelope-from ) for ; Fri, 17 Mar 2023 20:21:34 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id wA3/Mr69FGSxPQAAauVa8A (envelope-from ) for ; Fri, 17 Mar 2023 20:21:34 +0100 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 8BD4022B8 for ; Fri, 17 Mar 2023 20:21:34 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=nlA1XKuq; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679080894; 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=S0WFRPk85Wua1m5TXJzYNxLRoEMR3ptIwNlKj1vtBm8=; b=lnsunJ/+NXHhNA9c4NWgSUIJZGHsdB6kZZfDlPQaHOJCJ5qZhI3/xCzoJSJgl1qALMHcev 9i1L6BGkSvNKGt34RKXK8pWldZNu2IB4OCovO47QrJQDkQIRQmQZPw0C7j1SY9kbKl6naO Ncdo2ZCR7y+U9wF6tgTla0Y/bLiGhi7oiMSG+j+fp6uk4BTxOOEim7Ng08eEETBJACadMY FBwGUfZFQQ6aWJfuyyGuzeUrANg4o1OHb5K0mGXFMd3aFZumfFSSVPXhjTtfv8Gbyakp7/ bfzRzAEfykvboIA00Oko8Us3XZOfI3TLC4U3tIexjNPM1hemYs1pe4zLP1UfdQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=nlA1XKuq; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679080894; a=rsa-sha256; cv=none; b=DZQFmaE/4YcZGiDgfAzofjFTsRAO23kCgjOgBTRty0j9WJCPddOr+yYa0jt6gh7Sg70i/J Z3JEBn4pn5vQTg1tGEKp6IMxQGrAlVjYS9PQkBoX4wgrQ1zNMn21Pbsi60y3zSQFvbnu7P ASgVjpttsTqdm8BK40hOABvPFfpY/c09qrHd4zHhAV9AQvgasg9pE/gaEXp4OrboJw9Y/m Lk36PifApg/hfuK0FRUNzoj2Pl3JkzcYVYrnXqjKoAQGM5m4PqFjXlvi38NktkFmX1LRqn x4QlphoH512AF0G5wlKL+dgZjIlJCx2M43duyUksR9nk0P7iKKPkNeFiqRS/Mw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pdFdT-0005bo-E7; Fri, 17 Mar 2023 15:21:07 -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 1pdFdP-0005aD-Vf for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pdFdP-0004Ex-Nn for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pdFdP-00042b-Iu for guix-patches@gnu.org; Fri, 17 Mar 2023 15:21:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#60838] [PATCH v2 4/7] gnu: Add python-pluggy-next. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 19:21:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60838 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60838@debbugs.gnu.org Cc: Felix Gruber Received: via spool by 60838-submit@debbugs.gnu.org id=B60838.167908084015423 (code B ref 60838); Fri, 17 Mar 2023 19:21:03 +0000 Received: (at 60838) by debbugs.gnu.org; 17 Mar 2023 19:20:40 +0000 Received: from localhost ([127.0.0.1]:45681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdFd2-00040a-2Y for submit@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:40 -0400 Received: from mout02.posteo.de ([185.67.36.66]:45739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdFcy-0003zy-B2 for 60838@debbugs.gnu.org; Fri, 17 Mar 2023 15:20:36 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id CED612406D7 for <60838@debbugs.gnu.org>; Fri, 17 Mar 2023 20:20:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1679080830; bh=rZASgrnriIUuZdtEYweldsQBvrYx8VSaXS3+Po1EUNY=; h=From:To:Cc:Subject:Date:From; b=nlA1XKuqYrzs8PdcaNULNLfwuxrCb7IhlYLWv31PUeobQ6Xx5pcW+izlWXF5lJ6/E v8WL6FgTA2kraU6g7Ljgzbp/IyYKBn69XdaMtS4FRwPcI4fNIbJxIutyGrbzN4Rfgh WSnLJJgrltI+A5uXeXpp15OC9Vrent0FJcmaoC9iyhWoSu0t/rFNMnfh2EHnnlBOV+ /tJKRAk2JmQW4AQDMWBlt7QDKcRjdWihSM32iYVDLAWZ/+HbLuA9nkfpywGMf+IzE4 O5RD2Wob6WNowccIvr7LiDI6y+xRg6l8+GE/o/xXC8vwffHLM5fJ9E7jTwir/mnuQc uQB2eX3fULODw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4PdYqy2fwDz6tm4; Fri, 17 Mar 2023 20:20:30 +0100 (CET) From: Felix Gruber Date: Fri, 17 Mar 2023 19:19:18 +0000 Message-Id: <51068734c3ad24fcfeb8062995487aa47e54ec86.1679080713.git.felgru@posteo.net> In-Reply-To: References: <20230115214753.25034-1-felgru@posteo.net> 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: X-Migadu-Queue-Id: 8BD4022B8 X-Spam-Score: -1.45 X-Migadu-Spam-Score: -1.45 X-Migadu-Scanner: scn0.migadu.com 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-Country: US X-Migadu-Flow: FLOW_IN X-TUID: 3LLxdBsc5lFa * gnu/packages/python-xyz.scm (python-pluggy-next): New variable. --- gnu/packages/python-xyz.scm | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a6bd592837..af1799591e 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15408,6 +15408,19 @@ (define-public python-pluggy (home-page "https://pypi.org/project/pluggy/") (license license:expat))) +;;; TODO: Make this the default python-pluggy in the next rebuild cycle. +(define-public python-pluggy-next + (package + (inherit python-pluggy) + (version "1.0.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "pluggy" version)) + (sha256 + (base32 + "0n8iadlas2z1b4h0fc73b043c7iwfvx9rgvqm1azjmffmhxkf922")))))) + (define-public python-plumbum (package (name "python-plumbum") -- 2.39.2