Update to version 0.9.1; Fixes RHBZ#2164389

epel9 imports/e9/rust-rxml-0.9.1-1.el9
Fabio Valentini 1 year ago
parent ad19f98df1
commit de8f9cb5db
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/rxml-0.8.2.crate
/rxml-0.9.1.crate

@ -1,3 +0,0 @@
# rust-rxml
The rust-rxml package

@ -1,11 +1,11 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate rxml
Name: rust-rxml
Version: 0.8.2
Version: 0.9.1
Release: %autorelease
Summary: Minimalistic, restricted XML 1.0 parser which does not include dangerous XML features
@ -13,15 +13,14 @@ License: MIT
URL: https://crates.io/crates/rxml
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# - disable criterion
# - bump smartstring dependency to 1.0
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch: rxml-fix-metadata.diff
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Minimalistic, restricted XML 1.0 parser which does not include dangerous XML
features.}
Minimalistic, restricted XML 1.0 parser which does not include dangerous
XML features.}
%description %{_description}

@ -1,22 +1,28 @@
--- rxml-0.8.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rxml-0.8.2/Cargo.toml 2022-12-20T20:32:31.897792+00:00
@@ -56,7 +56,7 @@
version = "^0.8.0"
--- rxml-0.9.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rxml-0.9.1/Cargo.toml 2023-08-31T19:40:04.618218+00:00
@@ -29,14 +29,6 @@
[package.metadata.docs.rs]
all-features = true
[dependencies.smartstring]
-version = "^0.2"
+version = "^1.0"
[dependencies.tokio]
-[[bench]]
-name = "parse"
-harness = false
-
-[[bench]]
-name = "q"
-harness = false
-
[dependencies.bytes]
version = "^1"
@@ -66,10 +66,6 @@
[dependencies.weak-table]
@@ -67,10 +59,6 @@
version = "^0.3"
optional = true
-
-[dev-dependencies.criterion]
-version = "^0.3"
-features = ["html_reports"]
-
[dev-dependencies.tokio]
version = "^1"
features = [

@ -1 +1 @@
SHA512 (rxml-0.8.2.crate) = 43679b7af2aa022a6d941ab018a950dfc39e22d790d8946d636be03ecb2a3401a09eceeb76c4eb7aad4f7da4e8c0b8dc4a4ada8fa11bf53befd9b17ba947c64c
SHA512 (rxml-0.9.1.crate) = a66e8afde632ce6c5d5ec952074b36dd65543129d2a4041ca49c7666bc2873bdd649073f448a988f5dbb18de1fc5947051896c2b58f5c48c25422d2ec98d4417

Loading…
Cancel
Save