From patchwork Fri Jun 23 16:56:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve George X-Patchwork-Id: 51233 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 5D88227BBEC; Fri, 23 Jun 2023 17:58:35 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 317A327BBE2 for ; Fri, 23 Jun 2023 17:58:34 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qCk6n-0000j6-27; Fri, 23 Jun 2023 12:58:05 -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 1qCk6k-0000h0-Qh for guix-patches@gnu.org; Fri, 23 Jun 2023 12:58:02 -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 1qCk6k-0006qs-IJ for guix-patches@gnu.org; Fri, 23 Jun 2023 12:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qCk6k-0004H2-EX; Fri, 23 Jun 2023 12:58:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#64248] [PATCH 8/8] gnu: rust-rspotify: Update to 0.11.7. Resent-From: Steve George Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Fri, 23 Jun 2023 16:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64248 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 64248@debbugs.gnu.org Cc: Steve George , efraim@flashner.co.il X-Debbugs-Original-Xcc: efraim@flashner.co.il Received: via spool by 64248-submit@debbugs.gnu.org id=B64248.168753944216314 (code B ref 64248); Fri, 23 Jun 2023 16:58:02 +0000 Received: (at 64248) by debbugs.gnu.org; 23 Jun 2023 16:57:22 +0000 Received: from localhost ([127.0.0.1]:39454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCk65-0004Et-6z for submit@debbugs.gnu.org; Fri, 23 Jun 2023 12:57:22 -0400 Received: from mailtransmit05.runbox.com ([185.226.149.38]:51390) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qCk62-0004EO-Rp for 64248@debbugs.gnu.org; Fri, 23 Jun 2023 12:57:19 -0400 Received: from mailtransmit03.runbox ([10.9.9.163] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1qCk5x-006ypM-94 for 64248@debbugs.gnu.org; Fri, 23 Jun 2023 18:57:13 +0200 Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1qCk5w-000561-My for 64248@debbugs.gnu.org; Fri, 23 Jun 2023 18:57:13 +0200 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1qCk5t-0006NR-DO; Fri, 23 Jun 2023 18:57:09 +0200 From: Steve George Date: Fri, 23 Jun 2023 17:56:51 +0100 Message-Id: X-Mailer: git-send-email 2.40.1 In-Reply-To: <50613bf2-90f6-c885-28a9-6eca1d487a07@futurile.net> References: <50613bf2-90f6-c885-28a9-6eca1d487a07@futurile.net> MIME-Version: 1.0 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-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * gnu/packages/crates-io.scm (rust-rspotify): Update to 0.11.7 --- gnu/packages/crates-io.scm | 114 ++++++++++++++++++++++++------------- 1 file changed, 75 insertions(+), 39 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 7ce924a70b..3a264005e6 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -52918,6 +52918,81 @@ (define-public rust-rspec-1 rust.") (license license:mpl2.0))) +(define-public rust-rspotify-0.11 + (package + (name "rust-rspotify") + (version "0.11.7") + (source (origin + (method url-fetch) + (uri (crate-uri "rspotify" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0jxpdiic1550h13j8gaqk1g3xlv3b7p7dzyjrf6xx6j8hzh74kjw")))) + (build-system cargo-build-system) + (arguments + (list #:tests? #f + #:cargo-inputs `(("rust-async-stream" ,rust-async-stream-0.3) + ("rust-async-trait" ,rust-async-trait-0.1) + ("rust-base64" ,rust-base64-0.20) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-dotenv" ,rust-dotenv-0.15) + ("rust-futures" ,rust-futures-0.3) + ("rust-getrandom" ,rust-getrandom-0.2) + ("rust-log" ,rust-log-0.4) + ("rust-maybe-async" ,rust-maybe-async-0.2) + ("rust-rspotify-http" ,rust-rspotify-http-0.11) + ("rust-rspotify-macros" ,rust-rspotify-macros-0.11) + ("rust-rspotify-model" ,rust-rspotify-model-0.11) + ("rust-serde" ,rust-serde-1) + ("rust-serde-json" ,rust-serde-json-1) + ("rust-sha2" ,rust-sha2-0.10) + ("rust-thiserror" ,rust-thiserror-1) + ("rust-url" ,rust-url-2) + ("rust-webbrowser" ,rust-webbrowser-0.8)) + #:cargo-development-inputs `(("rust-env-logger" ,rust-env-logger-0.10) + ("rust-futures-util" ,rust-futures-util-0.3) + ("rust-tokio" ,rust-tokio-1)))) + (native-inputs (list pkg-config openssl)) + (home-page "https://github.com/ramsayleung/rspotify") + (synopsis "Spotify API wrapper") + (description "This package provides a wrapper API for the Spotify +streaming service.") + (license license:expat))) + +(define-public rust-rspotify-0.10 + (package + (inherit rust-rspotify-0.11) + (name "rust-rspotify") + (version "0.10.0") + (source (origin + (method url-fetch) + (uri (crate-uri "rspotify" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "196wd157l3fn6hlyixgffhl2x516g4fpa3s91arhcikiifsppzgf")))) + (arguments + (list #:skip-build? #t + #:cargo-inputs `(("rust-base64" ,rust-base64-0.10) + ("rust-chrono" ,rust-chrono-0.4) + ("rust-derive-builder" ,rust-derive-builder-0.7) + ("rust-dotenv" ,rust-dotenv-0.13) + ("rust-env-logger" ,rust-env-logger-0.6) + ("rust-failure" ,rust-failure-0.1) + ("rust-itertools" ,rust-itertools-0.8) + ("rust-lazy-static" ,rust-lazy-static-1) + ("rust-log" ,rust-log-0.4) + ("rust-percent-encoding" ,rust-percent-encoding-1) + ("rust-rand" ,rust-rand-0.6) + ("rust-random" ,rust-random-0.12) + ("rust-reqwest" ,rust-reqwest-0.10) + ("rust-serde" ,rust-serde-1) + ("rust-serde-derive" ,rust-serde-derive-1) + ("rust-serde-json" ,rust-serde-json-1) + ("rust-url" ,rust-url-1) + ("rust-webbrowser" ,rust-webbrowser-0.5)))))) + (define-public rust-rspotify-http-0.11 (package (name "rust-rspotify-http") @@ -61280,45 +61355,6 @@ (define-public rust-sprs-0.10 ("rust-bincode" ,rust-bincode-1) ("rust-tobj" ,rust-tobj-2)))))) -(define-public rust-rspotify-0.10 - (package - (name "rust-rspotify") - (version "0.10.0") - (source - (origin - (method url-fetch) - (uri (crate-uri "rspotify" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 "196wd157l3fn6hlyixgffhl2x516g4fpa3s91arhcikiifsppzgf")))) - (build-system cargo-build-system) - (arguments - `(#:skip-build? #t - #:cargo-inputs - (("rust-base64" ,rust-base64-0.10) - ("rust-chrono" ,rust-chrono-0.4) - ("rust-derive-builder" ,rust-derive-builder-0.7) - ("rust-dotenv" ,rust-dotenv-0.13) - ("rust-env-logger" ,rust-env-logger-0.6) - ("rust-failure" ,rust-failure-0.1) - ("rust-itertools" ,rust-itertools-0.8) - ("rust-lazy-static" ,rust-lazy-static-1) - ("rust-log" ,rust-log-0.4) - ("rust-percent-encoding" ,rust-percent-encoding-1) - ("rust-rand" ,rust-rand-0.6) - ("rust-random" ,rust-random-0.12) - ("rust-reqwest" ,rust-reqwest-0.10) - ("rust-serde" ,rust-serde-1) - ("rust-serde-derive" ,rust-serde-derive-1) - ("rust-serde-json" ,rust-serde-json-1) - ("rust-url" ,rust-url-1) - ("rust-webbrowser" ,rust-webbrowser-0.5)))) - (home-page "https://github.com/ramsayleung/rspotify") - (synopsis "Spotify API wrapper") - (description "This package provides wrapper API forSpotify streaming -service.") - (license license:expat))) - (define-public rust-spsc-buffer-0.1 (package (name "rust-spsc-buffer")