This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new fe80fedc01d fix(rst): ensure blank line before bullet lists (#58760)
fe80fedc01d is described below
commit fe80fedc01df1e0eb462aca90331d001f07bf654
Author: Panda Wu <[email protected]>
AuthorDate: Fri Nov 28 10:03:13 2025 +0800
fix(rst): ensure blank line before bullet lists (#58760)
Using script to ensure all .rst files in the project have a blank line
before "* " bullet lists.
This prevents formatting issues similar to #58748.
---
RELEASE_NOTES.rst | 1 +
airflow-ctl/docs/installation/prerequisites.rst | 1 +
contributing-docs/17_architecture_diagrams.rst | 3 ++-
providers/google/docs/operators/cloud/compute_ssh.rst | 1 +
providers/google/docs/operators/transfer/mssql_to_gcs.rst | 1 +
providers/google/docs/operators/transfer/mysql_to_gcs.rst | 1 +
providers/google/docs/operators/transfer/oracle_to_gcs.rst | 1 +
providers/google/docs/operators/transfer/postgres_to_gcs.rst | 1 +
reproducible_build.yaml | 4 ++--
9 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index b5121c60197..b379dd81e40 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -3521,6 +3521,7 @@ using ``pyproject.toml``. Airflow is now compliant with
those accepted PEPs:
* `PEP-685 Comparison of extra names for optional distribution dependencies
<https://www.python.org/dev/peps/pep-0685/>`__
Also we implement multiple license files support coming from Draft, not yet
accepted (but supported by ``hatchling``) PEP:
+
* `PEP 639 Improving License Clarity with Better Package Metadata
<https://peps.python.org/pep-0639/>`__
This has almost no noticeable impact on users if they are using modern Python
packaging and development tools, generally
diff --git a/airflow-ctl/docs/installation/prerequisites.rst
b/airflow-ctl/docs/installation/prerequisites.rst
index 6776c21ec3c..a155a8debd8 100644
--- a/airflow-ctl/docs/installation/prerequisites.rst
+++ b/airflow-ctl/docs/installation/prerequisites.rst
@@ -30,6 +30,7 @@ Keyring Backend
airflowctl uses keyring to store the API token securely. This ensures that the
token is not stored in plain text and is only accessible to authorized users.
Recommended keyring backends are:
+
* `macOS Keychain <https://en.wikipedia.org/wiki/Keychain_%28software%29>`_
* `Freedesktop Secret Service
<http://standards.freedesktop.org/secret-service/>`_ supports many DE including
GNOME (requires `secretstorage <https://pypi.python.org/pypi/secretstorage>`_)
* `KDE4 & KDE5 KWallet <https://en.wikipedia.org/wiki/KWallet>`_ (requires
`dbus <https://pypi.python.org/pypi/dbus-python>`_)
diff --git a/contributing-docs/17_architecture_diagrams.rst
b/contributing-docs/17_architecture_diagrams.rst
index f82b2a2e0c9..f93b3d9d9fd 100644
--- a/contributing-docs/17_architecture_diagrams.rst
+++ b/contributing-docs/17_architecture_diagrams.rst
@@ -24,8 +24,9 @@ automatically updated when the code changes. The diagrams are
generated using pr
static checks below) but they can also be generated manually by running the
corresponding Python code.
To run the code you need to install the dependencies in the virtualenv you use
to run it:
+
* ``pip install diagrams rich``. You need to have graphviz installed in your
-system (``brew install graphviz`` on macOS for example).
+ system (``brew install graphviz`` on macOS for example).
The source code of the diagrams are next to the generated diagram, the
difference is that the source
code has ``.py`` extension and the generated diagram has ``.png`` extension.
The prek hook ``generate-airflow-diagrams``
diff --git a/providers/google/docs/operators/cloud/compute_ssh.rst
b/providers/google/docs/operators/cloud/compute_ssh.rst
index 82a8199c90e..869dd00ad8f 100644
--- a/providers/google/docs/operators/cloud/compute_ssh.rst
+++ b/providers/google/docs/operators/cloud/compute_ssh.rst
@@ -64,5 +64,6 @@ More information
""""""""""""""""
See Google Compute Engine API documentation and Cloud OS Login API
documentation
+
* `Google Cloud API Documentation
<https://cloud.google.com/compute/docs/reference/rest/v1/>`__
* `Google Cloud OS Login API Documentation
<https://cloud.google.com/compute/docs/oslogin/rest>`_.
diff --git a/providers/google/docs/operators/transfer/mssql_to_gcs.rst
b/providers/google/docs/operators/transfer/mssql_to_gcs.rst
index f11e970016d..788f93bcec1 100644
--- a/providers/google/docs/operators/transfer/mssql_to_gcs.rst
+++ b/providers/google/docs/operators/transfer/mssql_to_gcs.rst
@@ -46,5 +46,6 @@ Reference
---------
For further information, look at:
+
* `Microsoft SQL Server Documentation
<https://docs.microsoft.com/en-us/sql/?view=sql-server-ver15>`__
* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
diff --git a/providers/google/docs/operators/transfer/mysql_to_gcs.rst
b/providers/google/docs/operators/transfer/mysql_to_gcs.rst
index f5bdfca94fd..1e5ff9686b6 100644
--- a/providers/google/docs/operators/transfer/mysql_to_gcs.rst
+++ b/providers/google/docs/operators/transfer/mysql_to_gcs.rst
@@ -49,5 +49,6 @@ Reference
---------
For further information, look at:
+
* `MySQL Documentation <https://dev.mysql.com/doc/>`__
* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
diff --git a/providers/google/docs/operators/transfer/oracle_to_gcs.rst
b/providers/google/docs/operators/transfer/oracle_to_gcs.rst
index 62c6fb8fdab..1870fe17954 100644
--- a/providers/google/docs/operators/transfer/oracle_to_gcs.rst
+++ b/providers/google/docs/operators/transfer/oracle_to_gcs.rst
@@ -49,5 +49,6 @@ Reference
---------
For further information, look at:
+
* `oracledb Documentation
<https://python-oracledb.readthedocs.io/en/latest/>`__
* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
diff --git a/providers/google/docs/operators/transfer/postgres_to_gcs.rst
b/providers/google/docs/operators/transfer/postgres_to_gcs.rst
index 76df2189006..f398e272499 100644
--- a/providers/google/docs/operators/transfer/postgres_to_gcs.rst
+++ b/providers/google/docs/operators/transfer/postgres_to_gcs.rst
@@ -49,4 +49,5 @@ Reference
---------
For further information, look at:
+
* `Google Cloud Storage Documentation <https://cloud.google.com/storage/>`__
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index 0ae31893c08..3491e6b7208 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: c75fd3d515f4f98b2bfe7e7de34dd4c6
-source-date-epoch: 1763195195
+release-notes-hash: 432ad22f4ad3cfecdb41fcbb83162ae6
+source-date-epoch: 1764223516