Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| add73310ff | |||
| 481ae50f3d |
2
_service
2
_service
@@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_files" mode="manual"></service>
|
<service name="download_files" mode="manual"></service>
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srctar">watchfiles-1.1.1-gh.tar.gz</param>
|
<param name="srctar">watchfiles-0.24.0-gh.tar.gz</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
|||||||
@@ -1,14 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Nov 4 13:52:23 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 25 05:22:39 UTC 2024 - ecsos <ecsos@opensuse.org>
|
Wed Sep 25 05:22:39 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-watchfiles
|
# spec file for package python-watchfiles
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,21 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
%bcond_without libalternatives
|
|
||||||
%else
|
|
||||||
%bcond_with libalternatives
|
|
||||||
%endif
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-watchfiles
|
Name: python-watchfiles
|
||||||
Version: 1.1.1
|
Version: 0.24.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: File watching and code reload in python
|
Summary: File watching and code reload in python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/samuelcolvin/watchfiles
|
URL: https://github.com/samuelcolvin/watchfiles
|
||||||
Source0: https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v%{version}.tar.gz#/watchfiles-%{version}-gh.tar.gz
|
Source0: https://github.com/samuelcolvin/watchfiles/archive/refs/tags/v%{version}.tar.gz#/watchfiles-%{version}-gh.tar.gz
|
||||||
Source1: vendor.tar.xz
|
Source1: vendor.tar.xz
|
||||||
BuildRequires: %{python_module anyio >= 3.0.0}
|
# gh#samuelcolvin/watchfiles#254
|
||||||
|
BuildRequires: %{python_module anyio >= 3.0.0 with %python-anyio < 4}
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module maturin >= 0.14.16}
|
BuildRequires: %{python_module maturin >= 0.14.16}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@@ -38,14 +34,9 @@ BuildRequires: cargo-packaging
|
|||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-anyio >= 3.0.0
|
Requires: (python-anyio >= 3.0.0 with python-anyio < 4)
|
||||||
%if %{with libalternatives}
|
|
||||||
BuildRequires: alts
|
|
||||||
Requires: alts
|
|
||||||
%else
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
%endif
|
|
||||||
# SECTION test
|
# SECTION test
|
||||||
BuildRequires: %{python_module dirty-equals}
|
BuildRequires: %{python_module dirty-equals}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
@@ -83,9 +74,6 @@ mv watchfiles watchfiles.movedaway
|
|||||||
%postun
|
%postun
|
||||||
%python_uninstall_alternative watchfiles
|
%python_uninstall_alternative watchfiles
|
||||||
|
|
||||||
%pre
|
|
||||||
%python_libalternatives_reset_alternative watchfiles
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md docs/*
|
%doc README.md docs/*
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:99021aba9156ce17709166c4ab99517b21f728ccfae36654f5d674b5478cc1b9
|
oid sha256:838a06d265a1bceffa7c85966059c476bca81a3c1b206339a179da6cae8710f7
|
||||||
size 9985492
|
size 13087588
|
||||||
|
|||||||
3
watchfiles-0.24.0-gh.tar.gz
Normal file
3
watchfiles-0.24.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27a295bf32675e500ebdc78b3a1afef676461959f5c6dd23008cdad48f123b6f
|
||||||
|
size 46019
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48fdf058a68dd763ddb246319f3fd16d6f2a0c713fb89b7c9aa2aca1e39d1dc9
|
|
||||||
size 99856
|
|
||||||
Reference in New Issue
Block a user