From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id qFWQEhyiGGQ9qQAASxT56A (envelope-from ) for ; Mon, 20 Mar 2023 19:12:44 +0100 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id YCWgERyiGGTfZwAAG6o9tA (envelope-from ) for ; Mon, 20 Mar 2023 19:12:44 +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 aspmx2.migadu.com (Postfix) with ESMTPS id 0EF7037016 for ; Mon, 20 Mar 2023 19:12:44 +0100 (CET) Authentication-Results: aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Wvbs2ybk; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.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=1679335964; 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=ChDg1bxmt4OgRvxg8KkISEOEj5PFT6p/P+TV26yGXWI=; b=OtGoqfkTo7ZwVdopjMwjn2WtECdESOI7r33lSDpidsJ1fnKkffq91al3E1eZ6XauZ+UDhu v6tKKkHsSfSOHOH6NciWRuE229JIJS2WKktmDajeSF/xvkrf/dqGcQcQ24FNPbWRXuOm5W ZqQrt63sgQ/bxO6Nx6hzpri7DabRlVSPzdNNRImhE/GxkX/eRUXrg7eNHvdVxUrhA2ChwN eSEF+AzBjmLkt+VaWOJmD0B+yVUEojQrX0MkjQIv/X4nDQxl6zwBR9q2MCoV0Xbe17MyM+ JERKHMTD6gAsXtxKYGqZJNeQ5MXHQxf44mXpXpyOOyfg2iQhVXxJro14/hwwnw== ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Wvbs2ybk; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.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=1679335964; a=rsa-sha256; cv=none; b=Z/NcRq1Y2t8z2mcpPF6iayre0thteVW88cSNhDbOd7SWRiHl5sw38w7fEsShTXa7A7iGgG 5DC+gfynOUQLos/0LSo62yVqE+iqCGTJvw+qtPyZNIYueTgUWTpMiC8DEnQgUN7u8Pc+bU EY4n9Cv/0lHqm6NYqfiGCcz8tR+Inlv28sAsl2dxGcYLUOI5J/9NEV8+0oLEteF8H+0tGQ YtDhzQ39TKwsxHAzR0br+7s7kiLTrh0rLLvcGK9V0cUG0Bnj5y31FXNxkA0nAaLumCEw5H zhloN6erXbhB6cZmi81syWcQQFR7/hqzaHW8ejrIBPyCPGYavAFSCDR9JvQW5g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peJVV-0007oQ-5m; Mon, 20 Mar 2023 13:41:17 -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 1peJVS-0007mU-7R for guix-patches@gnu.org; Mon, 20 Mar 2023 13:41:14 -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 1peJVR-0005Aq-Ty for guix-patches@gnu.org; Mon, 20 Mar 2023 13:41:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peJVR-0005NJ-PO for guix-patches@gnu.org; Mon, 20 Mar 2023 13:41:13 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62196] [PATCH 082/223] gnu: ruby-sinatra: Update to 3.0.5. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Mar 2023 17:41:13 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62196 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62196@debbugs.gnu.org Cc: Maxim Cournoyer Received: via spool by 62196-submit@debbugs.gnu.org id=B62196.167933402420256 (code B ref 62196); Mon, 20 Mar 2023 17:41:13 +0000 Received: (at 62196) by debbugs.gnu.org; 20 Mar 2023 17:40:24 +0000 Received: from localhost ([127.0.0.1]:56602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJUe-0005GY-F8 for submit@debbugs.gnu.org; Mon, 20 Mar 2023 13:40:24 -0400 Received: from mail-qt1-f179.google.com ([209.85.160.179]:44936) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJ8r-0003Ds-4O for 62196@debbugs.gnu.org; Mon, 20 Mar 2023 13:17:53 -0400 Received: by mail-qt1-f179.google.com with SMTP id s12so13912716qtq.11 for <62196@debbugs.gnu.org>; Mon, 20 Mar 2023 10:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679332672; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ChDg1bxmt4OgRvxg8KkISEOEj5PFT6p/P+TV26yGXWI=; b=Wvbs2ybkVpCQrlOTVKvguDqz0Gj7j0K+Xy4Y2pHQ+5sLT33HxssXLhRVTMHrftRM9+ AdTLK+UuAho7UEUBDbrhO2ho78uXuxw8l0fidZKyz/Gw9Auc7CtnK+gEPTosWuoaA6tk qnnLu7sd8q/gAi0Ar7TzNz5/KIQW+ZAeFu3xuoLxKz0Rc6FO/2y8cNOHFGaMT+me7XFS 9pgyTcS+Yz+8BKVSgrYp6cBkLoK0HHmVfnRGn5wkhbGUHToxNrSLBlOLTmII91vpZZCo O3jQiZ/LG6DbSCV5+F9Gob8/vO3qEZdMF5SWdyP4GiFBi81/RybpLxCHZ1rJOUjLcGtw s/fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679332672; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ChDg1bxmt4OgRvxg8KkISEOEj5PFT6p/P+TV26yGXWI=; b=M1SpyBD5NyI9miQa3LanoPuKZ8BequJXYRvLWLWUZyJPwdRRaffDXJzPlcxSwivCxF Esj/aR92wm5GZ5a0xD5zXOsf+8FmVg1a1aaw92R2oT8QIkRuEmuLUOq4FJ6Wl5PFXMvg Zc3T4Y7cgBVQXndoV2ciwpLrBBUTx71Ry8iZ1ORt5d98oxLbjJpgnL78sBYb94JuHmyC 1FCWPNynAukwKpMhETqHhQaBN7C9tuQgKBM6epocG+iuKatoJnovO7YU04XPJ/8RKaa3 EWU5xlyJ21wqS135ALwyIdoDSjAaJqjvWsOOURxGkvk+/k68iGN9URA5yUtt/UQzJUu+ e7uA== X-Gm-Message-State: AO0yUKWrS0VhRz00TDdwEfiJQnN1B0x0XvxjU679FVvcDsA9oUMNqcWd YkV0TUL7yZBaSZDeCUlSiYS3TT0U3mk= X-Google-Smtp-Source: AK7set9KdaMHSXOUq/okFdJX1r2a9w2xCr6lIBNj5NwxPRzmSoQzV/oWJs4jIflp2TnDh3PP92Vkmw== X-Received: by 2002:a05:622a:246:b0:3de:6d89:adb1 with SMTP id c6-20020a05622a024600b003de6d89adb1mr11028280qtx.20.1679332672593; Mon, 20 Mar 2023 10:17:52 -0700 (PDT) Received: from localhost.localdomain (dsl-10-128-46.b2b2c.ca. [72.10.128.46]) by smtp.gmail.com with ESMTPSA id p17-20020a374211000000b007428e743508sm7673809qka.70.2023.03.20.10.17.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Mar 2023 10:17:52 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 20 Mar 2023 13:14:14 -0400 Message-Id: <20230320171635.11184-82-maxim.cournoyer@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230320171635.11184-1-maxim.cournoyer@gmail.com> References: <20230320171635.11184-1-maxim.cournoyer@gmail.com> 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: 0EF7037016 X-Spam-Score: -1.95 X-Migadu-Spam-Score: -1.95 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: u2IFvHMVCPSC * gnu/packages/ruby.scm (ruby-sinatra): Update to 3.0.5. Delete trailing #t. Delete arguments field. --- gnu/packages/ruby.scm | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 41a2f01ca3..32776ac597 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -12310,28 +12310,20 @@ (define-public ruby-htmlentities (home-page "https://github.com/threedaymonk/htmlentities") (license license:expat))) +;;; FIXME: Currently broken with rack 3, awaiting the merge for +;;; https://github.com/sinatra/sinatra/pull/1857 and a new release. (define-public ruby-sinatra (package (name "ruby-sinatra") - (version "2.0.8.1") + (version "3.0.5") (source (origin (method url-fetch) (uri (rubygems-uri "sinatra" version)) (sha256 (base32 - "0riy3hwjab1mr73jcqx3brmbmwspnw3d193j06a5f0fy1w35z15q")))) + "1ryfja9yd3fq8n1p5yi3qnd0pjk7bkycmxxmbb1bj0axlr1pdv20")))) (build-system ruby-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - ;; See: https://github.com/sinatra/sinatra/issues/1578. - (add-after 'extract-gemspec 'fix-slow-doc-generation - (lambda _ - (substitute* "sinatra.gemspec" - (("\"README.rdoc\"\\.freeze," all) - (string-append all " \"--exclude=.*\\.md\".freeze,"))) - #t))))) (propagated-inputs (list ruby-mustermann ruby-rack ruby-rack-protection ruby-tilt)) (synopsis "DSL for quick web applications creation in Ruby") -- 2.39.1