[jira] [Commented] (AIRFLOW-2716) Replace new Python 3.7 keywords

2018-12-21 Thread Edward Capriolo (JIRA)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16726882#comment-16726882
 ] 

Edward Capriolo commented on AIRFLOW-2716:
--

 I have 1.10.1 and run into this with python 3.7

  File 
"/Users/edwardcapriolo/Documents/airflow/venv/lib/python3.7/site-packages/tenacity/__init__.py",
 line 352

    from tenacity.async import AsyncRetrying

                      ^

SyntaxError: invalid syntax

> Replace new Python 3.7 keywords
> ---
>
> Key: AIRFLOW-2716
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2716
> Project: Apache Airflow
>  Issue Type: Bug
>Affects Versions: 1.10.0
>Reporter: Jacob Hayes
>Assignee: Jacob Hayes
>Priority: Major
> Fix For: 1.10.1, 2.0.0
>
>
> Python 3.7 added `async` and `await` as reserved keywords, so they need to be 
> replaced with alternative names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-2716) Replace new Python 3.7 keywords

2018-09-02 Thread Apache Spark (JIRA)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16601280#comment-16601280
 ] 

Apache Spark commented on AIRFLOW-2716:
---

User 'JacobHayes' has created a pull request for this issue:
https://github.com/apache/incubator-airflow/pull/3578

> Replace new Python 3.7 keywords
> ---
>
> Key: AIRFLOW-2716
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2716
> Project: Apache Airflow
>  Issue Type: Bug
>Affects Versions: 2.0.0
>Reporter: Jacob Hayes
>Assignee: Jacob Hayes
>Priority: Major
> Fix For: 2.0.0
>
>
> Python 3.7 added `async` and `await` as reserved keywords, so they need to be 
> replaced with alternative names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-2716) Replace new Python 3.7 keywords

2018-08-01 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565044#comment-16565044
 ] 

ASF subversion and git services commented on AIRFLOW-2716:
--

Commit 0423060bb20c54035fafecda8cc0a50e65953f27 in incubator-airflow's branch 
refs/heads/v1-10-test from [~jacobhayes]
[ https://gitbox.apache.org/repos/asf?p=incubator-airflow.git;h=0423060 ]

[AIRFLOW-2716] Replace async and await py3.7 keywords

Closes #3578 from JacobHayes/py37-keywords

(cherry picked from commit fcd51f362c6804cb69dee8e2dd054304a0564dde)
Signed-off-by: Bolke de Bruin 


> Replace new Python 3.7 keywords
> ---
>
> Key: AIRFLOW-2716
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2716
> Project: Apache Airflow
>  Issue Type: Bug
>Affects Versions: Airflow 2.0
>Reporter: Jacob Hayes
>Assignee: Jacob Hayes
>Priority: Major
> Fix For: 2.0.0
>
>
> Python 3.7 added `async` and `await` as reserved keywords, so they need to be 
> replaced with alternative names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-2716) Replace new Python 3.7 keywords

2018-08-01 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565042#comment-16565042
 ] 

ASF subversion and git services commented on AIRFLOW-2716:
--

Commit c720c352f0762a483fa1202e1477e740631a8184 in incubator-airflow's branch 
refs/heads/v1-10-stable from [~jacobhayes]
[ https://gitbox.apache.org/repos/asf?p=incubator-airflow.git;h=c720c35 ]

[AIRFLOW-2716] Replace async and await py3.7 keywords

Closes #3578 from JacobHayes/py37-keywords

(cherry picked from commit fcd51f362c6804cb69dee8e2dd054304a0564dde)
Signed-off-by: Bolke de Bruin 
(cherry picked from commit 0423060bb20c54035fafecda8cc0a50e65953f27)
Signed-off-by: Bolke de Bruin 


> Replace new Python 3.7 keywords
> ---
>
> Key: AIRFLOW-2716
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2716
> Project: Apache Airflow
>  Issue Type: Bug
>Affects Versions: Airflow 2.0
>Reporter: Jacob Hayes
>Assignee: Jacob Hayes
>Priority: Major
> Fix For: 2.0.0
>
>
> Python 3.7 added `async` and `await` as reserved keywords, so they need to be 
> replaced with alternative names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-2716) Replace new Python 3.7 keywords

2018-07-29 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16561058#comment-16561058
 ] 

ASF subversion and git services commented on AIRFLOW-2716:
--

Commit fcd51f362c6804cb69dee8e2dd054304a0564dde in incubator-airflow's branch 
refs/heads/master from [~jacobhayes]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=fcd51f3 ]

[AIRFLOW-2716] Replace async and await py3.7 keywords

Closes #3578 from JacobHayes/py37-keywords


> Replace new Python 3.7 keywords
> ---
>
> Key: AIRFLOW-2716
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2716
> Project: Apache Airflow
>  Issue Type: Bug
>Affects Versions: Airflow 2.0
>Reporter: Jacob Hayes
>Assignee: Jacob Hayes
>Priority: Major
> Fix For: 2.0.0
>
>
> Python 3.7 added `async` and `await` as reserved keywords, so they need to be 
> replaced with alternative names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AIRFLOW-2716) Replace new Python 3.7 keywords

2018-07-04 Thread Jacob Hayes (JIRA)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-2716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16533044#comment-16533044
 ] 

Jacob Hayes commented on AIRFLOW-2716:
--

PR: https://github.com/apache/incubator-airflow/pull/3578

> Replace new Python 3.7 keywords
> ---
>
> Key: AIRFLOW-2716
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2716
> Project: Apache Airflow
>  Issue Type: Bug
>Affects Versions: Airflow 2.0
>Reporter: Jacob Hayes
>Assignee: Jacob Hayes
>Priority: Major
>
> Python 3.7 added `async` and `await` as reserved keywords, so they need to be 
> replaced with alternative names.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)