Bump askama dependency from 0.11 to 0.12

epel9
Fabio Valentini 2 years ago
parent cbbd610629
commit bbb1f8e208
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -15,10 +15,11 @@ Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
Patch: zoxide-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * bump askama dependency from 0.11 to 0.12
# * drop incompatible compiler flag settings (strip = true, debug = 0)
Patch: zoxide-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: rust-packaging >= 23
%global _description %{expand:
A smarter cd command for your terminal.}
@ -27,15 +28,12 @@ A smarter cd command for your terminal.}
%package -n %{crate}
Summary: %{summary}
# (MIT OR Apache-2.0) AND Unicode-DFS-2016
# Apache-2.0 OR MIT
# Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
# CC0-1.0 OR MIT-0
# CC0-1.0 OR MIT-0 OR Apache-2.0
# MIT
# MIT OR Apache-2.0
# Unlicense OR MIT
License: MIT AND MIT-0 AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Unlicense OR MIT)
License: MIT AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (CC0-1.0 OR MIT-0 OR Apache-2.0)
# LICENSE.dependencies contains a full license breakdown
# recommend fuzzy finder for interactive completions
@ -70,8 +68,7 @@ echo '/usr/bin/zsh'
%build
%cargo_build
# write license summary and breakdown
%cargo_license_summary
%{cargo_license_summary}
%{cargo_license} > LICENSE.dependencies
%install

@ -0,0 +1,7 @@
[DEFAULT]
testrequires =
/usr/bin/bash
/usr/bin/fish
/usr/bin/shellcheck
/usr/bin/xonsh
/usr/bin/zsh

@ -1,5 +1,5 @@
--- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zoxide-0.9.0/Cargo.toml 2023-04-19T14:54:52.893929+00:00
+++ zoxide-0.9.0/Cargo.toml 2023-08-08T11:21:10.317749+00:00
@@ -147,8 +147,5 @@
]
default-features = false

@ -1,6 +1,6 @@
--- zoxide-0.9.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zoxide-0.9.0/Cargo.toml 2023-04-19T14:55:15.175976+00:00
@@ -76,8 +76,6 @@
+++ zoxide-0.9.0/Cargo.toml 2023-08-08T11:21:29.269742+00:00
@@ -76,14 +76,12 @@
[profile.release]
lto = true
codegen-units = 1
@ -9,23 +9,10 @@
[dependencies.anyhow]
version = "1.0.32"
@@ -112,19 +110,6 @@
version = "1.0.116"
features = ["derive"]
-[dev-dependencies.assert_cmd]
-version = "2.0.0"
-
-[dev-dependencies.rstest]
-version = "0.16.0"
-default-features = false
-
-[dev-dependencies.rstest_reuse]
-version = "0.4.0"
-
-[dev-dependencies.tempfile]
-version = "3.1.0"
-
[build-dependencies.clap]
version = "4.0.0"
features = ["derive"]
[dependencies.askama]
-version = "0.11.0"
+version = "0.12.0"
default-features = false
[dependencies.bincode]

Loading…
Cancel
Save