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-sequoia-wot] epel10: Update to version 0.15.2; Fixes RHBZ#2382386
Date: Mon, 15 Jun 2026 12:50:20 GMT	[thread overview]
Message-ID: <178152782049.1.2813454152205199793.rpms-rust-sequoia-wot-780e8d79740a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sequoia-wot
Branch : epel10
Commit : 780e8d79740a919bdf16b19053a231decf4731c5
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-05-27T22:06:21+02:00
Stats  : +34/-28 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-wot/c/780e8d79740a919bdf16b19053a231decf4731c5?branch=epel10

Log:
Update to version 0.15.2; Fixes RHBZ#2382386

---
diff --git a/.gitignore b/.gitignore
index fc54c59..aeb574e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@
 /sequoia-wot-0.13.2.crate
 /sequoia-wot-0.13.3.crate
 /sequoia-wot-0.14.0.crate
+/sequoia-wot-0.15.1.crate
+/sequoia-wot-0.15.2.crate

diff --git a/rust-sequoia-wot.spec b/rust-sequoia-wot.spec
index beadbbb..4ad89f9 100644
--- a/rust-sequoia-wot.spec
+++ b/rust-sequoia-wot.spec
@@ -5,7 +5,7 @@
 %global crate sequoia-wot
 
 Name:           rust-sequoia-wot
-Version:        0.14.0
+Version:        0.15.2
 Release:        %autorelease
 Summary:        Implementation of OpenPGP's web of trust
 
@@ -64,12 +64,7 @@ use the "default" feature of the "%{crate}" crate.
 
 %if %{with check}
 %check
-# * skip two tests that fail due to expired test certificates:
-#   https://gitlab.com/sequoia-pgp/sequoia-wot/-/work_items/59
-%{cargo_test -- -- --exact %{shrink:
-    --skip backward_propagation::tests::cliques
-    --skip tests::cliques
-}}
+%cargo_test
 %endif
 
 %changelog

diff --git a/rust2rpm.toml b/rust2rpm.toml
deleted file mode 100644
index 9144395..0000000
--- a/rust2rpm.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[tests]
-skip = [
-    "backward_propagation::tests::cliques",
-    "tests::cliques",
-]
-skip-exact = true
-comments = [
-    """\
-    skip two tests that fail due to expired test certificates:
-    https://gitlab.com/sequoia-pgp/sequoia-wot/-/work_items/59
-    """,
-]
-

diff --git a/sequoia-wot-fix-metadata-auto.diff b/sequoia-wot-fix-metadata-auto.diff
index ddeee62..e3fa3c4 100644
--- a/sequoia-wot-fix-metadata-auto.diff
+++ b/sequoia-wot-fix-metadata-auto.diff
@@ -1,13 +1,35 @@
---- sequoia-wot-0.14.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-wot-0.14.0/Cargo.toml	2025-03-08T12:15:32.749387+00:00
-@@ -85,10 +85,3 @@
- ]
+--- sequoia-wot-0.15.2/Cargo.toml	2006-07-24T01:21:28+00:00
++++ sequoia-wot-0.15.2/Cargo.toml	2026-05-27T17:12:00.552673+00:00
+@@ -78,27 +78,10 @@
+ version = "1"
  default-features = false
  
--[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
--version = "2"
+-[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.chrono]
+-version = "0.4"
 -features = [
--    "crypto-cng",
+-    "std",
+-    "wasmbind",
+-    "clock",
+-]
+-default-features = false
+-
+ [target."cfg(not(windows))".dev-dependencies.sequoia-openpgp]
+ version = "2"
+ features = [
+     "crypto-nettle",
 -    "__implicit-crypto-backend-for-tests",
 -]
 -default-features = false
+-
+-[target."cfg(windows)".dev-dependencies.sequoia-openpgp]
+-version = "2"
+-features = [
+-    "crypto-cng",
+     "__implicit-crypto-backend-for-tests",
+ ]
+ default-features = false
+@@ -114,3 +97,4 @@
+ [lints.clippy.suspicious]
+ level = "deny"
+ priority = -1
++

diff --git a/sources b/sources
index 20ff857..d66c7c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-wot-0.14.0.crate) = 8c3ef73d4c2c701824e53e07c553c70cc8cafd56d617a553e0af10cdbfb7923ba7a75f26defc3bd71b8a13874b5f660fd9af089a4214917858fc79bb80ee3eb3
+SHA512 (sequoia-wot-0.15.2.crate) = 25778a5144df64267a71d0d3f828b887b2a65432b2c88029322fbaad871a73c9066ee27b7d7355677a2d425bcf1c14cd6115b58bd982e51908593dfcfb00c2da

                 reply	other threads:[~2026-06-15 12:50 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=178152782049.1.2813454152205199793.rpms-rust-sequoia-wot-780e8d79740a@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