GNU bug report logs -
#78512
[PATCH 0/4] Update rust-gix stuff.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78512 in the body.
You can then email your comments to 78512 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
divya <at> subvertising.org, efraim <at> flashner.co.il, hako <at> ultrarare.space, steve <at> futurile.net, guix-patches <at> gnu.org
:
bug#78512
; Package
guix-patches
.
(Tue, 20 May 2025 18:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Danny Milosavljevic <dannym <at> friendly-machines.com>
:
New bug report received and forwarded. Copy sent to
divya <at> subvertising.org, efraim <at> flashner.co.il, hako <at> ultrarare.space, steve <at> futurile.net, guix-patches <at> gnu.org
.
(Tue, 20 May 2025 18:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Danny Milosavljevic (4):
gnu: rust-gix-validate: Update to 0.9.4.
gnu: rust-gix-utils: Update to 0.1.14.
gnu: rust-gix-sec: Update to 0.10.12.
gnu: rust-gix-trace: Update to 0.1.12.
gnu/packages/crates-vcs.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
base-commit: 28b2b7e6d7a57addc1c4e5529dcba483c8eff493
--
2.49.0
Information forwarded
to
divya <at> subvertising.org, efraim <at> flashner.co.il, hako <at> ultrarare.space, steve <at> futurile.net, guix-patches <at> gnu.org
:
bug#78512
; Package
guix-patches
.
(Tue, 20 May 2025 18:50:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 78512 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-vcs.scm (rust-gix-validate-0.9): Update to 0.9.4.
Change-Id: I89451ffd0fd1014e4d914db6c2cde3e6dc397f05
---
gnu/packages/crates-vcs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index 04f5cccea5..bca23611c4 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -9518,14 +9518,14 @@ (define-public rust-gix-validate-0.10
(define-public rust-gix-validate-0.9
(package
(name "rust-gix-validate")
- (version "0.9.2")
+ (version "0.9.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-validate" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0dq9flm4iz1pzsiqqjmmxxzsp2fsdarx18db695v71gmz44hslnd"))))
+ (base32 "11204daz5qlk9kqnmiq4syv0n21phkiy3xkwxmwnrnh964jz3d9l"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.49.0
Information forwarded
to
divya <at> subvertising.org, efraim <at> flashner.co.il, hako <at> ultrarare.space, steve <at> futurile.net, guix-patches <at> gnu.org
:
bug#78512
; Package
guix-patches
.
(Tue, 20 May 2025 18:50:03 GMT)
Full text and
rfc822 format available.
Message #11 received at 78512 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-vcs.scm (rust-gix-utils-0.1): Update to 0.1.14.
Change-Id: Icc22a6146e886c6a8dd9775e90eae434b0aff39b
---
gnu/packages/crates-vcs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index bca23611c4..49569c2ffb 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -9471,14 +9471,14 @@ (define-public rust-gix-url-0.24
(define-public rust-gix-utils-0.1
(package
(name "rust-gix-utils")
- (version "0.1.13")
+ (version "0.1.14")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-utils" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0prkj13jwvcrd8gy8f73ci2i3nwkak88xpvdibcqwl4rjlz7whms"))))
+ (base32 "0pykxyp0cm2x8lj4ryj1pflksf9k7iyrshf8g321d2dc0d7g427z"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.49.0
Information forwarded
to
divya <at> subvertising.org, efraim <at> flashner.co.il, hako <at> ultrarare.space, steve <at> futurile.net, guix-patches <at> gnu.org
:
bug#78512
; Package
guix-patches
.
(Tue, 20 May 2025 18:50:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 78512 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-vcs.scm (rust-gix-sec-0.10): Update to 0.10.12.
Change-Id: Ic15c8e5093ab7cc5e249a8c6af46023395dbd7c0
---
gnu/packages/crates-vcs.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index 49569c2ffb..516ef35666 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -8330,14 +8330,14 @@ (define-public rust-gix-revwalk-0.1
(define-public rust-gix-sec-0.10
(package
(name "rust-gix-sec")
- (version "0.10.10")
+ (version "0.10.12")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-sec" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1mjgs5wgfc236i3293winiaplnx4sscc6blsh2bm75bsk7ppdf58"))))
+ (base32 "122qvp6sll7hkrpjiwf9ga1dni0gwf6j3zzm6cq2zvz97pqv1bj7"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
--
2.49.0
Information forwarded
to
divya <at> subvertising.org, efraim <at> flashner.co.il, hako <at> ultrarare.space, steve <at> futurile.net, guix-patches <at> gnu.org
:
bug#78512
; Package
guix-patches
.
(Tue, 20 May 2025 18:50:04 GMT)
Full text and
rfc822 format available.
Message #17 received at 78512 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-vcs.scm (rust-gix-trace-0.1): Update to 0.1.12.
Change-Id: I087cb6d682c6eee93c03575b8404cdbde4c36ced
---
gnu/packages/crates-vcs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-vcs.scm b/gnu/packages/crates-vcs.scm
index 516ef35666..d93a8c2858 100644
--- a/gnu/packages/crates-vcs.scm
+++ b/gnu/packages/crates-vcs.scm
@@ -8907,20 +8907,20 @@ (define-public rust-gix-tempfile-10
(define-public rust-gix-trace-0.1
(package
(name "rust-gix-trace")
- (version "0.1.11")
+ (version "0.1.12")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-trace" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0lmr5qqdk44xbz695asvwvc60ggaxrd12gjdl8izrw991h9dxg84"))))
+ (base32 "1xv54v5y91vxjx351wl3yk66fwk7ybkna2knbxlnj34j6qh6lfbw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-document-features" ,rust-document-features-0.2)
("rust-tracing-core" ,rust-tracing-core-0.1))))
- (home-page "https://github.com/Byron/gitoxide")
+ (home-page "https://github.com/GitoxideLabs/gitoxide")
(synopsis "Crate to provide minimal `tracing` support")
(description
"This package provides a crate to provide minimal `tracing` support that
--
2.49.0
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Thu, 22 May 2025 12:01:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Danny Milosavljevic <dannym <at> friendly-machines.com>
:
bug acknowledged by developer.
(Thu, 22 May 2025 12:01:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 78512-close <at> debbugs.gnu.org (full text, mbox):
Hi Danny,
Danny Milosavljevic <dannym <at> friendly-machines.com> writes:
> Danny Milosavljevic (4):
> gnu: rust-gix-validate: Update to 0.9.4.
> gnu: rust-gix-utils: Update to 0.1.14.
> gnu: rust-gix-sec: Update to 0.10.12.
> gnu: rust-gix-trace: Update to 0.1.12.
>
> gnu/packages/crates-vcs.scm | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
>
> base-commit: 28b2b7e6d7a57addc1c4e5529dcba483c8eff493
> --
> 2.49.0
All crates-* modules are currently removed on rust-team. I don't expect
to update them even if they won't be removed in the end, so I'm closing
this issue. I'll write a blog post for details.
For the changes currently on rust-team, if you are interested, see:
- documentation:
https://yhetil.org/guix-patches/77c65c3299edd79017a5f732ac2f98ec773d2d96.1746535085.git.hako <at> ultrarare.space/
- and a preview:
https://ultrarare.space/en/posts/guix-rust-packaging-preview/
Thanks
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 20 Jun 2025 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 95 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.