rust-sequoia-sq/sequoia-sq-fix-metadata.diff
Jakub Jelen 3d1774fa34 Update to final version 1.4.0
The version is 1.4.0.2 due to previous versioning issue, but the crate
archive content matches the upstream 1.4.0.

Resolves: RHEL-171291
2026-07-10 11:40:14 +02:00

82 lines
1.8 KiB
Diff

--- sequoia-sq-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sequoia-sq-1.4.0/Cargo.toml 2026-05-27T13:39:39.992697+00:00
@@ -49,6 +49,12 @@
]
license = "LGPL-2.0-or-later"
repository = "https://gitlab.com/sequoia-pgp/sequoia-sq"
+exclude = [
+ "/deny.toml",
+ "/Dockerfile",
+ "/sq.subplot",
+ "/sq-subplot.md",
+]
[badges.gitlab]
repository = "sequoia-pgp/sequoia-sq"
@@ -57,18 +63,10 @@
[features]
allow-experimental-crypto = ["sequoia-openpgp/allow-experimental-crypto"]
allow-variable-time-crypto = ["sequoia-openpgp/allow-variable-time-crypto"]
-crypto-botan = ["sequoia-openpgp/crypto-botan"]
-crypto-botan2 = ["sequoia-openpgp/crypto-botan2"]
-crypto-cng = ["sequoia-openpgp/crypto-cng"]
crypto-nettle = ["sequoia-openpgp/crypto-nettle"]
crypto-openssl = ["sequoia-openpgp/crypto-openssl"]
crypto-rust = ["sequoia-openpgp/crypto-rust"]
-default = ["crypto-nettle"]
-subplot = [
- "culpa",
- "subplot-build",
- "subplotlib",
-]
+default = ["crypto-openssl"]
[[bin]]
name = "sq"
@@ -79,11 +77,6 @@
name = "integration"
path = "tests/integration.rs"
-[[test]]
-name = "sq-subplot"
-path = "tests/sq-subplot.rs"
-required-features = ["subplot"]
-
[dependencies.aho-corasick]
version = "1"
@@ -111,10 +104,6 @@
version = ">=0.7, <2"
default-features = false
-[dependencies.culpa]
-version = "1"
-optional = true
-
[dependencies.dirs]
version = ">=5, <7"
@@ -186,10 +175,6 @@
[dependencies.serde]
version = "1.0.137"
features = ["derive"]
-
-[dependencies.subplotlib]
-version = ">=0.11, <0.14"
-optional = true
[dependencies.tempfile]
version = "3.1"
@@ -298,10 +283,6 @@
version = "1.0.137"
features = ["derive"]
-[build-dependencies.subplot-build]
-version = ">=0.11, <0.14"
-optional = true
-
[build-dependencies.terminal_size]
version = ">=0.2.6, <0.5"