public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-tame-index] epel10: Update to version 0.17.0; Fixes RHBZ#2276584
Date: Mon, 21 Sep 2026 15:11:05 GMT	[thread overview]
Message-ID: <179000346580.1.3702842121655386329.rpms-rust-tame-index-9694fc7b099f@fedoraproject.org> (raw)

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"

                 reply	other threads:[~2026-09-21 15:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179000346580.1.3702842121655386329.rpms-rust-tame-index-9694fc7b099f@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox