Update to version 3.1.0; Fixes RHBZ#2291303

epel10
Fabio Valentini 7 months ago
parent 216817b246
commit 919dc2e75e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/configparser-3.0.2.crate
/configparser-3.0.3.crate
/configparser-3.0.4.crate
/configparser-3.1.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate configparser
Name: rust-configparser
Version: 3.0.4
Version: 3.1.0
Release: %autorelease
Summary: Simple configuration parsing utility with no dependencies

@ -1,2 +1,9 @@
[package]
summary = "Simple configuration parsing utility with no dependencies"
[scripts]
prep.post = [
"# remove executable bits from files",
"find -type f -executable -print -exec chmod -x {} +",
]

@ -1 +1 @@
SHA512 (configparser-3.0.4.crate) = aef273f5ce927a137294b3a6f1c505720ff9029d3c163785287a43a551ffeeebadd4b7212075524a836dafd9d2eb740046b3eb4d33535d20a98cb77372010d4b
SHA512 (configparser-3.1.0.crate) = 89b3b51a60793b8bf71ffc8f5a7c098264d1111db644fe4ae54c797af9c712359aeb001eccbdb41569a63d9052efb2f8d1b069842da0ab63fbac9a3d7e1243e2

Loading…
Cancel
Save