Update to version 2.7.10; Fixes RHBZ#2262745

epel10
Fabio Valentini 8 months ago
parent 873be96d8f
commit 7ae3455cc0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -14,3 +14,4 @@
/pest_meta-2.7.2.crate
/pest_meta-2.7.3.crate
/pest_meta-2.7.6.crate
/pest_meta-2.7.10.crate

@ -1,8 +1,8 @@
--- pest_meta-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_meta-2.7.6/Cargo.toml 2024-01-13T21:39:39.862058+00:00
--- pest_meta-2.7.10/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_meta-2.7.10/Cargo.toml 2024-06-25T10:11:07.274335+00:00
@@ -43,10 +43,6 @@
[dependencies.pest]
version = "2.7.6"
version = "2.7.10"
-[build-dependencies.cargo]
-version = "0.72.2"

@ -1,4 +1,4 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
# * test grammars are not included in published crates
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate pest_meta
Name: rust-pest_meta
Version: 2.7.6
Version: 2.7.10
Release: %autorelease
Summary: Pest meta language parser and validator

@ -1,3 +1,8 @@
[package]
cargo-toml-patch-comments = [
"drop feature and dependencies for bootstrap build mode",
]
[tests]
run = ["none"]
comments = ["test grammars are not included in published crates"]

@ -1 +1 @@
SHA512 (pest_meta-2.7.6.crate) = 5f423c587723256b87a64e795622b41ed756d51b441ef9954d0a5f7ce454a903405a9617174291f37f6098e2cbc2c00587fea60380b6efad35ee79479aa0c7cf
SHA512 (pest_meta-2.7.10.crate) = 8c931690d025be0af8ef3ef997eb95d3ebcef47ce0672544a632c77281651f2d0c9c34f1b477426164b169bab638171853bfdad2696d32a90ac22a8bb143cf6e

Loading…
Cancel
Save