Update to version 0.21.0

epel9 imports/e9/rust-gix-credentials-0.21.0-1.el9
blinxen 1 year ago
parent d6bba8f09a
commit c1f56e51d2

1
.gitignore vendored

@ -1 +1,2 @@
/gix-credentials-0.19.0.crate /gix-credentials-0.19.0.crate
/gix-credentials-0.21.0.crate

@ -1,12 +1,13 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# Deactivate tests because of a missing dev-dependency (gix-testtools) # * Deactivate tests because of a missing dev-dependency (gix-testtools)
# * See https://github.com/Byron/gitoxide/discussions/900 for more information
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate gix-credentials %global crate gix-credentials
Name: rust-gix-credentials Name: rust-gix-credentials
Version: 0.19.0 Version: 0.21.0
Release: %autorelease Release: %autorelease
Summary: Gix implementation for interacting with git credentials helpers Summary: Gix implementation for interacting with git credentials helpers
@ -75,7 +76,7 @@ use the "serde" 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

@ -0,0 +1,9 @@
[package]
summary = "Gix implementation for interacting with git credentials helpers"
[tests]
run = ["none"]
comments = [
"Deactivate tests because of a missing dev-dependency (gix-testtools)",
"See https://github.com/Byron/gitoxide/discussions/900 for more information"
]

@ -1 +1 @@
SHA512 (gix-credentials-0.19.0.crate) = 46a740ab67faa4f4f218fbce7d0018ea76bc178eeb103efb33ab19002802827b74c6d99cc624738919c5dd73c00c99500de6fba85933416434ecd4aaea7cf24a SHA512 (gix-credentials-0.21.0.crate) = 34ac3f98ca8e0e2f4e315074588b3ae9e0c1d0076a781ede0d3472226bf03b7ca38cf5648b04babd44872ce7b5046738ef7b1e08ab707f242db91f348575c5f8

Loading…
Cancel
Save