From 0c0f8b66b9b91c6927f0dbe0ac4c50545adc2a50 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sep 13 2023 20:47:22 +0000 Subject: Update to version 1.19.1 --- diff --git a/.gitignore b/.gitignore index 010c2f0..8a6996b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /tera-1.12.0.crate /tera-1.12.1.crate /tera-1.19.0.crate +/tera-1.19.1.crate diff --git a/rust-tera.spec b/rust-tera.spec index 5ff3f5f..e254a79 100644 --- a/rust-tera.spec +++ b/rust-tera.spec @@ -6,16 +6,13 @@ %global crate tera Name: rust-tera -Version: 1.19.0 +Version: 1.19.1 Release: %autorelease Summary: Template engine based on Jinja2/Django templates License: MIT URL: https://crates.io/crates/tera Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * bump chrono-tz dependency from =0.6.1 to 0.8.3 -Patch: tera-fix-metadata.diff BuildRequires: rust-packaging >= 21 diff --git a/sources b/sources index c13a313..864d979 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tera-1.19.0.crate) = 3c3b777be08204879a1b3e70aa0c78cf5bd58c5ddc2a462095a770360fd86a4a197aa571a39e1fef587594032d20f0a489bb0655754413fecc479f2aadfebd88 +SHA512 (tera-1.19.1.crate) = e66944615221c45ffcf9ed3685300fae5076fc09019b6576f82e885347b3d06c1a1a26fa59297957516121539e24bbf888a35231daed66e6b67d16533493ed3f diff --git a/tera-fix-metadata.diff b/tera-fix-metadata.diff deleted file mode 100644 index a9a5a01..0000000 --- a/tera-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- tera-1.19.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tera-1.19.0/Cargo.toml 2023-08-31T22:48:17.637426+00:00 -@@ -45,7 +45,7 @@ - default-features = false - - [dependencies.chrono-tz] --version = "=0.6.1" -+version = "0.8.3" - optional = true - - [dependencies.globwalk]