public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-ureq] rawhide: Update to version 3.4.0; Fixes RHBZ#2512818
Date: Mon, 10 Aug 2026 05:54:38 GMT [thread overview]
Message-ID: <178634127840.1.3217961079727157896.rpms-rust-ureq-d21f9931b927@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-ureq
Branch : rawhide
Commit : d21f9931b927489dce6bb1a6fa5ca56af139e667
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-09T07:34:06+01:00
Stats : +14/-13 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-ureq/c/d21f9931b927489dce6bb1a6fa5ca56af139e667?branch=rawhide
Log:
Update to version 3.4.0; Fixes RHBZ#2512818
---
diff --git a/.gitignore b/.gitignore
index 0a520c0..ea96618 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/ureq-2.10.1.crate
/ureq-2.12.1.crate
/ureq-3.3.0.crate
+/ureq-3.4.0.crate
diff --git a/rust-ureq.spec b/rust-ureq.spec
index 3f2fc93..bcfb118 100644
--- a/rust-ureq.spec
+++ b/rust-ureq.spec
@@ -5,7 +5,7 @@
%global crate ureq
Name: rust-ureq
-Version: 3.3.0
+Version: 3.4.0
Release: %autorelease
Summary: Simple, safe HTTP client
@@ -317,6 +317,7 @@ use the "win-system-proxy" feature of the "%{crate}" crate.
--skip body::BodyWithConfig
--skip middleware::Middleware
--skip request::RequestBuilder
+ --skip request_ext::tests::middleware_config
--skip response::ResponseExt::get_redirect_history
--skip response::ResponseExt::get_uri
--skip send_body::AsSendBody
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 28299d8..9b05e44 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -76,6 +76,7 @@ skip = [
"body::BodyWithConfig",
"middleware::Middleware",
"request::RequestBuilder",
+ "request_ext::tests::middleware_config",
"response::ResponseExt::get_redirect_history",
"response::ResponseExt::get_uri",
"send_body::AsSendBody",
diff --git a/sources b/sources
index 09d739b..2e9d7fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ureq-3.3.0.crate) = 3ec507b4e29927b3e8a4c5982226e440be511bd42959c73049ce11a57d25df004ac6222cd394008a766c655d446563649fee57e95dbfc79979a0e11a696a7de6
+SHA512 (ureq-3.4.0.crate) = 4e24743e7f5c465b4347bdb1e7b9073e8007001ed4e9de0c0b56822aa8dd0a7f1a73b298f67df1498d6de1105cf540e240a5c8474f2b63007f7f07207cbd773a
diff --git a/ureq-fix-metadata-auto.diff b/ureq-fix-metadata-auto.diff
index a998fbd..5b8ce12 100644
--- a/ureq-fix-metadata-auto.diff
+++ b/ureq-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- ureq-3.3.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ ureq-3.3.0/Cargo.toml 2026-06-28T09:34:39.268335+00:00
+--- ureq-3.4.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ ureq-3.4.0/Cargo.toml 2026-08-09T06:33:57.026564+00:00
@@ -111,7 +111,7 @@
rustls-webpki-roots = ["dep:webpki-roots"]
socks-proxy = ["dep:socks"]
@@ -9,7 +9,7 @@
[lib]
name = "ureq"
-@@ -269,6 +269,3 @@
+@@ -272,6 +272,3 @@
"derive",
]
diff --git a/ureq-fix-metadata.diff b/ureq-fix-metadata.diff
index 0e285d4..b812b49 100644
--- a/ureq-fix-metadata.diff
+++ b/ureq-fix-metadata.diff
@@ -1,5 +1,5 @@
---- ureq-3.3.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ ureq-3.3.0/Cargo.toml 2026-06-28T09:34:39.269754+00:00
+--- ureq-3.4.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ ureq-3.4.0/Cargo.toml 2026-08-09T06:33:57.027875+00:00
@@ -118,19 +118,6 @@
path = "src/lib.rs"
@@ -20,15 +20,13 @@
name = "mpsc-transport"
path = "examples/mpsc-transport.rs"
required-features = ["rustls"]
-@@ -251,16 +238,13 @@
-
- [dev-dependencies.assert_no_alloc]
+@@ -255,15 +242,11 @@
version = "1.1.2"
--
+ default-features = false
+
-[dev-dependencies.auto-args]
-version = "0.3.0"
-+default-features = false
-
+-
[dev-dependencies.env_logger]
version = "0.11.7"
reply other threads:[~2026-08-10 5:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178634127840.1.3217961079727157896.rpms-rust-ureq-d21f9931b927@fedoraproject.org \
--to=code@musicinmybrain.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox