Update to version 2.7.3; Fixes RHBZ#2236144

epel9 imports/e9/rust-pest-2.7.3-1.el9
Fabio Valentini 1 year ago
parent 31bf24afe1
commit f81a5cabd8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -19,3 +19,4 @@
/pest-2.6.0.crate /pest-2.6.0.crate
/pest-2.7.1.crate /pest-2.7.1.crate
/pest-2.7.2.crate /pest-2.7.2.crate
/pest-2.7.3.crate

@ -0,0 +1,13 @@
--- pest-2.7.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest-2.7.3/Cargo.toml 2023-09-19T21:19:48.059014+00:00
@@ -53,10 +53,6 @@
version = "0.1.5"
default-features = false
-[dev-dependencies.criterion]
-version = "0.5.1"
-features = ["html_reports"]
-
[features]
const_prec_climber = []
default = [

@ -5,13 +5,16 @@
%global crate pest %global crate pest
Name: rust-pest Name: rust-pest
Version: 2.7.2 Version: 2.7.3
Release: %autorelease Release: %autorelease
Summary: Elegant Parser Summary: Elegant Parser
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/pest URL: https://crates.io/crates/pest
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency
Patch: pest-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: cargo-rpm-macros >= 24

@ -1 +1 @@
SHA512 (pest-2.7.2.crate) = a6fd81f80ef94ec4785e45c875e25f5c451578ec449ae87c78ec17cc9ace551b53b28a6f6728203c2b92319599c634a9da1384342d426178e35d9ef898cfb850 SHA512 (pest-2.7.3.crate) = 897e8afcd174cc61ab1a5bb21668bff06b627ec2d2d81e6e208bef3966fef1c444e821c37c819a4aa203f94079123f627b45a57031e3da86d7260321b01ef130

Loading…
Cancel
Save