Update to version 1.36.0; Fixes RHBZ#2306093

epel10 imports/epel10/rust-rust_decimal-1.36.0-1.el10
Fabio Valentini 5 months ago
parent 5bfeee381a
commit 6f1471d23e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -33,3 +33,4 @@
/rust_decimal-1.33.1.crate
/rust_decimal-1.34.3.crate
/rust_decimal-1.35.0.crate
/rust_decimal-1.36.0.crate

@ -5,7 +5,7 @@
%global crate rust_decimal
Name: rust-rust_decimal
Version: 1.35.0
Version: 1.36.0
Release: %autorelease
Summary: Decimal number implementation written in pure Rust

@ -10,14 +10,11 @@ cargo-toml-patch-comments = [
hide = [
"db-diesel-mysql",
"db-diesel-postgres",
"db-diesel1-mysql",
"db-diesel1-postgres",
"db-diesel2-mysql",
"db-diesel2-postgres",
"db-postgres",
"db-tokio-postgres",
"diesel1",
"diesel2",
"diesel",
"ndarray",
"rocket-traits",
"rust-fuzz",

@ -1,6 +1,6 @@
--- rust_decimal-1.35.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rust_decimal-1.35.0/Cargo.toml 2024-04-25T12:34:09.798404+00:00
@@ -56,15 +56,6 @@
--- rust_decimal-1.36.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rust_decimal-1.36.0/Cargo.toml 2024-09-18T21:27:10.217746+00:00
@@ -80,15 +80,6 @@
version = "0.7"
default-features = false
@ -16,7 +16,7 @@
[dependencies.bytes]
version = "1.0"
optional = true
@@ -145,19 +136,11 @@
@@ -162,19 +153,11 @@
version = "1.0"
default-features = false
@ -36,7 +36,7 @@
default-features = false
[dev-dependencies.rand]
@@ -184,10 +167,6 @@
@@ -201,10 +184,6 @@
"rt-multi-thread",
"test-util",
]
@ -47,7 +47,7 @@
default-features = false
[dev-dependencies.version-sync]
@@ -199,10 +178,6 @@
@@ -216,10 +195,6 @@
default-features = false
[features]
@ -56,9 +56,9 @@
- "std",
-]
c-repr = []
db-diesel-mysql = ["db-diesel1-mysql"]
db-diesel-postgres = ["db-diesel1-postgres"]
@@ -260,7 +235,6 @@
db-diesel-mysql = [
"diesel/mysql",
@@ -269,7 +244,6 @@
serde-with-str = ["serde"]
std = [
"arrayvec/std",

@ -1 +1 @@
SHA512 (rust_decimal-1.35.0.crate) = 17ffd08f67305e428820d0e64ee06a381eb026f1ef1903da48f26c079505365c122d3159ebbd7566261ba3abb5360b8e80b51efc6ca5d182a8d68646aeaa9dcd
SHA512 (rust_decimal-1.36.0.crate) = 9dc8dbca6249991e4b8b2179f41bb51f2513bcf6f29490351989f04aeb7f1d15b88a8f13f7cdb666761c585d5e86397150c660883a334b9d4fdd96a08fdb5526

Loading…
Cancel
Save