From patchwork Thu Jun 3 06:40:06 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyle Meyer X-Patchwork-Id: 143 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id BB70827BC81; Thu, 3 Jun 2021 07:42:42 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 81B5E27BC78 for ; Thu, 3 Jun 2021 07:42:42 +0100 (BST) Received: from localhost ([::1]:33160 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loh3w-0008Ie-PN for patchwork@mira.cbaines.net; Thu, 03 Jun 2021 02:42:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48294) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loh2M-00065S-UH for guix-patches@gnu.org; Thu, 03 Jun 2021 02:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58601) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1loh2M-0000jS-Mc for guix-patches@gnu.org; Thu, 03 Jun 2021 02:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1loh2M-0006L0-HB for guix-patches@gnu.org; Thu, 03 Jun 2021 02:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48702] [PATCH v2 0/3] Add patatt and update b4 Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 03 Jun 2021 06:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48702 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48702@debbugs.gnu.org, Xinglu Chen Received: via spool by 48702-submit@debbugs.gnu.org id=B48702.162270243624266 (code B ref 48702); Thu, 03 Jun 2021 06:41:02 +0000 Received: (at 48702) by debbugs.gnu.org; 3 Jun 2021 06:40:36 +0000 Received: from localhost ([127.0.0.1]:41901 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loh1v-0006JK-Pu for submit@debbugs.gnu.org; Thu, 03 Jun 2021 02:40:36 -0400 Received: from out1.migadu.com ([91.121.223.63]:52441) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loh1s-0006J5-UM for 48702@debbugs.gnu.org; Thu, 03 Jun 2021 02:40:34 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1622702431; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0/twP5Gj+iPoUxohBsdK/PffDAu5XhodDCspU9izv1Q=; b=zVicKEEe2Fjb1V2SwGDl55OfjTqOrcTV7BU7ivPjCG+TW5QO70r3f+9u4wiTQAcF7kz6E0 yEhQO3TKQv75Jv+i1IAncGoia4O6ehbBEsBNCHVC14Ogy7C3jQeIx4CTrBWSMMZMIXqYVg FwPFRhBYzI8e90H5O1+TXx1iKUUROpPaflpvJoWszi9qP4jQ4Ocr52D0dxHEuhBqZmRU88 YqDc+YYOaYOwj7h+zouzpC1Jucl2ZdX1mTGzksS8+FZbTo9g5Ukqds60e/0qGnLqiGLCZV M2iC2MiJmToWVDYIZNeLxJwz3qQgGN82Mgr8kxHX0qatCI/cCADmeDRlqqfmAg== From: Kyle Meyer Date: Thu, 3 Jun 2021 02:40:06 -0400 Message-Id: <20210603064009.18820-1-kyle@kyleam.com> In-Reply-To: <20210527145046.11773-1-kyle@kyleam.com> References: <20210527145046.11773-1-kyle@kyleam.com> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Since v1 of this series was sent, both patatt and b4 have had bugfix releases. Here's a reroll with the current versions. --- This series updates b4 to the latest version. b4 now uses a separate tool for patch attestation (added in patch 2), which in turn uses a license that's not in guix/licenses.scm (added in patch 1). [1/3] licenses: Add Expat No Attribution license. [2/3] gnu: Add patatt. [3/3] gnu: b4: Update to 0.7.1. gnu/packages/version-control.scm | 37 +++++++++++++++++++++++--------- guix/import/utils.scm | 2 ++ guix/licenses.scm | 10 ++++++++- 3 files changed, 38 insertions(+), 11 deletions(-) Range-diff against v1: 1: f41fc95390 = 1: 1a4ab70088 licenses: Add Expat No Attribution license. 2: 6e1a0d76fb ! 2: f9d1ef1ac5 gnu: Add patatt. @@ gnu/packages/version-control.scm: (define-public grokmirror +(define-public patatt + (package + (name "patatt") -+ (version "0.4.3") ++ (version "0.4.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "patatt" version)) + (sha256 -+ (base32 "0gqcrigq8alxydl6w5kxwdjfkpjhqprpwa3180sbkjlnvans71fs")))) ++ (base32 "08v7f8rwr0gx21q2igxrw51ydlwkgcjch75xhdg0qvnknn4k1c3z")))) + (build-system python-build-system) + (arguments '(#:tests? #f)) ; No tests. + (propagated-inputs 3: 99fea48959 ! 3: 94b7d5062c gnu: b4: Update to 0.7.0. @@ Metadata Author: Kyle Meyer ## Commit message ## - gnu: b4: Update to 0.7.0. + gnu: b4: Update to 0.7.1. - * gnu/packages/version-control.scm (b4): Update to 0.7.0. + * gnu/packages/version-control.scm (b4): Update to 0.7.1. [propagated-inputs]: Add patatt. [source]: Drop snippet for issue that is now fixed upstream. @@ gnu/packages/version-control.scm: (define-public patatt (package (name "b4") - (version "0.6.2") -+ (version "0.7.0") ++ (version "0.7.1") (source (origin (method url-fetch) @@ gnu/packages/version-control.scm: (define-public patatt - (substitute* "setup.py" - (("~=") ">=")) - #t)))) -+ (base32 "089j33yyx827qpy8qkw3xk1cwis650bj5xjdn2qgckxs3sfklw7i")))) ++ (base32 "04hwrqpvb98m6p9qj8mlblb2ynxai7zgzrlm6kbx9q2f9xl16d9z")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; No tests. (inputs base-commit: 9e7d93f67566d52a2dc9006f02a4c2ad2be14442