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-0.22.0-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,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 25 05:22:39 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 0.24.0:
|
||||||
|
- drop PyPy 3.8 by @samuelcolvin in #293
|
||||||
|
- Update Python version in index.md by @kjaymiller in #296
|
||||||
|
- return "file deleted" instead of raising an exception,
|
||||||
|
fix #282 by @samuelcolvin in #301
|
||||||
|
- Changes from 0.23.0:
|
||||||
|
- Fix typo in watch doctstring by @kwentine in #280
|
||||||
|
- Bump up PyO3 to 0.22.2 by @FlickerSoul in #287
|
||||||
|
- Updates to GitHub Actions by @gaby in #274
|
||||||
|
- Update mkdocstring python handler option key by @kwentine in
|
||||||
|
#281
|
||||||
|
- Bump requests from 2.31.0 to 2.32.0 in /requirements by
|
||||||
|
@dependabot in #278
|
||||||
|
- Bump urllib3 from 2.2.1 to 2.2.2 in /requirements by
|
||||||
|
@dependabot in #283
|
||||||
|
- Bump certifi from 2024.2.2 to 2024.7.4 in /requirements by
|
||||||
|
@dependabot in #285
|
||||||
|
- Add support for Python 3.13 by @hugovk in #277
|
||||||
|
- remove watchfiles from ignore directory list by @CharlesFr in
|
||||||
|
#249
|
||||||
|
- fix windows build by @samuelcolvin in #291
|
||||||
|
- Full CI build by default by @samuelcolvin in #290
|
||||||
|
- use intern! in rust code by @samuelcolvin in #292
|
||||||
|
- Add %{?sle15_python_module_pythons}
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 13 15:42:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Thu Jun 13 15:42:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -16,8 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-watchfiles
|
Name: python-watchfiles
|
||||||
Version: 0.22.0
|
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
|
||||||
@@ -35,7 +36,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: (python-anyio >= 3.0.0 with python-anyio < 4)
|
Requires: (python-anyio >= 3.0.0 with python-anyio < 4)
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
# SECTION test
|
# SECTION test
|
||||||
BuildRequires: %{python_module dirty-equals}
|
BuildRequires: %{python_module dirty-equals}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0b2825aa01d12796600289769fc6a1f1d8722309ce76bdc060fc384a730e8072
|
oid sha256:838a06d265a1bceffa7c85966059c476bca81a3c1b206339a179da6cae8710f7
|
||||||
size 11069508
|
size 13087588
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:20fe6439eeff6759457008bf9da9368b9184b0af31f46ce8cfb0da9f03feaa44
|
|
||||||
size 46036
|
|
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
|
Reference in New Issue
Block a user