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/maturin] rawhide: Update dialoguer to 0.12
Date: Fri, 10 Jul 2026 05:41:33 GMT	[thread overview]
Message-ID: <178366209322.1.14488059880715067172.rpms-maturin-de1e5aa90dce@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/maturin
Branch : rawhide
Commit : de1e5aa90dceb9283a002887debcbe1ac54fb37a
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-10T06:31:05+01:00
Stats  : +50/-20 in 8 file(s)
URL    : https://src.fedoraproject.org/rpms/maturin/c/de1e5aa90dceb9283a002887debcbe1ac54fb37a?branch=rawhide

Log:
Update dialoguer to 0.12

---
diff --git a/0001-drop-unavailable-features-and-unused-dev-dependencie.patch b/0001-drop-unavailable-features-and-unused-dev-dependencie.patch
index 50dd590..36295eb 100644
--- a/0001-drop-unavailable-features-and-unused-dev-dependencie.patch
+++ b/0001-drop-unavailable-features-and-unused-dev-dependencie.patch
@@ -1,7 +1,7 @@
-From 7abd5192fde0b322141da1bac89ff839e1aedb23 Mon Sep 17 00:00:00 2001
+From fb7b057a5e4a21c5010c8f4807063a51965f30e3 Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Tue, 23 Sep 2025 22:46:35 +0200
-Subject: [PATCH 1/6] drop unavailable features and unused dev-dependencies
+Subject: [PATCH 1/7] drop unavailable features and unused dev-dependencies
 
 ---
  Cargo.toml | 76 ++----------------------------------------------------
@@ -122,5 +122,5 @@ index f950f92f..2c04871a 100644
  inherits = "release"
  debug = true
 -- 
-2.52.0
+2.55.0
 

diff --git a/0002-drop-incompatible-cargo-flags-from-setuptools_rust.patch b/0002-drop-incompatible-cargo-flags-from-setuptools_rust.patch
index c8d2213..8157707 100644
--- a/0002-drop-incompatible-cargo-flags-from-setuptools_rust.patch
+++ b/0002-drop-incompatible-cargo-flags-from-setuptools_rust.patch
@@ -1,7 +1,7 @@
-From 8d3ca80d401db386ccb5e7568c395a78eede6edc Mon Sep 17 00:00:00 2001
+From c603f36b9c8ae18d87dd9236f5258b43d94bd153 Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Mon, 19 May 2025 21:57:43 +0200
-Subject: [PATCH 2/6] drop incompatible cargo flags from setuptools_rust
+Subject: [PATCH 2/7] drop incompatible cargo flags from setuptools_rust
 
 ---
  setup.py | 18 +-----------------
@@ -46,5 +46,5 @@ index 5d9fd285..5c56178f 100644
      zip_safe=False,
  )
 -- 
-2.52.0
+2.55.0
 

diff --git a/0003-remove-shebang-from-non-executable-__init__.py-file.patch b/0003-remove-shebang-from-non-executable-__init__.py-file.patch
index de7f491..96f09c2 100644
--- a/0003-remove-shebang-from-non-executable-__init__.py-file.patch
+++ b/0003-remove-shebang-from-non-executable-__init__.py-file.patch
@@ -1,7 +1,7 @@
-From 50af2191b38f5adee1d7c28210179eb0cb117312 Mon Sep 17 00:00:00 2001
+From 2fe7ee57d69b7bd2c3b010e851525bd9c720e1ac Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Tue, 12 Dec 2023 12:36:00 +0100
-Subject: [PATCH 3/6] remove shebang from non-executable __init__.py file
+Subject: [PATCH 3/7] remove shebang from non-executable __init__.py file
 
 ---
  maturin/__init__.py | 1 -
@@ -17,5 +17,5 @@ index b8ee63eb..bf6c4103 100644
  maturin's implementation of the PEP 517 interface. Calls maturin through subprocess
  
 -- 
-2.52.0
+2.55.0
 

diff --git a/0004-Bump-base64-from-0.21-to-0.22-and-itertools-from-0.1.patch b/0004-Bump-base64-from-0.21-to-0.22-and-itertools-from-0.1.patch
index dcdc0a1..bf48b9a 100644
--- a/0004-Bump-base64-from-0.21-to-0.22-and-itertools-from-0.1.patch
+++ b/0004-Bump-base64-from-0.21-to-0.22-and-itertools-from-0.1.patch
@@ -1,7 +1,7 @@
-From 7675ff766bb21e50b577d4c8da5d745929f298f3 Mon Sep 17 00:00:00 2001
+From bed43f246fec955de89c255f82a9bbed0211da28 Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Wed, 19 Mar 2025 15:49:22 +0100
-Subject: [PATCH 4/6] Bump base64 from 0.21 to 0.22 and itertools from 0.12 to
+Subject: [PATCH 4/7] Bump base64 from 0.21 to 0.22 and itertools from 0.12 to
  0.14
 
 ---
@@ -31,5 +31,5 @@ index 2c04871a..8c6ae4b6 100644
  cc = "1.0.88"
  dunce = "1.0.2"
 -- 
-2.52.0
+2.55.0
 

