Update to version 0.2.2; Fixes RHBZ#2241249

epel10
Fabio Valentini 1 year ago
parent 58a02b69d7
commit 7c306271a2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/anstyle-parse-0.1.1.crate
/anstyle-parse-0.2.0.crate
/anstyle-parse-0.2.1.crate
/anstyle-parse-0.2.2.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 24
# * missing dev-dependencies: codegenrs, snapbox
# Generated by rust2rpm 25
# * missing dev-dependencies: codegenrs
%bcond_with check
%global debug_package %{nil}
%global crate anstyle-parse
Name: rust-anstyle-parse
Version: 0.2.1
Version: 0.2.2
Release: %autorelease
Summary: Parse ANSI Style Escapes
@ -73,7 +73,7 @@ use the "utf8" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,4 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: codegenrs"]

@ -1 +1 @@
SHA512 (anstyle-parse-0.2.1.crate) = 5c8fc7d88ffc3a6e78340ffe0f3c2d72e865512030ade4509de9c673eba955c536bb1873dac11f6ba11cc8367fb30c67451ed65d19f81507c9e917c702bfd176
SHA512 (anstyle-parse-0.2.2.crate) = 28039806f87c2bd8266cea834975939b79fdf0cc95a029654806655c0662520aa497d84eefadcd9edce204986e60b62678e76a09cdb38bcc50c91e9d05c4bee9

Loading…
Cancel
Save