update to version 0.10.5

epel9
Fabio Valentini 4 years ago
parent c7bf16fe0e
commit 6704b78baa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/askama-0.10.0.crate
/askama-0.10.3.crate
/askama-0.10.5.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate askama
Name: rust-%{crate}
Version: 0.10.3
Release: 2%{?dist}
Version: 0.10.5
Release: 1%{?dist}
Summary: Type-safe, compiled Jinja-like templates for Rust
# Upstream license specification: MIT OR Apache-2.0
@ -37,9 +37,6 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
# No README file on crates.io
# * https://github.com/djc/askama/issues/340
#%%doc ../README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -253,6 +250,9 @@ which use "with-warp" feature of "%{crate}" crate.
%endif
%changelog
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.10.5-1
- Update to version 0.10.5.
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (askama-0.10.3.crate) = c6bec67b07b4b24d81f4ccfdd6ac7d77588c3e625d0ce26e4c9bc3ee1125a644c1540c5ad92a7e8b7e02b92fc395ccdadf9634a5db49f5b4db8a6ca8c7511c39
SHA512 (askama-0.10.5.crate) = c54ee508313e1d9a40c729df52329c787e2512798b148cdf49a1d431179a82fc4f0748572c6fa35cbf3e068f04adce4e020c0c07cdfefa5f5fe41a009c914d2e

Loading…
Cancel
Save