Update to version 0.16.1; Fixes RHBZ#2264673

epel10
Fabio Valentini 1 year ago
parent 23a674c530
commit 93f773d85d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/textwrap-0.15.0.crate /textwrap-0.15.0.crate
/textwrap-0.15.2.crate /textwrap-0.15.2.crate
/textwrap-0.16.0.crate /textwrap-0.16.0.crate
/textwrap-0.16.1.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * missing dev-dependencies: termion ^2.0.1, unic-emoji-char ^0.9 # * missing dev-dependencies: unic-emoji-char ^0.9
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate textwrap %global crate textwrap
Name: rust-textwrap Name: rust-textwrap
Version: 0.16.0 Version: 0.16.1
Release: %autorelease Release: %autorelease
Summary: Library for word wrapping, indenting, and dedenting strings Summary: Library for word wrapping, indenting, and dedenting strings
@ -14,7 +14,7 @@ License: MIT
URL: https://crates.io/crates/textwrap URL: https://crates.io/crates/textwrap
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Library for word wrapping, indenting, and dedenting strings. Has Library for word wrapping, indenting, and dedenting strings. Has
@ -98,7 +98,7 @@ use the "unicode-width" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,3 +0,0 @@
[DEFAULT]
unwanted-features =
hyphenation

@ -0,0 +1,7 @@
[tests]
run = ["none"]
comments = ["missing dev-dependencies: unic-emoji-char ^0.9"]
[features]
hide = ["hyphenation"]

@ -1 +1 @@
SHA512 (textwrap-0.16.0.crate) = 97ae8acece5663e1a6b08b827179e96d5ad0ee67d635888cc3d83454b52cf48fce97eb0eba374ba4747834099c74f43d66d9fec868e84be45369a42c1aaec2c3 SHA512 (textwrap-0.16.1.crate) = 3a8d2036c8e4b88866d68b8066a2991756f6bd4ac5c726e63fdffbc894fbdc03bf8b6e0ece4b96684c8e1facb6413190768d51a8539094efe47977c120d31f1b

Loading…
Cancel
Save