public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-watchfiles] epel10: Update to 1.0.5 (close RHBZ#2358260)
@ 2026-08-12 16:47 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-12 16:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-watchfiles
Branch : epel10
Commit : b6cb88fc5a1812b60a7f40748005101f2b9e0828
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-11T08:36:53+01:00
Stats : +48/-48 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/python-watchfiles/c/b6cb88fc5a1812b60a7f40748005101f2b9e0828?branch=epel10
Log:
Update to 1.0.5 (close RHBZ#2358260)
---
diff --git a/3a011974826b5997eb394755259995110cd46f88.patch b/3a011974826b5997eb394755259995110cd46f88.patch
new file mode 100644
index 0000000..920d18f
--- /dev/null
+++ b/3a011974826b5997eb394755259995110cd46f88.patch
@@ -0,0 +1,22 @@
+From 3a011974826b5997eb394755259995110cd46f88 Mon Sep 17 00:00:00 2001
+From: "Benjamin A. Beasley" <code@musicinmybrain.net>
+Date: Fri, 10 Jan 2025 16:16:20 -0500
+Subject: [PATCH] Update notify to version 8.0.0
+
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index 9007275..c48f2a6 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -25,7 +25,7 @@ rust-version = "1.63"
+
+ [dependencies]
+ crossbeam-channel = "0.5.12"
+-notify = { version = "7.0.0" }
++notify = { version = "8.0.0" }
+ pyo3 = { version = "0.24.1", features = ["extension-module", "generate-import-lib"] }
+
+ [lib]
diff --git a/9f7e00f866a31a35bce68d70e7bfccc7467366c5.patch b/9f7e00f866a31a35bce68d70e7bfccc7467366c5.patch
new file mode 100644
index 0000000..75805a2
--- /dev/null
+++ b/9f7e00f866a31a35bce68d70e7bfccc7467366c5.patch
@@ -0,0 +1,22 @@
+From 9f7e00f866a31a35bce68d70e7bfccc7467366c5 Mon Sep 17 00:00:00 2001
+From: "Benjamin A. Beasley" <code@musicinmybrain.net>
+Date: Fri, 10 Jan 2025 16:21:37 -0500
+Subject: [PATCH] Bump MSRV to 1.77 for notify 8.0.0
+
+---
+ Cargo.toml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Cargo.toml b/Cargo.toml
+index c48f2a6..8b2d8be 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -21,7 +21,7 @@ include = [
+ "!tests/.pytest_cache",
+ "!*.so",
+ ]
+-rust-version = "1.63"
++rust-version = "1.77"
+
+ [dependencies]
+ crossbeam-channel = "0.5.12"
diff --git a/a3f7c8d61615d5831b60056aa8e0001a29989416.patch b/a3f7c8d61615d5831b60056aa8e0001a29989416.patch
deleted file mode 100644
index 50b75be..0000000
--- a/a3f7c8d61615d5831b60056aa8e0001a29989416.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From a3f7c8d61615d5831b60056aa8e0001a29989416 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Fri, 10 Jan 2025 16:16:20 -0500
-Subject: [PATCH] Update notify to version 8.0.0
-
----
- Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index c96a19f..16f7cb1 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -25,7 +25,7 @@ rust-version = "1.63"
-
- [dependencies]
- crossbeam-channel = "0.5.12"
--notify = { version = "7.0.0" }
-+notify = { version = "8.0.0" }
- pyo3 = { version = "0.23.3", features = ["extension-module", "generate-import-lib"] }
-
- [lib]
diff --git a/d05eadcd47447f5abefbf5e158586aa820ecd13b.patch b/d05eadcd47447f5abefbf5e158586aa820ecd13b.patch
deleted file mode 100644
index cff52bb..0000000
--- a/d05eadcd47447f5abefbf5e158586aa820ecd13b.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From d05eadcd47447f5abefbf5e158586aa820ecd13b Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Fri, 10 Jan 2025 16:21:37 -0500
-Subject: [PATCH] Bump MSRV to 1.77 for notify 8.0.0
-
----
- Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 16f7cb1..826e3a8 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -21,7 +21,7 @@ include = [
- "!tests/.pytest_cache",
- "!*.so",
- ]
--rust-version = "1.63"
-+rust-version = "1.77"
-
- [dependencies]
- crossbeam-channel = "0.5.12"
diff --git a/python-watchfiles.spec b/python-watchfiles.spec
index 77c4fc4..963039b 100644
--- a/python-watchfiles.spec
+++ b/python-watchfiles.spec
@@ -1,5 +1,5 @@
Name: python-watchfiles
-Version: 1.0.4
+Version: 1.0.5
Release: %autorelease
Summary: Simple, modern and high performance file watching and code reload in python
# The main source code is under the MIT license. See the license field of the
@@ -16,9 +16,9 @@ Source: %{pypi_source watchfiles}
# Cargo.lock and the CI configuration.)
#
# Update notify to version 8.0.0
-Patch: %{url}/pull/327/commits/a3f7c8d61615d5831b60056aa8e0001a29989416.patch
+Patch: %{url}/pull/327/commits/3a011974826b5997eb394755259995110cd46f88.patch
# Bump MSRV to 1.77 for notify 8.0.0
-Patch: %{url}/pull/327/commits/d05eadcd47447f5abefbf5e158586aa820ecd13b.patch
+Patch: %{url}/pull/327/commits/9f7e00f866a31a35bce68d70e7bfccc7467366c5.patch
# Downstream-only: allow a slightly older pytest to support EPEL10
Patch: 0001-Downstream-only-allow-a-slightly-older-pytest-to-sup.patch
diff --git a/sources b/sources
index 0e45d5e..6077b12 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (watchfiles-1.0.4.tar.gz) = a06c30fe6e96a02e649f1d7a6226349af0cc179bd4bbb2b26121c171512f5a3afb72eda42810fa2a1c4b04d78a5bbc88e0c1956d478c5a0cdb5d8ce2319d6a03
+SHA512 (watchfiles-1.0.5.tar.gz) = 03161ba3c1c99085c014c8920f67d87582a6a7db757a44fe218dc58c3a068ea9d83ecf16266cb84f571df427bdfbf7f3460674891425984b4cff78378f1d79f7
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-12 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 16:47 [rpms/python-watchfiles] epel10: Update to 1.0.5 (close RHBZ#2358260) 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