This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch 
dependabot/pip/v2-10-test/trove-classifiers-2025.4.11.15
in repository https://gitbox.apache.org/repos/asf/airflow.git


 discard a472478e713 Bump trove-classifiers from 2024.10.21.16 to 2025.4.11.15
     add 0de7eb7d6f3 [v2-10-test] Adding type checking assert to cron.get_next 
(#49127) (#49156)
     add b910b10c85e [v2-10-test] Fix Docs Building in 2-10-test (#48568)
     add 2b05b1c9cce [v2-10-test] Fix bad type deriving in croniter 
get_next/prev (#49168)
     add 4e1b7e20367 [v2-10-test] Workaround Python 3.8 alibabacloud issue 
(#49163)
     add 49918cbb3af Bump trove-classifiers from 2024.10.21.16 to 2025.4.11.15

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (a472478e713)
            \
             N -- N -- N   
refs/heads/dependabot/pip/v2-10-test/trove-classifiers-2025.4.11.15 
(49918cbb3af)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/actions/install-pre-commit/action.yml      |   2 +-
 Dockerfile                                         |   4 +-
 Dockerfile.ci                                      |   6 +-
 airflow/providers/alibaba/provider.yaml            |   1 +
 airflow/timetables/_cron.py                        |   4 +
 airflow/utils/dates.py                             |   6 +-
 dev/breeze/doc/ci/02_images.md                     |   4 +-
 dev/breeze/doc/images/output-commands.svg          |   4 +-
 dev/breeze/doc/images/output_shell.svg             | 296 ++++++++++-----------
 dev/breeze/doc/images/output_shell.txt             |   2 +-
 dev/breeze/doc/images/output_start-airflow.svg     |   4 +-
 dev/breeze/doc/images/output_start-airflow.txt     |   2 +-
 .../output_testing_core-integration-tests.svg      |   4 +-
 .../output_testing_core-integration-tests.txt      |   2 +-
 .../airflow_breeze/commands/developer_commands.py  |  16 +-
 .../commands/release_management_commands.py        |   4 +-
 dev/breeze/src/airflow_breeze/global_constants.py  |   6 +-
 dev/breeze/tests/test_selective_checks.py          |   2 +-
 docs/apache-airflow/core-concepts/overview.rst     |   2 +-
 docs/apache-airflow/public-airflow-interface.rst   |   7 +-
 docs/exts/includes/sections-and-options.rst        |   4 +
 generated/provider_dependencies.json               |   1 +
 newsfragments/48568.significant.rst                |   1 +
 scripts/ci/install_breeze.sh                       |   4 +-
 scripts/docker/entrypoint_ci.sh                    |   2 +-
 .../integration/executors/test_celery_executor.py  |  74 +-----
 26 files changed, 193 insertions(+), 271 deletions(-)
 create mode 100644 newsfragments/48568.significant.rst

Reply via email to