Update to version 0.10.2; Fixes RHBZ#2034753

epel9
Fabio Valentini 3 years ago
parent 8708adf97a
commit d91c6dff5c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/askama_escape-0.10.1.crate /askama_escape-0.10.1.crate
/askama_escape-0.10.2.crate

@ -0,0 +1,13 @@
--- askama_escape-0.10.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ askama_escape-0.10.2/Cargo.toml 2022-01-29T19:28:03.718366+00:00
@@ -21,10 +21,5 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/djc/askama"
-[[bench]]
-name = "all"
-harness = false
-[dev-dependencies.criterion]
-version = "0.3"
[badges.maintenance]
status = "actively-developed"

@ -1,11 +1,11 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate askama_escape %global crate askama_escape
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.1 Version: 0.10.2
Release: %autorelease Release: %autorelease
Summary: Optimized HTML escaping code, extracted from Askama Summary: Optimized HTML escaping code, extracted from Askama
@ -13,11 +13,11 @@ Summary: Optimized HTML escaping code, extracted from Askama
License: MIT or ASL 2.0 License: MIT or ASL 2.0
URL: https://crates.io/crates/askama_escape URL: https://crates.io/crates/askama_escape
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
Patch0: askama_escape-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +32,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
@ -46,8 +46,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (askama_escape-0.10.1.crate) = f5c95051bfac2b3c78c9487bc62b90f171babc41df1c57993c6618e5b254933dce710ae1932a08be6a53c2f7f704137d592e9f0c5b6c555e7e436fc65a2b2a7e SHA512 (askama_escape-0.10.2.crate) = 59c7f19210966461550ab6ca43e6f45d0724d89cd8a007bf81da3f83798642ed89107a7565b8bb85a09fae08dbc40c10dbb0ad5a433d7807af4ed5a2bc2022ff

Loading…
Cancel
Save