From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id qGahJ9cwhGZ6IwAAe85BDQ:P1 (envelope-from ) for ; Tue, 02 Jul 2024 16:54:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id qGahJ9cwhGZ6IwAAe85BDQ (envelope-from ) for ; Tue, 02 Jul 2024 18:54:47 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=k5r4SpqR; 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 (strict)" header.from=posteo.net (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719939287; 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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=nSPgcWcI/8VT4Gyy1DzvlFFQI832YIz1vVsfWK1gNe8=; b=cjragL5Poe8dwCTxYyCDMlh6BcviLy2iPMrV+u9I8uopN4bh3uYmLKxaY6RmzTv6y+4NHS GCOQZTukF5sli06gh1UFWMosvhNXzO6g/ORrNRDAPRqt1n4yefIAyfJJr6f3aUjkK+V5ue roOs/0r0IzaXvQKM6qRq9z7+2C8Ef4Tlap4CfjRzNQUfmUmlnw2xUuR08DAYp0bq2KjRYG 6+apaSIxRbejSAZUPTFNU7nP3WX9bHyndLZu+jO+oT+g0r5cmFt+HdO8T5GYm1v+e/lid4 4E3zyjaqSZio24fxmyL9CAFMSM9UHB8ehGrHaC+FK0KIS8nm20MotaL5MZeitQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=k5r4SpqR; 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 (strict)" header.from=posteo.net (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719939287; a=rsa-sha256; cv=none; b=oNhw1yBPMXBEOKbCkwN2HB8zcISHJQ7TagG7H9PnCUhhlsQLKarA+wrkaTJOQ1rYFE4vc/ 0PB7vBvzb3B4J79oPsaYsW+b9PVzsHBIXYKPqcQhNSmv2cfNMmVUBok7stflAc6mucQXtr h4Nv2cmwdg/b2MGyh6kDv5UfzNYGlkJtQoQku1CeQMIfk2wkJbG08K7BOalx3pNYtYGb2L bo3s1GVyj8Mcx8H8unk/pzO/KlRIG5qxFIA0ctTMqJXRntUz5d/feXhmvkwxYAbET397m0 ammuXq8UmKkIoptuJchfl3NCVj/041OepYg+Zjx16TQymWWdKGFvnsoL0QgJ3w== 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 678C169592 for ; Tue, 2 Jul 2024 18:54:46 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOgQJ-0001YG-I1; Tue, 02 Jul 2024 12:32: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 1sOgQF-0001Y5-VA for guix-patches@gnu.org; Tue, 02 Jul 2024 12:32:03 -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 1sOgQD-0006DR-WB for guix-patches@gnu.org; Tue, 02 Jul 2024 12:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sOgQE-0003CS-Hy for guix-patches@gnu.org; Tue, 02 Jul 2024 12:32:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71904] [PATCH] gnu: reuse: Update to 3.0.2. Resent-From: Felix Gruber Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 02 Jul 2024 16:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71904 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71904@debbugs.gnu.org Cc: Felix Gruber X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171993790412262 (code B ref -1); Tue, 02 Jul 2024 16:32:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Jul 2024 16:31:44 +0000 Received: from localhost ([127.0.0.1]:37487 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOgPw-0003Bi-8b for submit@debbugs.gnu.org; Tue, 02 Jul 2024 12:31:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:36612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOgPt-0003BW-5e for submit@debbugs.gnu.org; Tue, 02 Jul 2024 12:31:42 -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 1sOgPp-0001UR-85 for guix-patches@gnu.org; Tue, 02 Jul 2024 12:31:39 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOgPk-00067Q-QB for guix-patches@gnu.org; Tue, 02 Jul 2024 12:31:36 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id A451E240029 for ; Tue, 2 Jul 2024 18:31:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1719937884; bh=qNIo2l47eJHB5QWjfi1cfH6qHeBuea/asoeGPl1y3lg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=k5r4SpqRjLH1nxw3toiMtTQ4XBqgjBpJf3XGgnPQ5+boe5ul/GL3ekF7ydxVbQcIP grOkMI9bFdKaJbHB6ugj2dC2Mxs/JmV6uuCKSm71ZMFwEC5d8TX9FXnGO8nW04ERIh mPZwL0/Ru4u7RlkFJn51cE+lpKptcVktF9Gwj0ghqJw/Guv6aDfSZuAS/mVkP01/gv W1b7aqcEp+ZfbxZo9ENoR/VH/miusDqgiDjWURzv8oZw3Ca+DYNbuoCwrh1+qwtpAI 1FMOQsjBTWfugUSt+gjePYLGI88vgU+NsI6BbVvyQ0iARzyk6A7ySAo4eqH1t5ngRw +vuaAE8/TASVA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4WD7hX07b0z9rxT; Tue, 2 Jul 2024 18:31:23 +0200 (CEST) From: Felix Gruber Date: Tue, 2 Jul 2024 16:31:05 +0000 Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-Country: US X-Migadu-Flow: FLOW_IN X-Spam-Score: 3.72 X-Migadu-Queue-Id: 678C169592 X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: 3.72 X-TUID: ROoNM2O5Zmzo * gnu/packages/license.scm (reuse): Update to 3.0.2. Change-Id: I527df845dcc4deaf1ffae90d6a8e13dc9033d5ad --- gnu/packages/license.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/license.scm b/gnu/packages/license.scm index c562f70498..9497650288 100644 --- a/gnu/packages/license.scm +++ b/gnu/packages/license.scm @@ -172,13 +172,13 @@ (define-public licensecheck (define-public reuse (package (name "reuse") - (version "3.0.1") + (version "3.0.2") (source (origin (method url-fetch) (uri (pypi-uri "reuse" version)) (sha256 - (base32 "0vqawznn8zhh5m3hv51xjhkz0v4vbmsiz2z1smg52k4nmlly832r")))) + (base32 "19ijdwbr47pa0ba30s40b53qb0chyq27akj0484aj9s5p1i85svk")))) (build-system pyproject-build-system) (arguments ;; Change directory before running the test suite to avoid having both base-commit: 4b3a553ca5ba5ac190739309eb5f7aa8170cf2a8 -- 2.45.1