./misc/py-watchfiles, Simple, modern and high performance file watching and code reload

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.4, Package name: py312-watchfiles-1.0.4, Maintainer: pkgsrc-users

Simple, modern and high performance file watching and code reload in Python.


Master sites:

Filesize: 92.407 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-12 08:45:50 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
py-watchfiles: cleanup
   2025-01-12 08:44:49 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-watchfiles: updated to 1.0.4

1.0.4

Fix badge for CI
Fix data loss issue by ensuring proper locking and clearing of changes
Bump jinja2 from 3.1.4 to 3.1.5 in /requirements
Use notify 7.0.0 instead of a fork of 6.1.1
switch to uv
uprev to 1.0.4
try testing with 3.13 free threading
   2024-12-26 13:01:54 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
py-watchfiles: update to 1.0.3.

1.0.3

try to fix docs deploy

1.0.2

Fix PyPI asset upload from v1.0.1.

1.0.1

What's Changed

    Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows by \ 
@dependabot in #311
    Bump pyo3 from 0.23.1 to 0.23.3 by @dependabot in #317
    bump to PyO3 0.23.3 by @davidhewitt in #316
   2024-11-26 11:40:44 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-watchfiles: updated to 1.0.0

1.0.0

Bump PyO3 to 0.23, drop Python 3.8 support
allow modify poll_delay_ms argument using an environment variable
remove set_version, prepare for v1 release
fix version check and release in CI
   2024-11-13 14:32:26 by Jonathan Perkin | Files touched by this commit (11)
Log message:
*: Switch to py-maturin's tool.mk
   2024-10-21 15:06:31 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-watchfiles: updated to 0.24.0

0.24.0

drop PyPy 3.8
Update Python version in index.md
return "file deleted" instead of raising an exception
   2024-08-31 10:47:23 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-watchfiles: adapt for latest py-maturin
   2024-08-07 17:10:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-watchfiles: updated to 0.23.0

v0.23.0 2024-08-07

Fix typo in watch doctstring
Bump up PyO3 to 0.22.2
Updates to GitHub Actions
Update mkdocstring python handler option key
Bump requests from 2.31.0 to 2.32.0 in /requirements
Bump urllib3 from 2.2.1 to 2.2.2 in /requirements
Bump certifi from 2024.2.2 to 2024.7.4 in /requirements
Add support for Python 3.13
remove watchfiles from ignore directory list
fix windows build
Full CI build by default
use intern! in rust code