From unknown Tue Jun 17 20:31:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#77517 <77517@debbugs.gnu.org> To: bug#77517 <77517@debbugs.gnu.org> Subject: Status: [PATCH 5/6] gnu: rust-dirs-sys: Add version 0.5. Reply-To: bug#77517 <77517@debbugs.gnu.org> Date: Wed, 18 Jun 2025 03:31:33 +0000 retitle 77517 [PATCH 5/6] gnu: rust-dirs-sys: Add version 0.5. reassign 77517 guix-patches submitter 77517 Daniel Ziltener severity 77517 normal tag 77517 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 03 21:16:28 2025 Received: (at submit) by debbugs.gnu.org; 4 Apr 2025 01:16:28 +0000 Received: from localhost ([127.0.0.1]:36350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0VfX-0005FT-PH for submit@debbugs.gnu.org; Thu, 03 Apr 2025 21:16:28 -0400 Received: from lists.gnu.org ([2001:470:142::17]:53120) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0VfQ-0005EH-7Z for submit@debbugs.gnu.org; Thu, 03 Apr 2025 21:16:20 -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 1u0VfK-0004tA-SJ for guix-patches@gnu.org; Thu, 03 Apr 2025 21:16:14 -0400 Received: from 195-15-241-199.dc3-a.pub1.etik-cloud.com ([195.15.241.199] helo=lyrion.ch) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1u0VfI-00012K-Vj for guix-patches@gnu.org; Thu, 03 Apr 2025 21:16:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lyrion.ch; s=20230702; t=1743729349; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=26+dIdemGQ0fVoTdRPObuyOyyjW6IdbYyFAsNVPaqJg=; b=aKOA1MdAgfkDOiZSfLXTyScpAoJuldm8FXlnUWyTN/ZbwKhp6wi9dcHFbGxO7kFMfwNnAs TzJu39VnZuww7gCafBGSsuIsZodWgwa1FQTuD+5MD9uR5tioMqaoyvbtd/xMxQOIScQmjz yQ0GVOaUC7X9oLBiru0kth6YpxhWCGATYPS80cxrtDrFLPo3GogqVbyOjVcjWNjtKL1LTR ph2IYhUEgQAEajmG69I4XNrkvSt6V9B6JHQi1JBCmox3NptwDA7wImrKqUMvFmTVIyZR5k VvvQWoaQx9dWf63bJ9IZtaS/EodB/K/H+MnvMjIVlZFLVTpMG0nBxg6xHn+BZw== Received: from lyrion.ch (cf597899.dynamic.tele-ag.de [207.89.120.153]) by lyrion.ch (OpenSMTPD) with ESMTPSA id 5356ea0f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 4 Apr 2025 01:15:49 +0000 (UTC) From: Daniel Ziltener To: guix-patches@gnu.org Subject: [PATCH 5/6] gnu: rust-dirs-sys: Add version 0.5. Date: Fri, 4 Apr 2025 03:13:35 +0200 Message-ID: <20250404011528.17034-5-dziltener@lyrion.ch> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250404011528.17034-1-dziltener@lyrion.ch> References: <20250404011528.17034-1-dziltener@lyrion.ch> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=195.15.241.199; envelope-from=dziltener@lyrion.ch; helo=lyrion.ch X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 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_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, TVD_RCVD_IP=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Daniel Ziltener X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --- gnu/packages/crates-io.scm | 46 ++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 14 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 3360a7c0a1..675bd9ce59 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -21254,24 +21254,23 @@ (define-public rust-dirs-next-1 (home-page "https://github.com/xdg-rs/dirs") (license (list license:expat license:asl2.0)))) -(define-public rust-dirs-sys-0.4 +(define-public rust-dirs-sys-0.5 (package (name "rust-dirs-sys") - (version "0.4.1") - (source (origin - (method url-fetch) - (uri (crate-uri "dirs-sys" version)) - (file-name (string-append name "-" version ".tar.gz")) - (sha256 - (base32 - "071jy0pvaad9lsa6mzawxrh7cmr7hsmsdxwzm7jzldfkrfjha3sj")))) + (version "0.5.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "dirs-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1aqzpgq6ampza6v012gm2dppx9k35cdycbj54808ksbys9k366p0")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs - (("rust-libc" ,rust-libc-0.2) - ("rust-option-ext" ,rust-option-ext-0.2) - ("rust-redox-users" ,rust-redox-users-0.4) - ("rust-windows-sys" ,rust-windows-sys-0.48)))) + `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2) + ("rust-option-ext" ,rust-option-ext-0.2) + ("rust-redox-users" ,rust-redox-users-0.5) + ("rust-windows-sys" ,rust-windows-sys-0.48)))) (home-page "https://github.com/dirs-dev/dirs-sys-rs") (synopsis "System-level helper functions for the dirs and directories crates") @@ -21280,6 +21279,25 @@ (define-public rust-dirs-sys-0.4 and @code{directories} crates.") (license (list license:expat license:asl2.0)))) +(define-public rust-dirs-sys-0.4 + (package + (inherit rust-dirs-sys-0.5) + (name "rust-dirs-sys") + (version "0.4.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "dirs-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "071jy0pvaad9lsa6mzawxrh7cmr7hsmsdxwzm7jzldfkrfjha3sj")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2) + ("rust-option-ext" ,rust-option-ext-0.2) + ("rust-redox-users" ,rust-redox-users-0.4) + ("rust-windows-sys" ,rust-windows-sys-0.48)))))) + (define-public rust-dirs-sys-0.3 (package (inherit rust-dirs-sys-0.4) -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 15 14:13:49 2025 Received: (at 77517-close) by debbugs.gnu.org; 15 Jun 2025 18:13:50 +0000 Received: from localhost ([127.0.0.1]:60371 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQrrZ-00085C-BD for submit@debbugs.gnu.org; Sun, 15 Jun 2025 14:13:49 -0400 Received: from mail.boiledscript.com ([49.12.134.184]:41278) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uQrrT-00084C-Mt; Sun, 15 Jun 2025 14:13:44 -0400 From: Hilton Chain DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ultrarare.space; s=mail; t=1750011222; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=RNrllYI4OyWvhserDRg0N0XBZpzdPYLJ8egDTSnVVcg=; b=QfhBeT2vdb8Ne+qzxegJRO3pf4fghD4BgfUiIbEHkGN3ITwVc0Vsi6lR4mOJgi3sTQjzgL LVySXxlYNvMn4Aid1WXKJU4ATC88gw1KbZiIFMjJZGFUUTwYrLM6zpdsIejwhsrLEU/hCs IDMvu3reBp318KggmNvHULUY7xbXuDzHRMNLhAEBjp/V/rzR+54XsdERJ0eujcyHp+O2ia i2Wv6z24wmQV/AyuO2UX90m6SqbvQqh1D01yTo5Z9tm4aUFYSzWMyPpCvZZ8EjyRt7sxNB dyHmO9s45kiKUIwtwLeLfFfNnHxDIcZ6ApDYpbT/qeZWFIEYkzUgRWHOVff5Ag== To: 77514-close@debbugs.gnu.org Subject: Re: [PATCH 1/6] gnu: rust-bytemuck-derive-1: Update to 1.9.3. In-Reply-To: <20250404011528.17034-1-dziltener@lyrion.ch> References: <20250404011528.17034-1-dziltener@lyrion.ch> Date: Mon, 16 Jun 2025 02:10:08 +0800 Message-ID: <87v7owlvun.fsf@ultrarare.space> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Closing since crates-io module will be removed. Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [49.12.134.184 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [49.12.134.184 listed in bl.score.senderscore.com] 2.5 SUSPICIOUS_RECIPS Similar addresses in recipient list -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 77517-close Cc: 77516-close@debbugs.gnu.org, 77519-close@debbugs.gnu.org, 77517-close@debbugs.gnu.org, 77518-close@debbugs.gnu.org, 77515-close@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.5 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Closing since crates-io module will be removed. Content analysis details: (1.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [49.12.134.184 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [49.12.134.184 listed in bl.score.senderscore.com] 2.5 SUSPICIOUS_RECIPS Similar addresses in recipient list -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager Closing since crates-io module will be removed.