Update to version 0.25.0

epel10
Fabio Valentini 10 months ago
parent a151503d0b
commit f0ed26cefd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/tokio-rustls-0.22.0.crate
/tokio-rustls-0.23.4.crate
/tokio-rustls-0.24.1.crate
/tokio-rustls-0.25.0.crate

@ -1,12 +1,11 @@
# Generated by rust2rpm 25
# * outdated dev-dependencies: rustls-webpki, webpki-roots
%bcond_with check
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate tokio-rustls
Name: rust-tokio-rustls
Version: 0.24.1
Version: 0.25.0
Release: %autorelease
Summary: Asynchronous TLS/SSL streams for Tokio using Rustls
@ -49,18 +48,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dangerous_configuration-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dangerous_configuration-devel %{_description}
This package contains library source intended for building other packages which
use the "dangerous_configuration" feature of the "%{crate}" crate.
%files -n %{name}+dangerous_configuration-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+early-data-devel
Summary: %{summary}
BuildArch: noarch
@ -85,16 +72,16 @@ use the "logging" feature of the "%{crate}" crate.
%files -n %{name}+logging-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+secret_extraction-devel
%package -n %{name}+ring-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+secret_extraction-devel %{_description}
%description -n %{name}+ring-devel %{_description}
This package contains library source intended for building other packages which
use the "secret_extraction" feature of the "%{crate}" crate.
use the "ring" feature of the "%{crate}" crate.
%files -n %{name}+secret_extraction-devel
%files -n %{name}+ring-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tls12-devel
@ -124,7 +111,8 @@ use the "tls12" feature of the "%{crate}" crate.
%if %{with check}
%check
%cargo_test
# * skip tests that require internet access
%cargo_test -- -- --exact --skip common::test_stream::stream_handshake_regression_issues_77 --skip test_modern --skip test_tls12
%endif
%changelog

@ -1,4 +1,9 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: rustls-webpki, webpki-roots"]
skip = [
"common::test_stream::stream_handshake_regression_issues_77",
"test_modern",
"test_tls12",
]
skip-exact = true
comments = ["skip tests that require internet access"]

@ -1 +1 @@
SHA512 (tokio-rustls-0.24.1.crate) = 93098f34d117107214e2e80e0e6c030423850ba160d1858b5149c165643700d308dacef7723e45b79fc911ba13bc1bf363c89ccac047cc6636e48a9a5a9502fa
SHA512 (tokio-rustls-0.25.0.crate) = 4e04669ecdd8235edd438075e6b125f6473e117adc2ae13ceaee7668705e81a87f97242253f51dea204fa1bb3b9f8f9f21b587b4edc7c2e58e375f5537ee5f95

Loading…
Cancel
Save