You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/05/13 17:01:59 UTC

[airflow] branch v2-1-test updated (a51e9a8 -> d12fe3c)

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

ash pushed a change to branch v2-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.


 discard a51e9a8  Update default versions v2-1-test in the 2.1 branch
     add ea7e64f  Relax required version for `python-telegram-bot` (#15776)
     add d78f8c5  Remove unused constant in serialization code (#15824)
     add 8ab9c0c  Ensure that task preceeding a PythonVirtualenvOperator doesn't fail (#15822)
     add d12fe3c  Update default versions v2-1-test in the 2.1 branch

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   (a51e9a8)
            \
             N -- N -- N   refs/heads/v2-1-test (d12fe3c)

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:
 airflow/models/dag.py                       |  9 ++-------
 airflow/operators/python.py                 |  5 +++++
 airflow/serialization/serialized_objects.py |  9 ---------
 setup.py                                    |  2 +-
 tests/operators/test_python.py              | 13 +++++++++++++
 5 files changed, 21 insertions(+), 17 deletions(-)