Update to version 3.0.3; Fixes RHBZ#2250134

epel10
Fabio Valentini 1 year ago
parent 19335001d7
commit e56df7eb60
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/configparser-2.0.1.crate
/configparser-2.1.0.crate
/configparser-3.0.2.crate
/configparser-3.0.3.crate

@ -5,7 +5,7 @@
%global crate configparser
Name: rust-configparser
Version: 3.0.2
Version: 3.0.3
Release: %autorelease
Summary: Simple configuration parsing utility with no dependencies
@ -77,9 +77,9 @@ use the "indexmap" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
# remove executable bits from files
chmod -x README.md CHANGELOG.md Cargo.toml.orig src/*.rs tests/*.rs
%cargo_prep
# remove executable bits from files
find -type f -executable -print -exec chmod -x {} +
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (configparser-3.0.2.crate) = ffa9055a736a93dd062b92ab1345a29565804021268787ab6dd314c00ccec4d2dd94562b1576ac356692011ae67ddc86ae8965e217b1607b680f0669eb4ea9ec
SHA512 (configparser-3.0.3.crate) = 14e678c0617a5a95444964291fce9492f8e2c7117c3c93272d79572548dc89e8d2bea088d0dfc49481f777ce6da4e8773359de5d6f26e21f21af7ae220ded0d4

Loading…
Cancel
Save