Update to version 0.11.0; Fixes RHBZ#2034751

epel9
Fabio Valentini 3 years ago
parent 700e92909c
commit 4de110a17a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/askama_derive-0.10.0.crate /askama_derive-0.10.0.crate
/askama_derive-0.10.3.crate /askama_derive-0.10.3.crate
/askama_derive-0.10.5.crate /askama_derive-0.10.5.crate
/askama_derive-0.11.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate askama_derive %global crate askama_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.10.5 Version: 0.11.0
Release: %autorelease Release: %autorelease
Summary: Procedural macro package for Askama Summary: Procedural macro package for Askama
@ -15,9 +15,6 @@ URL: https://crates.io/crates/askama_derive
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -32,8 +29,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 +43,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
@ -58,20 +55,44 @@ BuildArch: noarch
%description -n %{name}+actix-web-devel %{_description} %description -n %{name}+actix-web-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 "actix-web" feature of "%{crate}" crate. use the "actix-web" feature of the "%{crate}" crate.
%files -n %{name}+actix-web-devel %files -n %{name}+actix-web-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+axum-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+axum-devel %{_description}
This package contains library source intended for building other packages which
use the "axum" feature of the "%{crate}" crate.
%files -n %{name}+axum-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+config-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+config-devel %{_description}
This package contains library source intended for building other packages which
use the "config" feature of the "%{crate}" crate.
%files -n %{name}+config-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+gotham-devel %package -n %{name}+gotham-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+gotham-devel %{_description} %description -n %{name}+gotham-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 "gotham" feature of "%{crate}" crate. use the "gotham" feature of the "%{crate}" crate.
%files -n %{name}+gotham-devel %files -n %{name}+gotham-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -82,8 +103,8 @@ BuildArch: noarch
%description -n %{name}+iron-devel %{_description} %description -n %{name}+iron-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 "iron" feature of "%{crate}" crate. use the "iron" feature of the "%{crate}" crate.
%files -n %{name}+iron-devel %files -n %{name}+iron-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -94,8 +115,8 @@ BuildArch: noarch
%description -n %{name}+mendes-devel %{_description} %description -n %{name}+mendes-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 "mendes" feature of "%{crate}" crate. use the "mendes" feature of the "%{crate}" crate.
%files -n %{name}+mendes-devel %files -n %{name}+mendes-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -106,8 +127,8 @@ BuildArch: noarch
%description -n %{name}+rocket-devel %{_description} %description -n %{name}+rocket-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 "rocket" feature of "%{crate}" crate. use the "rocket" feature of the "%{crate}" crate.
%files -n %{name}+rocket-devel %files -n %{name}+rocket-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -118,8 +139,8 @@ BuildArch: noarch
%description -n %{name}+tide-devel %{_description} %description -n %{name}+tide-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 "tide" feature of "%{crate}" crate. use the "tide" feature of the "%{crate}" crate.
%files -n %{name}+tide-devel %files -n %{name}+tide-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -130,8 +151,8 @@ BuildArch: noarch
%description -n %{name}+warp-devel %{_description} %description -n %{name}+warp-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 "warp" feature of "%{crate}" crate. use the "warp" feature of the "%{crate}" crate.
%files -n %{name}+warp-devel %files -n %{name}+warp-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (askama_derive-0.10.5.crate) = 9c4d0115206c69c27151849010057eac60acf159c965af9e5ef0bb023730e17a37295706b717bdd34b2be4571d0a1dbb3bbb1bbe63bfc8b56e14f7d79c37758c SHA512 (askama_derive-0.11.0.crate) = d0b947817847c70d3ee2cf59afbc3b249147a056e2a59fd93f16788b9e8d75720ec918f75f19d1007026e6d543651974984930c760391a6873df7bc808d3c409

Loading…
Cancel
Save