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 2021/09/24 14:59:56 UTC

[airflow] branch constraints-1-10 updated (1822987 -> 5a94e34)

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

potiuk pushed a change to branch constraints-1-10
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    omit 1822987  Bumped Flask-OpenID to allow people to upgrade to bridge release
     new 5a94e34  Bumped Flask-OpenID to allow people to upgrade to bridge release

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   (1822987)
            \
             N -- N -- N   refs/heads/constraints-1-10 (5a94e34)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

[airflow] 01/01: Bumped Flask-OpenID to allow people to upgrade to bridge release

Posted by po...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch constraints-1-10
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 5a94e34938858ce2bb390ddf0fd16ddfd1312a9b
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Fri Sep 24 16:53:00 2021 +0200

    Bumped Flask-OpenID to allow people to upgrade to bridge release
    
    Flask-OpenID version 1.2.5 cannot be installed with the recent
    setuptools due to 2_to_3 useage. This has been solved by releasing
    1.3.0 and updating constraints for all Airlfow 2 releases, but
    we also should bump it for 1.10.15 to make it seamless for people
    to upgrade to the "bridge" release in case they use an older
    version of Airflow.
---
 constraints-3.5.txt | 2 +-
 constraints-3.6.txt | 2 +-
 constraints-3.7.txt | 2 +-
 constraints-3.8.txt | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/constraints-3.5.txt b/constraints-3.5.txt
index 4090e5a..a86f805 100644
--- a/constraints-3.5.txt
+++ b/constraints-3.5.txt
@@ -7,7 +7,7 @@ Flask-Bcrypt==0.7.1
 Flask-Caching==1.3.3
 Flask-JWT-Extended==3.25.0
 Flask-Login==0.4.1
-Flask-OpenID==1.2.5
+Flask-OpenID==1.3.0
 Flask-SQLAlchemy==2.4.4
 Flask-WTF==0.14.3
 Flask==1.1.2
diff --git a/constraints-3.6.txt b/constraints-3.6.txt
index 8872680..f03a536 100644
--- a/constraints-3.6.txt
+++ b/constraints-3.6.txt
@@ -7,7 +7,7 @@ Flask-Bcrypt==0.7.1
 Flask-Caching==1.3.3
 Flask-JWT-Extended==3.25.0
 Flask-Login==0.4.1
-Flask-OpenID==1.2.5
+Flask-OpenID==1.3.0
 Flask-SQLAlchemy==2.4.4
 Flask-WTF==0.14.3
 Flask==1.1.2
diff --git a/constraints-3.7.txt b/constraints-3.7.txt
index d769c05..4575716 100644
--- a/constraints-3.7.txt
+++ b/constraints-3.7.txt
@@ -7,7 +7,7 @@ Flask-Bcrypt==0.7.1
 Flask-Caching==1.3.3
 Flask-JWT-Extended==3.25.0
 Flask-Login==0.4.1
-Flask-OpenID==1.2.5
+Flask-OpenID==1.3.0
 Flask-SQLAlchemy==2.4.4
 Flask-WTF==0.14.3
 Flask==1.1.2
diff --git a/constraints-3.8.txt b/constraints-3.8.txt
index 065b4e8..ff463f9 100644
--- a/constraints-3.8.txt
+++ b/constraints-3.8.txt
@@ -7,7 +7,7 @@ Flask-Bcrypt==0.7.1
 Flask-Caching==1.3.3
 Flask-JWT-Extended==3.25.0
 Flask-Login==0.4.1
-Flask-OpenID==1.2.5
+Flask-OpenID==1.3.0
 Flask-SQLAlchemy==2.4.4
 Flask-WTF==0.14.3
 Flask==1.1.2