public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tame-index] epel10: Update to version 0.17.0; Fixes RHBZ#2276584
@ 2026-09-21 15:11 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-21 15:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-tame-index
Branch : epel10
Commit : 9694fc7b099f4b0bb121f89e7e1e3ca22b66c0ab
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2025-01-23T16:31:53+01:00
Stats : +20/-31 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tame-index/c/9694fc7b099f4b0bb121f89e7e1e3ca22b66c0ab?branch=epel10
Log:
Update to version 0.17.0; Fixes RHBZ#2276584
---
diff --git a/.gitignore b/.gitignore
index 54cf060..3208de5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/tame-index-0.10.0.crate
/tame-index-0.12.0.crate
/tame-index-0.14.0.crate
+/tame-index-0.17.0.crate
diff --git a/rust-tame-index.spec b/rust-tame-index.spec
index de92552..6a70ee7 100644
--- a/rust-tame-index.spec
+++ b/rust-tame-index.spec
@@ -5,7 +5,7 @@
%global crate tame-index
Name: rust-tame-index
-Version: 0.14.0
+Version: 0.17.0
Release: %autorelease
Summary: Access to local and remote cargo registry indices
@@ -191,22 +191,11 @@ use the "sparse" feature of the "%{crate}" crate.
# * skip tests that require a cargo cache directory
# * skip tests that require internet connectivity
%{cargo_test -- -- --exact %{shrink:
- --skip krate_name::test::rejects_reserved
--skip serializes_current_cargo_cache
--skip parses_current_cargo_cache
--skip can_take_shared_lock
--skip wait_lock_times_out
--skip waits_lock
- --skip clones_new
- --skip fetch_invalidates_cache
- --skip non_main_local_branch
- --skip opens_existing
- --skip updates_cache
- --skip builds_local_registry
- --skip downloads_and_verifies
- --skip remote::end_to_end
- --skip remote::reuses_connection
- --skip remote::async_reuses_connection
}}
%endif
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 9abe9f3..df99d74 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,7 +5,6 @@ cargo-toml-patch-comments = [
[tests]
skip = [
- "krate_name::test::rejects_reserved",
# cache
"serializes_current_cargo_cache",
"parses_current_cargo_cache",
@@ -13,19 +12,6 @@ skip = [
"can_take_shared_lock",
"wait_lock_times_out",
"waits_lock",
- # git
- "clones_new",
- "fetch_invalidates_cache",
- "non_main_local_branch",
- "opens_existing",
- "updates_cache",
- # local
- "builds_local_registry",
- "downloads_and_verifies",
- # sparse
- "remote::end_to_end",
- "remote::reuses_connection",
- "remote::async_reuses_connection",
]
skip-exact = true
comments = [
diff --git a/sources b/sources
index d943382..8940d2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tame-index-0.14.0.crate) = 953bf7312e720c8f9178aa94324625de6ff379b1617d5841144304041b52b5e1efbea9140b00d965bac49e834111a79c0201836352381b5e74544b9dcf65aedf
+SHA512 (tame-index-0.17.0.crate) = 398b1cf87628dcdfd140b996c91a90e85d80376f3927a14d46eddda9da226561036093f04ed03f1674cf7bf6d3d6162e87aa8e2d2e406e3abfc6060e65a63b5c
diff --git a/tame-index-fix-metadata.diff b/tame-index-fix-metadata.diff
index 6f608a3..364e9e1 100644
--- a/tame-index-fix-metadata.diff
+++ b/tame-index-fix-metadata.diff
@@ -1,8 +1,21 @@
---- tame-index-0.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ tame-index-0.14.0/Cargo.toml 2024-12-02T17:57:11.450597+00:00
-@@ -162,9 +162,6 @@
+--- tame-index-0.17.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ tame-index-0.17.0/Cargo.toml 2025-01-23T15:15:05.752833+00:00
+@@ -64,12 +64,6 @@
+ [[test]]
+ name = "utils"
+ path = "tests/utils.rs"
+-
+-[[bench]]
+-name = "sparse"
+-path = "benches/sparse.rs"
+-harness = false
+-required-features = ["sparse"]
+
+ [dependencies.bytes]
+ version = "1.9"
+@@ -164,9 +158,6 @@
[dev-dependencies.tempfile]
- version = "3.12"
+ version = "3.15"
-[dev-dependencies.tiny-bench]
-version = "0.4"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-21 15:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 15:11 [rpms/rust-tame-index] epel10: Update to version 0.17.0; Fixes RHBZ#2276584 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox