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/06/10 15:13:37 UTC

[airflow] branch master updated (e0c0e01 -> c41192f)

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 e0c0e01  Add OrangeBank to the official users of AirFlow (#9210)
     add c41192f  Upgrade pendulum to latest major version ~2.0 (#9184)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                                |  8 ++++----
 airflow/models/taskinstance.py                       |  6 +++---
 airflow/models/xcom.py                               |  4 ++--
 airflow/operators/latest_only_operator.py            |  2 +-
 airflow/providers/google/cloud/operators/dataproc.py |  2 +-
 airflow/serialization/serialized_objects.py          |  9 ++++++---
 airflow/settings.py                                  |  8 ++++----
 airflow/ti_deps/dep_context.py                       |  2 +-
 airflow/utils/sqlalchemy.py                          |  2 +-
 airflow/utils/timezone.py                            |  4 ++--
 airflow/www/decorators.py                            |  2 +-
 requirements/requirements-python3.6.txt              | 18 +++++++++---------
 requirements/requirements-python3.7.txt              | 16 ++++++++--------
 requirements/requirements-python3.8.txt              | 16 ++++++++--------
 requirements/setup-3.6.md5                           |  2 +-
 requirements/setup-3.7.md5                           |  2 +-
 requirements/setup-3.8.md5                           |  2 +-
 setup.py                                             |  2 +-
 tests/jobs/test_scheduler_job.py                     | 13 ++++++++-----
 tests/models/test_dag.py                             |  3 +--
 tests/models/test_taskinstance.py                    | 16 ++++++++--------
 tests/providers/google/cloud/sensors/test_gcs.py     |  4 ++--
 tests/serialization/test_dag_serialization.py        | 19 ++++++++++++-------
 tests/utils/test_timezone.py                         |  6 +++---
 24 files changed, 89 insertions(+), 79 deletions(-)