public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Orion Poplawski <orion@nwra.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sqlx-sqlite] f43: Relax flume dependency
Date: Thu, 04 Jun 2026 10:43:59 GMT	[thread overview]
Message-ID: <178056983989.1.4433044603856013360.rpms-rust-sqlx-sqlite-c310b9202ad3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sqlx-sqlite
Branch : f43
Commit : c310b9202ad31f7bd695177307ad0c1494fb5d69
Author : Orion Poplawski <orion@nwra.com>
Date   : 2026-03-15T12:02:02-06:00
Stats  : +13/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sqlx-sqlite/c/c310b9202ad31f7bd695177307ad0c1494fb5d69?branch=f43

Log:
Relax flume dependency

---
diff --git a/rust-sqlx-sqlite.spec b/rust-sqlx-sqlite.spec
index f286a52..5b72bd1 100644
--- a/rust-sqlx-sqlite.spec
+++ b/rust-sqlx-sqlite.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 27
+# Generated by rust2rpm 28
 # * resolve dependency loop with sqlx
 %bcond check 0
 %global debug_package %{nil}
@@ -15,6 +15,7 @@ URL:            https://crates.io/crates/sqlx-sqlite
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
 # * Relax libsqlite3 dependency
+# * Relax flume dependency
 # * Drop unpackaged libsqlite3 features
 Patch:          sqlx-sqlite-fix-metadata.diff
 # * Gate (de)serealize interface by feature.

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 3dd8196..d0b20eb 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -4,6 +4,7 @@ enable-all = true
 [package]
 cargo-toml-patch-comments = [
     "Relax libsqlite3 dependency",
+    "Relax flume dependency",
     "Drop unpackaged libsqlite3 features",
 ]
 

diff --git a/sqlx-sqlite-fix-metadata.diff b/sqlx-sqlite-fix-metadata.diff
index 797db66..51238c9 100644
--- a/sqlx-sqlite-fix-metadata.diff
+++ b/sqlx-sqlite-fix-metadata.diff
@@ -1,5 +1,14 @@
 --- sqlx-sqlite-0.8.6/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sqlx-sqlite-0.8.6/Cargo.toml	2025-05-20T08:24:26.334055+00:00
++++ sqlx-sqlite-0.8.6/Cargo.toml	2026-03-15T17:57:58.806716+00:00
+@@ -47,7 +47,7 @@
+ default-features = false
+ 
+ [dependencies.flume]
+-version = "0.11.0"
++version = ">=0.11.0,<0.13"
+ features = ["async"]
+ default-features = false
+ 
 @@ -79,10 +79,8 @@
  default-features = false
  

                 reply	other threads:[~2026-06-04 10:43 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=178056983989.1.4433044603856013360.rpms-rust-sqlx-sqlite-c310b9202ad3@fedoraproject.org \
    --to=orion@nwra.com \
    --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