From unknown Fri Aug 15 19:26:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#77519] [PATCH 6/6] gnu: rust-directories: Add version 6. Resent-From: Daniel Ziltener Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Apr 2025 01:17:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 77519 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 77519@debbugs.gnu.org Cc: Daniel Ziltener X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174372938920198 (code B ref -1); Fri, 04 Apr 2025 01:17:06 +0000 Received: (at submit) by debbugs.gnu.org; 4 Apr 2025 01:16:29 +0000 Received: from localhost ([127.0.0.1]:36354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0VfY-0005Fc-JP for submit@debbugs.gnu.org; Thu, 03 Apr 2025 21:16:28 -0400 Received: from lists.gnu.org ([2001:470:142::17]:53132) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0VfS-0005EO-Ss for submit@debbugs.gnu.org; Thu, 03 Apr 2025 21:16:23 -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 1u0VfN-0004tS-Gx for guix-patches@gnu.org; Thu, 03 Apr 2025 21:16:17 -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 1u0VfL-00011L-27 for guix-patches@gnu.org; Thu, 03 Apr 2025 21:16:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lyrion.ch; s=20230702; t=1743729350; 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=tAYwnJ1g5K0FYQKOiojadmuhylIkgFu89M0wpZ3vcdQ=; b=IOG/6ieBsiFAM/YksprH1wveSH2li06wY9PxyIvEccDl4SvsDvcR1R4K58+zQt3bRw6HuX jRNj3iQ0qZ528djryF93Baf4GID13bRN76D5tTAMjc/SJ7U0pqwjFAGFUg3m/j26BzW2fC s6UBYAsvfo4p9adgFQRiuAvv9j3ZxIoNCdKb1vDqQXQUsSDGx4+ziyVF3+OnSGRXtfhFwx r4l7mgAYOmIBJXyYOFw6U5krwQ/4qFA5AitatIT88IPksIauVvWR9N3RE6GOhuievyJh45 IZklioH/Qxpx5d0jAicwQxd9KR/OQ0t61nAYJVCx4u4mJ2wokZpuFaB/aDkU5g== Received: from lyrion.ch (cf597899.dynamic.tele-ag.de [207.89.120.153]) by lyrion.ch (OpenSMTPD) with ESMTPSA id 9eea0d48 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 4 Apr 2025 01:15:49 +0000 (UTC) From: Daniel Ziltener Date: Fri, 4 Apr 2025 03:13:36 +0200 Message-ID: <20250404011528.17034-6-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-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 | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 675bd9ce59..a69080f83b 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -21034,23 +21034,21 @@ (define-public rust-dircpy-0.3 (description "Copy directories recursively with flexible options.") (license license:expat))) -(define-public rust-directories-5 +(define-public rust-directories-6 (package (name "rust-directories") - (version "5.0.1") + (version "6.0.0") (source (origin (method url-fetch) (uri (crate-uri "directories" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0dba6xzk79s1clqzxh2qlgzk3lmvvks1lzzjhhi3hd70hhxifjcs")))) + (base32 "0zgy2w088v8w865c11dmc3dih899fgrhvrfp7g83h6v6ai60kx8n")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs - (("rust-dirs-sys" ,rust-dirs-sys-0.4)) - #:cargo-development-inputs - (("rust-bencher" ,rust-bencher-0.1)))) + `(#:cargo-inputs (("rust-dirs-sys" ,rust-dirs-sys-0.5)) + #:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1)))) (home-page "https://github.com/dirs-dev/directories-rs") (synopsis "Library for standard locations of data directories") (description @@ -21062,6 +21060,23 @@ (define-public rust-directories-5 Directory guidelines on macOS.") (license (list license:expat license:asl2.0)))) +(define-public rust-directories-5 + (package + (inherit rust-directories-6) + (name "rust-directories") + (version "5.0.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "directories" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0dba6xzk79s1clqzxh2qlgzk3lmvvks1lzzjhhi3hd70hhxifjcs")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-dirs-sys" ,rust-dirs-sys-0.4)) + #:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1)))))) + (define-public rust-directories-4 (package (inherit rust-directories-5) -- 2.49.0 From unknown Fri Aug 15 19:26:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Daniel Ziltener Subject: bug#77519: closed (Re: [PATCH 1/6] gnu: rust-bytemuck-derive-1: Update to 1.9.3.) Message-ID: References: <87v7owlvun.fsf@ultrarare.space> <20250404011528.17034-6-dziltener@lyrion.ch> X-Gnu-PR-Message: they-closed 77519 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 77519@debbugs.gnu.org Date: Sun, 15 Jun 2025 18:14:10 +0000 Content-Type: multipart/mixed; boundary="----------=_1750011250-31360-1" This is a multi-part message in MIME format... ------------=_1750011250-31360-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #77519: [PATCH 6/6] gnu: rust-directories: Add version 6. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 77519@debbugs.gnu.org. --=20 77519: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D77519 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1750011250-31360-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 77519-close) by debbugs.gnu.org; 15 Jun 2025 18:13:51 +0000 Received: from localhost ([127.0.0.1]:60375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uQrra-00085c-Rr for submit@debbugs.gnu.org; Sun, 15 Jun 2025 14:13:51 -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: 77519-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. ------------=_1750011250-31360-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 4 Apr 2025 01:16:29 +0000 Received: from localhost ([127.0.0.1]:36354 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0VfY-0005Fc-JP for submit@debbugs.gnu.org; Thu, 03 Apr 2025 21:16:28 -0400 Received: from lists.gnu.org ([2001:470:142::17]:53132) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0VfS-0005EO-Ss for submit@debbugs.gnu.org; Thu, 03 Apr 2025 21:16:23 -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 1u0VfN-0004tS-Gx for guix-patches@gnu.org; Thu, 03 Apr 2025 21:16:17 -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 1u0VfL-00011L-27 for guix-patches@gnu.org; Thu, 03 Apr 2025 21:16:16 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lyrion.ch; s=20230702; t=1743729350; 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=tAYwnJ1g5K0FYQKOiojadmuhylIkgFu89M0wpZ3vcdQ=; b=IOG/6ieBsiFAM/YksprH1wveSH2li06wY9PxyIvEccDl4SvsDvcR1R4K58+zQt3bRw6HuX jRNj3iQ0qZ528djryF93Baf4GID13bRN76D5tTAMjc/SJ7U0pqwjFAGFUg3m/j26BzW2fC s6UBYAsvfo4p9adgFQRiuAvv9j3ZxIoNCdKb1vDqQXQUsSDGx4+ziyVF3+OnSGRXtfhFwx r4l7mgAYOmIBJXyYOFw6U5krwQ/4qFA5AitatIT88IPksIauVvWR9N3RE6GOhuievyJh45 IZklioH/Qxpx5d0jAicwQxd9KR/OQ0t61nAYJVCx4u4mJ2wokZpuFaB/aDkU5g== Received: from lyrion.ch (cf597899.dynamic.tele-ag.de [207.89.120.153]) by lyrion.ch (OpenSMTPD) with ESMTPSA id 9eea0d48 (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 6/6] gnu: rust-directories: Add version 6. Date: Fri, 4 Apr 2025 03:13:36 +0200 Message-ID: <20250404011528.17034-6-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 | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 675bd9ce59..a69080f83b 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -21034,23 +21034,21 @@ (define-public rust-dircpy-0.3 (description "Copy directories recursively with flexible options.") (license license:expat))) -(define-public rust-directories-5 +(define-public rust-directories-6 (package (name "rust-directories") - (version "5.0.1") + (version "6.0.0") (source (origin (method url-fetch) (uri (crate-uri "directories" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0dba6xzk79s1clqzxh2qlgzk3lmvvks1lzzjhhi3hd70hhxifjcs")))) + (base32 "0zgy2w088v8w865c11dmc3dih899fgrhvrfp7g83h6v6ai60kx8n")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs - (("rust-dirs-sys" ,rust-dirs-sys-0.4)) - #:cargo-development-inputs - (("rust-bencher" ,rust-bencher-0.1)))) + `(#:cargo-inputs (("rust-dirs-sys" ,rust-dirs-sys-0.5)) + #:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1)))) (home-page "https://github.com/dirs-dev/directories-rs") (synopsis "Library for standard locations of data directories") (description @@ -21062,6 +21060,23 @@ (define-public rust-directories-5 Directory guidelines on macOS.") (license (list license:expat license:asl2.0)))) +(define-public rust-directories-5 + (package + (inherit rust-directories-6) + (name "rust-directories") + (version "5.0.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "directories" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0dba6xzk79s1clqzxh2qlgzk3lmvvks1lzzjhhi3hd70hhxifjcs")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-dirs-sys" ,rust-dirs-sys-0.4)) + #:cargo-development-inputs (("rust-bencher" ,rust-bencher-0.1)))))) + (define-public rust-directories-4 (package (inherit rust-directories-5) -- 2.49.0 ------------=_1750011250-31360-1--