Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-watchfiles for 
openSUSE:Factory checked in at 2025-11-06 18:15:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-watchfiles (Old)
 and      /work/SRC/openSUSE:Factory/.python-watchfiles.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-watchfiles"

Thu Nov  6 18:15:41 2025 rev:7 rq:1315967 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-watchfiles/python-watchfiles.changes      
2024-09-25 21:55:04.648739467 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-watchfiles.new.1980/python-watchfiles.changes
    2025-11-06 18:19:08.274493711 +0100
@@ -1,0 +2,11 @@
+Tue Nov  4 13:52:23 UTC 2025 - Markéta Machová <[email protected]>
+
+- Update to 1.1.1
+  * Bump PyO3 to 0.25.1, drop Python 3.8 support
+  * allow modify poll_delay_ms argument using an environment variable
+  * switch to uv
+  * try testing with 3.13 free threading
+  * test and build with 3.14 & 3.14t
+- Convert to libalternatives on SLE-16-based and newer systems
+
+-------------------------------------------------------------------

Old:
----
  watchfiles-0.24.0-gh.tar.gz

New:
----
  watchfiles-1.1.1-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-watchfiles.spec ++++++
--- /var/tmp/diff_new_pack.Aqt3Ob/_old  2025-11-06 18:19:09.006524662 +0100
+++ /var/tmp/diff_new_pack.Aqt3Ob/_new  2025-11-06 18:19:09.010524832 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-watchfiles
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,21 @@
 #
 
 
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
 %{?sle15_python_module_pythons}
 Name:           python-watchfiles
-Version:        0.24.0
+Version:        1.1.1
 Release:        0
 Summary:        File watching and code reload in python
 License:        MIT
 URL:            https://github.com/samuelcolvin/watchfiles
 Source0:        
https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v%{version}.tar.gz#/watchfiles-%{version}-gh.tar.gz
 Source1:        vendor.tar.xz
-# gh#samuelcolvin/watchfiles#254
-BuildRequires:  %{python_module anyio >= 3.0.0 with %python-anyio < 4}
+BuildRequires:  %{python_module anyio >= 3.0.0}
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module maturin >= 0.14.16}
 BuildRequires:  %{python_module pip}
@@ -34,9 +38,14 @@
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       (python-anyio >= 3.0.0 with python-anyio < 4)
+Requires:       python-anyio >= 3.0.0
+%if %{with libalternatives}
+BuildRequires:  alts
+Requires:       alts
+%else
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
+%endif
 # SECTION test
 BuildRequires:  %{python_module dirty-equals}
 BuildRequires:  %{python_module pytest-mock}
@@ -74,6 +83,9 @@
 %postun
 %python_uninstall_alternative watchfiles
 
+%pre
+%python_libalternatives_reset_alternative watchfiles
+
 %files %{python_files}
 %license LICENSE
 %doc README.md docs/*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Aqt3Ob/_old  2025-11-06 18:19:09.046526354 +0100
+++ /var/tmp/diff_new_pack.Aqt3Ob/_new  2025-11-06 18:19:09.050526523 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="download_files" mode="manual"></service>
   <service name="cargo_vendor" mode="manual">
-    <param name="srctar">watchfiles-0.24.0-gh.tar.gz</param>
+    <param name="srctar">watchfiles-1.1.1-gh.tar.gz</param>
     <param name="compression">xz</param>
     <param name="update">true</param>
   </service>

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/python-watchfiles/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.python-watchfiles.new.1980/vendor.tar.xz differ: 
char 15, line 1

++++++ watchfiles-0.24.0-gh.tar.gz -> watchfiles-1.1.1-gh.tar.gz ++++++
++++ 3043 lines of diff (skipped)

Reply via email to