public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-ureq] epel9: Update to version 3.4.0; Fixes RHBZ#2512818
@ 2026-08-10  5:59 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-10  5:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-ureq
Branch : epel9
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=epel9

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"
  

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10  5:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  5:59 [rpms/rust-ureq] epel9: Update to version 3.4.0; Fixes RHBZ#2512818 Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox