Bump html5ever to v0.26 and markup5ever_rcdom to v0.2

epel9 imports/e9/rust-pulldown-cmark0.8-0.8.0-3.el9
Fabio Valentini 2 years ago
parent 06e2ad3fa3
commit cafee41a2d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,5 @@
--- pulldown-cmark-0.8.0/Cargo.toml 2020-09-01T15:23:36+00:00 --- pulldown-cmark-0.8.0/Cargo.toml 2020-09-01T15:23:36+00:00
+++ pulldown-cmark-0.8.0/Cargo.toml 2022-12-14T15:08:59.396075+00:00 +++ pulldown-cmark-0.8.0/Cargo.toml 2023-03-29T13:03:06.244787+00:00
@@ -23,11 +23,7 @@ @@ -23,11 +23,7 @@
categories = ["text-processing"] categories = ["text-processing"]
license = "MIT" license = "MIT"
@ -13,7 +13,7 @@
[[bench]] [[bench]]
name = "html_rendering" name = "html_rendering"
@@ -44,8 +40,6 @@ @@ -44,17 +40,15 @@
[dependencies.unicase] [dependencies.unicase]
version = "2.6" version = "2.6"
@ -21,4 +21,15 @@
-version = "0.3" -version = "0.3"
[dev-dependencies.html5ever] [dev-dependencies.html5ever]
version = "0.25" -version = "0.25"
+version = "0.26"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.markup5ever_rcdom]
-version = "0.1"
+version = "0.2"
[dev-dependencies.regex]
version = "1.3"

@ -1,4 +1,4 @@
# Generated by rust2rpm 23 # Generated by rust2rpm 24
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
@ -15,12 +15,14 @@ Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * drop pulldown-cmark binary from compat package # * drop pulldown-cmark binary from compat package
# * drop unused, benchmark-only criterion dev-dependency to speed up builds # * drop unused, benchmark-only criterion dev-dependency to speed up builds
# * bump html5ever dev-dependency from 0.25 to 0.26
# * bump markup5ever_rcdom dev-dependency from 0.1 to 0.2
Patch: pulldown-cmark-fix-metadata.diff Patch: pulldown-cmark-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Pull parser for CommonMark.} A pull parser for CommonMark.}
%description %{_description} %description %{_description}

Loading…
Cancel
Save