15
0

10 Commits

Author SHA256 Message Date
af19ff7e84 Accepting request 1309630 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1309630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autobuild?expand=0&rev=6
2025-10-07 16:29:36 +00:00
fc690005d2 - update to 2025.08.25:
* Drop support for Python 3.9-3.10 to match Sphinx.
  * Declare support for Python 3.14.
  * Add an optional ``--post-build`` flag to run additional commands
    after building the documentation.
  * Add support for the ``SPHINX_AUTOBUILD_DEBUG`` environment
    variable to help with debugging.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autobuild?expand=0&rev=11
2025-09-30 12:14:24 +00:00
eaf61b2784 Accepting request 1225393 from devel:languages:python
- update to 2024.10.13:
  * Improve error handling for failures in pre-build commands.
  * Show the changed paths that triggered the rebuild.

OBS-URL: https://build.opensuse.org/request/show/1225393
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autobuild?expand=0&rev=5
2024-11-21 14:14:43 +00:00
c7dada34ad - update to 2024.10.13:
* Improve error handling for failures in pre-build commands.
  * Show the changed paths that triggered the rebuild.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autobuild?expand=0&rev=9
2024-11-20 18:27:11 +00:00
4f05fc6f55 Accepting request 1203334 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1203334
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autobuild?expand=0&rev=4
2024-09-25 19:54:29 +00:00
f78febab1a - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autobuild?expand=0&rev=7
2024-09-25 08:04:43 +00:00
97daa93da6 Accepting request 1202566 from devel:languages:python
- update to 2024.09.19:
  * Filter various directories by default (``.git``, ``venv``, etc).
  * Serve the correct directory when using make mode (``-M``).
  * Run Sphinx through the Python entry point rather than the
    binary on PATH.
  * Relax checks for paths that aren't required to exist.

OBS-URL: https://build.opensuse.org/request/show/1202566
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autobuild?expand=0&rev=3
2024-09-23 13:23:46 +00:00
52fc8c2b7b - update to 2024.09.19:
* Filter various directories by default (``.git``, ``venv``, etc).
  * Serve the correct directory when using make mode (``-M``).
  * Run Sphinx through the Python entry point rather than the
    binary on PATH.
  * Relax checks for paths that aren't required to exist.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autobuild?expand=0&rev=5
2024-09-23 08:49:42 +00:00
abdc87fda3 Accepting request 1199492 from devel:languages:python
- update to 2024.09.03:
  * Fix support for Python 3.9.
  * Fix running sphinx-autobuild via entry point scripts.
  * Run sphinx-build in a subprocess to mitigate autdoc issues.
  * Support the -M 'make mode' option for sphinx-build.
  * Add a missing dependency on watchfiles.
  * Adopt Ruff in place of flake8 and black.
  * Drop python-livereload.
  * Add starlette and uvicorn as dependencies.
  * Implement hot reloading via websockets.
  * Run Sphinx rebuilds in an asynchronous executor.
  * Declare support for Python 3.9, 3.10, 3.11, and 3.12
  * Drop support for Python 3.8 and earlier
  * Allow passing relative paths to --ignore
  * Support all valid sphinx-build options (except Make-mode)
  * Fix path issues on Windows
  * Differentiate pre-build command failures from Sphinx failures

OBS-URL: https://build.opensuse.org/request/show/1199492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autobuild?expand=0&rev=2
2024-09-09 12:44:42 +00:00
123c272e02 - update to 2024.09.03:
* Fix support for Python 3.9.
  * Fix running sphinx-autobuild via entry point scripts.
  * Run sphinx-build in a subprocess to mitigate autdoc issues.
  * Support the -M 'make mode' option for sphinx-build.
  * Add a missing dependency on watchfiles.
  * Adopt Ruff in place of flake8 and black.
  * Drop python-livereload.
  * Add starlette and uvicorn as dependencies.
  * Implement hot reloading via websockets.
  * Run Sphinx rebuilds in an asynchronous executor.
  * Declare support for Python 3.9, 3.10, 3.11, and 3.12
  * Drop support for Python 3.8 and earlier
  * Allow passing relative paths to --ignore
  * Support all valid sphinx-build options (except Make-mode)
  * Fix path issues on Windows
  * Differentiate pre-build command failures from Sphinx failures

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autobuild?expand=0&rev=3
2024-09-08 16:28:13 +00:00
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 30 12:13:00 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2025.08.25:
* Drop support for Python 3.9-3.10 to match Sphinx.
* Declare support for Python 3.14.
* Add an optional ``--post-build`` flag to run additional commands
after building the documentation.
* Add support for the ``SPHINX_AUTOBUILD_DEBUG`` environment
variable to help with debugging.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 20 18:26:43 UTC 2024 - Dirk Müller <dmueller@suse.com> Wed Nov 20 18:26:43 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinx-autobuild # spec file for package python-sphinx-autobuild
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-sphinx-autobuild Name: python-sphinx-autobuild
Version: 2024.10.3 Version: 2025.8.25
Release: 0 Release: 0
Summary: Rebuild Sphinx documentation on changes, with live-reload in the browser Summary: Rebuild Sphinx documentation on changes, with live-reload in the browser
License: MIT License: MIT

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:248150f8f333e825107b6d4b86113ab28fa51750e5f9ae63b59dc339be951fb1
size 14023

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cf5aab32853c8c31af572e4fecdc09c997e2b8be5a07daf2a389e270e85b213
size 15200