diff --git a/0005-revert-to-using-setuptools-for-non-maturin-bootstrap.patch b/0005-revert-to-using-setuptools-for-non-maturin-bootstrap.patch
index d6a4d45..25aac1f 100644
--- a/0005-revert-to-using-setuptools-for-non-maturin-bootstrap.patch
+++ b/0005-revert-to-using-setuptools-for-non-maturin-bootstrap.patch
@@ -1,7 +1,7 @@
-From cc78b683075ebf8e096013c2ef09b2615875acd1 Mon Sep 17 00:00:00 2001
+From fe72c708b583e93c99a7e5dacfd2ff53f0555bd8 Mon Sep 17 00:00:00 2001
 From: Fabio Valentini <decathorpe@gmail.com>
 Date: Tue, 23 Sep 2025 22:47:53 +0200
-Subject: [PATCH 5/6] revert to using setuptools for non-maturin bootstrap
+Subject: [PATCH 5/7] revert to using setuptools for non-maturin bootstrap
  build
 
 ---
@@ -26,5 +26,5 @@ index c1fcb4b1..5cf98f5e 100644
  [project]
  name = "maturin"
 -- 
-2.52.0
+2.55.0
 

diff --git a/0006-Update-cargo_metadata-to-0.20.0-2864.patch b/0006-Update-cargo_metadata-to-0.20.0-2864.patch
index 749469c..9ef96f8 100644
--- a/0006-Update-cargo_metadata-to-0.20.0-2864.patch
+++ b/0006-Update-cargo_metadata-to-0.20.0-2864.patch
@@ -1,7 +1,7 @@
-From 637b05baf51fe9ab11b105fa248a60b49cc64501 Mon Sep 17 00:00:00 2001
+From 2ef2ec6ca9e1734d620c0d07a66feac10a301479 Mon Sep 17 00:00:00 2001
 From: Eashwar Ranganathan <eashwar@eashwar.com>
 Date: Thu, 20 Nov 2025 18:51:25 -0500
-Subject: [PATCH 6/6] Update cargo_metadata to 0.20.0 (#2864)
+Subject: [PATCH 6/7] Update cargo_metadata to 0.20.0 (#2864)
 
 ---
  Cargo.toml                 |  2 +-
@@ -172,5 +172,5 @@ index 0dc7a2a5..d0ea47b9 100644
                  .unwrap();
              if let Some(path) = &dependency.path {
 -- 
-2.52.0
+2.55.0
 

diff --git a/0007-Update-dialoguer-to-0.12.patch b/0007-Update-dialoguer-to-0.12.patch
new file mode 100644
index 0000000..d7f46c6
--- /dev/null
+++ b/0007-Update-dialoguer-to-0.12.patch
@@ -0,0 +1,26 @@
+From c35ce6a0fded014e283cb576feba7b91003731c9 Mon Sep 17 00:00:00 2001
+From: "Benjamin A. Beasley" <code@musicinmybrain.net>
+Date: Thu, 9 Jul 2026 07:20:57 +0100
+Subject: [PATCH 7/7] Update dialoguer to 0.12
+
+https://github.com/PyO3/maturin/commit/a11e002b87806fc9825709154bca80fc10530fc7
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 7d0ffca5..916cef62 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -104,7 +104,7 @@ tracing = "0.1.36"
+ tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
+ 
+ # project scaffolding, maturin new/init/generate-ci
+-dialoguer = { version = "0.11.0", default-features = false, optional = true }
++dialoguer = { version = "0.12.0", default-features = false, optional = true }
+ console = { version = "0.16.0", optional = true }
+ minijinja = { version = "2.5.0", optional = true }
+ 
+-- 
+2.55.0
+

diff --git a/maturin.spec b/maturin.spec
index 42f7b07..a2e18a8 100644
--- a/maturin.spec
+++ b/maturin.spec
@@ -15,7 +15,6 @@ SourceLicense:  MIT OR Apache-2.0
 # 0BSD OR MIT OR Apache-2.0
 # Apache-2.0
 # Apache-2.0 OR BSD-2-Clause
-# Apache-2.0 OR BSL-1.0
 # Apache-2.0 OR MIT
 # Apache-2.0 WITH LLVM-exception
 # Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
@@ -27,6 +26,7 @@ SourceLicense:  MIT OR Apache-2.0
 # MPL-2.0
 # Unicode-3.0
 # Unlicense OR MIT
+# bzip2-1.0.6
 License:        %{shrink:
     0BSD AND
     Apache-2.0 AND
@@ -36,9 +36,9 @@ License:        %{shrink:
     MPL-2.0 AND
     Unicode-3.0 AND
     Unicode-DFS-2016 AND
+    bzip2-1.0.6 AND
     (0BSD OR MIT OR Apache-2.0) AND
     (Apache-2.0 OR BSD-2-Clause) AND
-    (Apache-2.0 OR BSL-1.0) AND
     (Apache-2.0 OR MIT) AND
     (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND
     (BSD-2-Clause OR Apache-2.0 OR MIT) AND
@@ -79,6 +79,10 @@ Patch:          0005-revert-to-using-setuptools-for-non-maturin-bootstrap.patch
 #   rejected for now due (solely) to MSRV.
 Patch:          0006-Update-cargo_metadata-to-0.20.0-2864.patch
 
+# * Update dialoguer to 0.12:
+#   https://github.com/PyO3/maturin/commit/a11e002b87806fc9825709154bca80fc10530fc7
+Patch:          0007-Update-dialoguer-to-0.12.patch
+
 BuildRequires:  cargo-rpm-macros >= 24
 BuildRequires:  python3-devel
 

                 reply	other threads:[~2026-07-10  5:41 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=178366209322.1.14488059880715067172.rpms-maturin-de1e5aa90dce@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