public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-tokio] f44: Update to version 1.53.1; Fixes RHBZ#2468034
@ 2026-07-21 12:28 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-07-21 12:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-tokio
Branch : f44
Commit : bd4aed267eeddc8edab3be5424677f4c5378366f
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-07-21T14:12:19+02:00
Stats : +26/-17 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-tokio/c/bd4aed267eeddc8edab3be5424677f4c5378366f?branch=f44
Log:
Update to version 1.53.1; Fixes RHBZ#2468034
---
diff --git a/.gitignore b/.gitignore
index 4a01d9f..9dc97bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -86,3 +86,4 @@
/tokio-1.50.0.crate
/tokio-1.51.0.crate
/tokio-1.52.2.crate
+/tokio-1.53.1.crate
diff --git a/rust-tokio.spec b/rust-tokio.spec
index 2b4cc1a..edb292b 100644
--- a/rust-tokio.spec
+++ b/rust-tokio.spec
@@ -5,7 +5,7 @@
%global crate tokio
Name: rust-tokio
-Version: 1.52.2
+Version: 1.53.1
Release: %autorelease
Summary: Event-driven, non-blocking I/O platform
@@ -16,7 +16,7 @@ Source: %{crates_source}
Patch: tokio-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * drop tests that can only be compiled in-workspace
-# * drop unstable features (io-uring, taskdump)
+# * drop unstable features (io-uring, schedule-latency, taskdump)
# * relax mockall dev-dependency from ^0.13 to >=0.11,<0.14
Patch: tokio-fix-metadata.diff
# * skip one doctest that pulls in an additional dev-dependency
diff --git a/rust2rpm.toml b/rust2rpm.toml
index d1d7eef..0172a42 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -2,7 +2,7 @@
summary = "Event-driven, non-blocking I/O platform"
cargo-toml-patch-comments = [
"drop tests that can only be compiled in-workspace",
- "drop unstable features (io-uring, taskdump)",
+ "drop unstable features (io-uring, schedule-latency, taskdump)",
"relax mockall dev-dependency from ^0.13 to >=0.11,<0.14",
]
diff --git a/sources b/sources
index 6470364..ba96ade 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (tokio-1.52.2.crate) = da1d473db7dbc75c22783c6e14e80b444a8806a560d92bcb1267d75157e3439808f372fb875aa6ea93f50fa7a9d9bb97cde3430faffbd3bcde294225b88d3085
+SHA512 (tokio-1.53.1.crate) = fa68c75c8a795ec6490eff7d57f585440d58776c2561a37796c4327c20474f2f9ec5a5073d410451301aca7f868e86f55bc0665778ddf7bcb3f065c3f345d592
diff --git a/tokio-fix-metadata-auto.diff b/tokio-fix-metadata-auto.diff
index 56cc0d2..592cf7c 100644
--- a/tokio-fix-metadata-auto.diff
+++ b/tokio-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- tokio-1.52.2/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ tokio-1.52.2/Cargo.toml 2026-05-04T21:17:11.097229+00:00
+--- tokio-1.53.1/Cargo.toml 2006-07-24T01:21:28+00:00
++++ tokio-1.53.1/Cargo.toml 2026-07-21T12:04:06.040653+00:00
@@ -85,11 +85,9 @@
]
io-std = []
@@ -34,7 +34,7 @@
]
rt = []
rt-multi-thread = ["rt"]
-@@ -124,11 +114,9 @@
+@@ -125,11 +115,9 @@
"mio/net",
"mio/os-ext",
"signal-hook-registry",
@@ -47,7 +47,7 @@
test-util = [
"rt",
"sync",
-@@ -862,53 +850,11 @@
+@@ -875,53 +863,11 @@
version = "0.7"
features = ["rt"]
@@ -101,7 +101,7 @@
[target.'cfg(not(all(target_family = "wasm", target_os = "unknown")))'.dev-dependencies.rand]
version = "0.9"
-@@ -920,20 +866,6 @@
+@@ -933,20 +879,6 @@
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.tempfile]
version = "3.1.0"
@@ -122,7 +122,7 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2.168"
-@@ -954,17 +886,6 @@
+@@ -967,17 +899,6 @@
"socket",
]
default-features = false
@@ -140,7 +140,7 @@
[lints.rust.unexpected_cfgs]
level = "warn"
-@@ -980,3 +901,4 @@
+@@ -993,3 +914,4 @@
"cfg(tokio_unstable)",
'cfg(target_os, values("cygwin"))',
]
diff --git a/tokio-fix-metadata.diff b/tokio-fix-metadata.diff
index 5e9ab9f..7731dae 100644
--- a/tokio-fix-metadata.diff
+++ b/tokio-fix-metadata.diff
@@ -1,5 +1,5 @@
---- tokio-1.52.2/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ tokio-1.52.2/Cargo.toml 2026-05-04T21:17:11.099796+00:00
+--- tokio-1.53.1/Cargo.toml 2006-07-24T01:21:28+00:00
++++ tokio-1.53.1/Cargo.toml 2026-07-21T12:04:06.043586+00:00
@@ -84,11 +84,6 @@
"time",
]
@@ -12,7 +12,15 @@
io-util = ["bytes"]
macros = ["tokio-macros"]
net = [
-@@ -116,7 +111,6 @@
+@@ -108,7 +103,6 @@
+ ]
+ rt = []
+ rt-multi-thread = ["rt"]
+-schedule-latency = []
+ signal = [
+ "libc",
+ "mio/os-poll",
+@@ -117,7 +111,6 @@
"signal-hook-registry",
]
sync = []
@@ -20,7 +28,7 @@
test-util = [
"rt",
"sync",
-@@ -265,10 +259,6 @@
+@@ -278,10 +271,6 @@
path = "tests/io_copy.rs"
[[test]]
@@ -31,7 +39,7 @@
name = "io_driver"
path = "tests/io_driver.rs"
-@@ -311,22 +301,6 @@
+@@ -324,22 +313,6 @@
[[test]]
name = "io_read_exact"
path = "tests/io_read_exact.rs"
@@ -54,7 +62,7 @@
[[test]]
name = "io_repeat"
-@@ -831,14 +805,11 @@
+@@ -844,14 +817,11 @@
version = "0.3.0"
features = ["async-await"]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 12:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 12:28 [rpms/rust-tokio] f44: Update to version 1.53.1; Fixes RHBZ#2468034 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox