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/python-watchfiles] rawhide: Update to PyO3 0.29
Date: Mon, 29 Jun 2026 12:55:03 GMT	[thread overview]
Message-ID: <178273770317.1.5023790102203482494.rpms-python-watchfiles-b659c6a19e3e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-watchfiles
Branch : rawhide
Commit : b659c6a19e3eaafac96ca3848a5f7734c408fd89
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-06-29T12:12:31+00:00
Stats  : +32/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-watchfiles/c/b659c6a19e3eaafac96ca3848a5f7734c408fd89?branch=rawhide

Log:
Update to PyO3 0.29

---
diff --git a/0001-Downstream-only-allow-a-slightly-older-pytest-to-sup.patch b/0001-Downstream-only-allow-a-slightly-older-pytest-to-sup.patch
index cf96888..66173a0 100644
--- a/0001-Downstream-only-allow-a-slightly-older-pytest-to-sup.patch
+++ b/0001-Downstream-only-allow-a-slightly-older-pytest-to-sup.patch
@@ -1,4 +1,4 @@
-From 434c7ff1d32f366cefa9e6c7c637bf18a01fcf16 Mon Sep 17 00:00:00 2001
+From 7fb9e56b96d9454d8e405004c77c3c146ea99703 Mon Sep 17 00:00:00 2001
 From: "Benjamin A. Beasley" <code@musicinmybrain.net>
 Date: Tue, 11 Feb 2025 07:44:12 -0500
 Subject: [PATCH] Downstream-only: allow a slightly older pytest to support
@@ -9,10 +9,10 @@ Subject: [PATCH] Downstream-only: allow a slightly older pytest to support
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/pyproject.toml b/pyproject.toml
-index 71db817..bfa4634 100644
+index 0a531d2..b508d89 100644
 --- a/pyproject.toml
 +++ b/pyproject.toml
-@@ -56,7 +56,7 @@ dev = [
+@@ -49,7 +49,7 @@ dev = [
      "coverage>=7.6.10",
      "dirty-equals>=0.8.0",
      "maturin>=1.8.1",
@@ -21,6 +21,3 @@ index 71db817..bfa4634 100644
      "pytest-mock>=3.14.0",
      "pytest-pretty>=1.2.0",
      "pytest-timeout>=2.3.1",
--- 
-2.48.1
-

diff --git a/0002-Bump-pyo3-from-0.28.3-to-0.29.0-382.patch b/0002-Bump-pyo3-from-0.28.3-to-0.29.0-382.patch
new file mode 100644
index 0000000..92c759c
--- /dev/null
+++ b/0002-Bump-pyo3-from-0.28.3-to-0.29.0-382.patch
@@ -0,0 +1,25 @@
+From 2989c17a87f5f29a9e0009f822302657d5811798 Mon Sep 17 00:00:00 2001
+From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
+Date: Sat, 13 Jun 2026 21:02:49 +0100
+Subject: [PATCH] Bump pyo3 from 0.28.3 to 0.29.0 (#382)
+
+Signed-off-by: dependabot[bot] <support@github.com>
+Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
+Co-authored-by: Samuel Colvin <s@muelcolvin.com>
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index bb9fbcf..7ef1c77 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -26,7 +26,7 @@ rust-version = "1.83"
+ [dependencies]
+ crossbeam-channel = "0.5.15"
+ notify = { version = "8.0.0" }
+-pyo3 = { version = "0.28.3", features = [
++pyo3 = { version = "0.29.0", features = [
+     "extension-module",
+     "generate-import-lib",
+ ] }

diff --git a/python-watchfiles.spec b/python-watchfiles.spec
index f20ffca..73e8d65 100644
--- a/python-watchfiles.spec
+++ b/python-watchfiles.spec
@@ -11,6 +11,10 @@ Source:         %{pypi_source watchfiles}
 
 # Downstream-only: allow a slightly older pytest to support EPEL10
 Patch:          0001-Downstream-only-allow-a-slightly-older-pytest-to-sup.patch
+# Bump pyo3 from 0.28.3 to 0.29.0 (#382)
+# https://github.com/samuelcolvin/watchfiles/commit/42257e82089c3ef880aba8a2f2fc1662a663d61e
+# (Without changes to CI config or Cargo.lock)
+Patch:          0002-Bump-pyo3-from-0.28.3-to-0.29.0-382.patch
 
 # Fix test compatibility with pytest >= 9.1 (non-Collection parametrize)
 Patch:          https://github.com/samuelcolvin/watchfiles/pull/384.patch

                 reply	other threads:[~2026-06-29 12:55 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=178273770317.1.5023790102203482494.rpms-python-watchfiles-b659c6a19e3e@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