Update to version 2.7.6; Fixes RHBZ#2240742

epel9 imports/e9/rust-pest_derive-2.7.6-1.el9
Fabio Valentini 1 year ago
parent 50070d98df
commit b3fa7fe3ab
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -17,3 +17,4 @@
/pest_derive-2.7.1.crate /pest_derive-2.7.1.crate
/pest_derive-2.7.2.crate /pest_derive-2.7.2.crate
/pest_derive-2.7.3.crate /pest_derive-2.7.3.crate
/pest_derive-2.7.6.crate

@ -1,5 +1,5 @@
--- pest_derive-2.7.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- pest_derive-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_derive-2.7.3/Cargo.toml 2023-09-19T21:21:26.568423+00:00 +++ pest_derive-2.7.6/Cargo.toml 2024-01-13T21:41:29.025543+00:00
@@ -44,7 +44,6 @@ @@ -44,7 +44,6 @@
[features] [features]
default = ["std"] default = ["std"]

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate pest_derive %global crate pest_derive
Name: rust-pest_derive Name: rust-pest_derive
Version: 2.7.3 Version: 2.7.6
Release: %autorelease Release: %autorelease
Summary: Pest's derive macro Summary: Pest's derive macro
@ -16,7 +16,7 @@ Source: %{crates_source}
# * drop feature for bootstrap build mode # * drop feature for bootstrap build mode
Patch: pest_derive-fix-metadata.diff Patch: pest_derive-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Pest's derive macro.} Pest's derive macro.}
@ -75,7 +75,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (pest_derive-2.7.3.crate) = f97663cf6f3cef0a37975efc97c0e1c479837cd27a87525d10d253ceab0455a62a42e00ae30aaa5d898a224a91aad3883eaf573b92e3fc0b306e7e4afed0bb80 SHA512 (pest_derive-2.7.6.crate) = 2de05712331b8cd2fbf6157e6306409dcc6243f2ccee2b4667ac77fdc7a8f8b8a9d2d839e8a53d52f011e10bc337a78024f61c16a72f050a65c6a743b065f407

Loading…
Cancel
Save