Package Release Info

python-watchfiles-0.24.0-bp160.1.9

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-watchfiles

Change Logs

* Wed Sep 25 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 2024 Dirk Müller <dmueller@suse.com>
- update to 0.22.0:
  * fix `list-pypi-files` CI task
  * pip show wrong homepage
  * Update PyO3
  * really drop python<=3.7 support
  * uprev pyo3 and minimum rust version
  * drop black and isort
  * pre-commit block main - related to `notify` update
  * Bump idna from 3.3 to 3.7 in /requirements
  * uprev linting, testing and docs requirements
* Fri Feb 09 2024 Ben Greiner <code@bnavigator.de>
- Pin to anyio < 4: gh#samuelcolvin/watchfiles#254
- Refresh cargo vendoring
* Sun Nov 19 2023 Benoît Monin <benoit.monin@gmx.fr>
- update to 0.21.0:
  * Add Python 3.12 support, drop Python 3.7 support by @gi0baro in
    [#248]
- additional changes from 0.20.0:
  * Bump pymdown-extensions from 9.5 to 10.0 in /requirements by
    @dependabot in #229
  * Bump pygments from 2.13.0 to 2.15.0 in /requirements by
    @dependabot in #237
  * Allow maturin 1.x by @heirecka in #233
  * Fix: Memory leak of PyO3 by @koseki2580 in #240
  * Improve debug by @samuelcolvin in #242
  * add grace period during which file changes are ignored by
    @samuelcolvin in #243
  * Add ignore_permission_denied option by @aminalaee in #224
  * Catch SIGTERM and kill running process before exitting by
    @samuelcolvin in #244
- refresh vendor.tar.xz
- drop cargo_config.patch: included in vendor archive now
- build one wheel per python flavor: a single wheel for all flavor
  does not work anymore
- set the minimum python version to 3.8
* Thu May 11 2023 Ben Greiner <code@bnavigator.de>
- Update to v0.19.0
  * Better error on OS watcher limit by @samuelcolvin in #208
  * Switch flake8->ruff by @TheoBabilon in #212
  * Simplify Change.raw_str() by @davidbrochart in #211
  * Upgrade maturin to 0.14 by @messense in #214
  * Fix bug in RustNotify causing RuntimeError: Already borrowed on
    exit/signal by @vrslev in #221
  * Update pyo3 to 0.18.2 by @messense in #222
- Release v0.18.1
  * uprev pyo3, relax anyio constraint by @samuelcolvin in #203
  * switch pytest-sugar -> pytest-pretty by @samuelcolvin in #204
- Release v0.18.0
  * Force polling on WSL #194
  * increase default polling delay to 300ms #196
- Release v0.17.0
  * uprev notify to 5.0.0-pre.16, #182
  * Add option to disable recursion by @bvanelli in #183
  * upgrade to notify 5.0.0, #184
  * Lock all requirements, #185
- Release v0.16.0
  * make RustNotify a context manager and kill the thread on exit
    [#164]
  * Support WATCHFILES_FORCE_POLLING env var #170
  * fallback to poll watcher on OS Error 38 #172
  * --verbose argument and improve bug template #174
- Switch from PyPI sdist to github archive: docs missing, required
  for tests
* Mon Jul 18 2022 Ben Greiner <code@bnavigator.de>
- Initial specfile fo v0.15.0
- Replaces python-watchgod
- Required by python-uvicorn