You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/05/11 17:25:56 UTC

[airflow] branch master updated (2ec0130 -> 1fb9f07)

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

potiuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 2ec0130  [AIRFLOW-4549] Allow skipped tasks to satisfy wait_for_downstream (#7735)
     add 1fb9f07  Synchronize extras between airflow and providers (#8819)

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.rst                                   | 22 +++++----
 IMAGES.rst                                         |  2 +-
 INSTALL                                            | 14 +++---
 LOCAL_VIRTUALENV.rst                               |  2 +-
 UPDATING.md                                        | 29 ++++++++++++
 backport_packages/setup_backport_packages.py       |  4 +-
 .../amazon/aws/_partials/prerequisite_tasks.rst    |  2 +-
 .../operator/gcp/_partials/prerequisite_tasks.rst  |  2 +-
 docs/howto/write-logs.rst                          |  2 +-
 docs/installation.rst                              | 30 ++++++------
 requirements/requirements-python3.6.txt            | 52 ++++++++++----------
 requirements/requirements-python3.7.txt            | 50 ++++++++++----------
 requirements/setup-3.6.md5                         |  2 +-
 requirements/setup-3.7.md5                         |  2 +-
 setup.py                                           | 55 +++++++++++++---------
 15 files changed, 159 insertions(+), 111 deletions(-)