Update to version 2.7.10; Fixes RHBZ#2262742

epel10
Fabio Valentini 8 months ago
parent f574a1e47c
commit 215634b709
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/pest-2.7.2.crate /pest-2.7.2.crate
/pest-2.7.3.crate /pest-2.7.3.crate
/pest-2.7.6.crate /pest-2.7.6.crate
/pest-2.7.10.crate

@ -1,6 +1,17 @@
--- pest-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- pest-2.7.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest-2.7.6/Cargo.toml 2024-01-13T21:39:02.921895+00:00 +++ pest-2.7.10/Cargo.toml 2024-06-25T10:10:16.409027+00:00
@@ -53,10 +53,6 @@ @@ -29,10 +29,6 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/pest-parser/pest"
-[[bench]]
-name = "stack"
-harness = false
-
[dependencies.memchr]
version = "2"
optional = true
@@ -53,10 +49,6 @@
version = "0.1.5" version = "0.1.5"
default-features = false default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pest %global crate pest
Name: rust-pest Name: rust-pest
Version: 2.7.6 Version: 2.7.10
Release: %autorelease Release: %autorelease
Summary: Elegant Parser Summary: Elegant Parser

@ -0,0 +1,5 @@
[package]
cargo-toml-patch-comments = [
"drop unused, benchmark-only criterion dev-dependency",
]

@ -1 +1 @@
SHA512 (pest-2.7.6.crate) = ff7d559dec8c81557ea9157ccd57807032718c0c332bdc368a0a5c596780f613d2d15dd67370016ab210286783af9d8ff2b27586f141e44a09ac4bc7b45040ca SHA512 (pest-2.7.10.crate) = 3facdb4a8bcf0356b702cbff4d314db32a80b33fb3512e52c31114a3f666414a49445a1f502c911cccfb28b7390fa058207570bf9127677815842b4988d1f34a

Loading…
Cancel
Save