public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-compact_str] epel9: Update to version 0.9.1
@ 2026-07-17 4:42 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-17 4:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-compact_str
Branch : epel9
Commit : 8bf10a036256898cee51ac6f73a89c23ae63d88f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-16T19:39:14+01:00
Stats : +46/-46 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-compact_str/c/8bf10a036256898cee51ac6f73a89c23ae63d88f?branch=epel9
Log:
Update to version 0.9.1
---
diff --git a/.gitignore b/.gitignore
index 5a92fff..79f1b05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/compact_str-0.8.0.crate
/compact_str-0.8.1.crate
/compact_str-0.9.0.crate
+/compact_str-0.9.1.crate
diff --git a/compact_str-fix-metadata.diff b/compact_str-fix-metadata.diff
index 93ba975..7d1b683 100644
--- a/compact_str-fix-metadata.diff
+++ b/compact_str-fix-metadata.diff
@@ -1,17 +1,50 @@
---- compact_str-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ compact_str-0.9.0/Cargo.toml 2025-04-12T21:39:04.301047+00:00
-@@ -55,10 +55,6 @@
+--- compact_str-0.9.1/Cargo.toml 2006-07-24T01:21:28+00:00
++++ compact_str-0.9.1/Cargo.toml 2026-07-16T18:37:39.830813+00:00
+@@ -48,32 +48,13 @@
+
+ [features]
+ arbitrary = ["dep:arbitrary"]
+-borsh = ["dep:borsh"]
+ bytes = ["dep:bytes"]
+ default = ["std"]
+-diesel = ["dep:diesel"]
+-markup = ["dep:markup"]
+ proptest = ["dep:proptest"]
+ quickcheck = ["dep:quickcheck"]
+ rkyv = ["dep:rkyv"]
+ serde = ["dep:serde"]
+ smallvec = ["dep:smallvec"]
+-sqlx = [
+- "dep:sqlx",
+- "std",
+-]
+-sqlx-mysql = [
+- "sqlx",
+- "sqlx/mysql",
+-]
+-sqlx-postgres = [
+- "sqlx",
+- "sqlx/postgres",
+-]
+-sqlx-sqlite = [
+- "sqlx",
+- "sqlx/sqlite",
+-]
+ std = []
+ zeroize = ["dep:zeroize"]
+
+@@ -85,10 +66,6 @@
+ version = "1"
optional = true
default-features = false
-
+-
-[dependencies.borsh]
-version = "1"
-optional = true
--
+
[dependencies.bytes]
version = "1"
- optional = true
-@@ -71,18 +67,8 @@
+@@ -102,18 +79,8 @@
[dependencies.cfg-if]
version = "1"
@@ -30,7 +63,7 @@
[dependencies.proptest]
version = "1"
-@@ -119,11 +105,6 @@
+@@ -150,11 +117,6 @@
version = "1"
features = ["union"]
optional = true
@@ -42,35 +75,3 @@
[dependencies.static_assertions]
version = "1"
-@@ -169,31 +150,12 @@
-
- [features]
- arbitrary = ["dep:arbitrary"]
--borsh = ["dep:borsh"]
- bytes = ["dep:bytes"]
- default = ["std"]
--diesel = ["dep:diesel"]
--markup = ["dep:markup"]
- proptest = ["dep:proptest"]
- quickcheck = ["dep:quickcheck"]
- rkyv = ["dep:rkyv"]
- serde = ["dep:serde"]
- smallvec = ["dep:smallvec"]
--sqlx = [
-- "dep:sqlx",
-- "std",
--]
--sqlx-mysql = [
-- "sqlx",
-- "sqlx/mysql",
--]
--sqlx-postgres = [
-- "sqlx",
-- "sqlx/postgres",
--]
--sqlx-sqlite = [
-- "sqlx",
-- "sqlx/sqlite",
--]
- std = []
- zeroize = ["dep:zeroize"]
diff --git a/rust-compact_str.spec b/rust-compact_str.spec
index 571dbf9..c449a78 100644
--- a/rust-compact_str.spec
+++ b/rust-compact_str.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
# * Missing test-strategy and three of its deps.
%bcond check 0
%global debug_package %{nil}
@@ -6,7 +6,7 @@
%global crate compact_str
Name: rust-compact_str
-Version: 0.9.0
+Version: 0.9.1
Release: %autorelease
Summary: Memory efficient string type
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 634331d..c0b544f 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,9 +5,7 @@ cargo-toml-patch-comments = [
]
[tests]
-run = [
- "none",
-]
+run = false
comments = [
"Missing test-strategy and three of its deps.",
]
diff --git a/sources b/sources
index 06ae5c3..bb2d2c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (compact_str-0.9.0.crate) = b5de4798ed088d4bf15d39bd57bd390f1cae946176b7a5d3576fc56493775eeed832d851c552d847c2f66717e15052b39ddebe6ca5ae68664dd759a226f5fbcf
+SHA512 (compact_str-0.9.1.crate) = 0e277e6a6b8d026a111d45a602766f802ef63376dcc1bb0a6d1f7ab9a57ef4492e03ae51a57ba10c2907be8234a6b491383d7460f124f1330e897fcc3a20b870
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-17 4:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-17 4:42 [rpms/rust-compact_str] epel9: Update to version 0.9.1 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox