[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-20 Thread ASF subversion and git services (Jira)


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

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

Commit b7c11e449e528f2f8b6f030160d3eefd643e6c2f in airflow's branch 
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=b7c11e4 ]

[AIRFLOW-6312] Unpin marshmallow-sqlalchemy for Py>3.5 (#6861) (#6866)



> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> (/usr/local/lib/python3.6/site-packages), 
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-20 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on AIRFLOW-6312:
-

ashb commented on pull request #6866: [AIRFLOW-6312] Unpin 
marshmallow-sqlalchemy for Py>3.5 (#6861)
URL: https://github.com/apache/airflow/pull/6866
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> (/usr/local/lib/python3.6/site-packages), 
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-20 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on AIRFLOW-6312:
-

kaxil commented on pull request #6866: [AIRFLOW-6312] Unpin 
marshmallow-sqlalchemy for Py>3.5 (#6861)
URL: https://github.com/apache/airflow/pull/6866
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [x] https://issues.apache.org/jira/browse/AIRFLOW-6312
   
   
   ### Description
   
   - [x] Here are some details about my PR, including screenshots of any UI 
changes:
   https://github.com/apache/airflow/pull/6861 was merged to v1-10-* but we 
should remove it from master as Master is already Py>=3.6
   
   ### Tests
   
   - [] My PR adds the following unit tests __OR__ does not need testing for 
this extremely good reason:
   
   ### Commits
   
   - [x] My commits all reference Jira issues in their subject lines, and I 
have squashed multiple commits if they address the same issue. In addition, my 
commits follow the guidelines from "[How to write a good git commit 
message](http://chris.beams.io/posts/git-commit/)":
 1. Subject is separated from body by a blank line
 1. Subject is limited to 50 characters (not including Jira issue reference)
 1. Subject does not end with a period
 1. Subject uses the imperative mood ("add", not "adding")
 1. Body wraps at 72 characters
 1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [x] In case of new functionality, my PR adds documentation that describes 
how to use it.
 - All the public functions and the classes in the PR contain docstrings 
that explain what it does
 - If you implement backwards incompatible changes, please leave a note in 
the [Updating.md](https://github.com/apache/airflow/blob/master/UPDATING.md) so 
we can assign it to a appropriate release
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> (/usr/local/lib/python3.6/site-packages), 
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-19 Thread ASF subversion and git services (Jira)


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

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

Commit c8597cbf143b970ad3c7b0d62e3b44d1dfdc8afe in airflow's branch 
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c8597cb ]

[AIRFLOW-6312] Unpin marshmallow-sqlalchemy for Py>3.5 (#6861)



> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> (/usr/local/lib/python3.6/site-packages), 
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-19 Thread ASF subversion and git services (Jira)


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

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

Commit c8597cbf143b970ad3c7b0d62e3b44d1dfdc8afe in airflow's branch 
refs/heads/v1-10-stable from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c8597cb ]

[AIRFLOW-6312] Unpin marshmallow-sqlalchemy for Py>3.5 (#6861)



> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> (/usr/local/lib/python3.6/site-packages), 
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-19 Thread ASF subversion and git services (Jira)


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

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

Commit 0fa2e35f730600e6bd802f606545989cdbd0c17a in airflow's branch 
refs/heads/v1-10-stable from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=0fa2e35 ]

[AIRFLOW-6312] Unpin marshmallow-sqlalchemy for Py>3.5 (#6861)



> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> (/usr/local/lib/python3.6/site-packages), 
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-19 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot commented on AIRFLOW-6312:
-

kaxil commented on pull request #6861: [AIRFLOW-6312] Unpin 
marshmallow-sqlalchemy for Py>3.5
URL: https://github.com/apache/airflow/pull/6861
 
 
   Make sure you have checked _all_ steps below.
   
   ### Jira
   
   - [x] https://issues.apache.org/jira/browse/AIRFLOW-6312
   
   ### Description
   
   - [x] Here are some details about my PR, including screenshots of any UI 
changes:
   ```
   As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
is conflicting versions of marshmallow-sqlalchemy
   
   With 
https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
 we should also unpin Marshmallow
   
   

 Captured stderr call 

   Traceback (most recent call last):
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 583, in _build_master
   ws.require(__requires__)
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 900, in require
   needed = self.resolve(parse_requirements(requirements))
 File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
line 791, in resolve
   raise VersionConflict(dist, req).with_context(dependent_req)
   pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
(/usr/local/lib/python3.6/site-packages), 
Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
   OptionsAttachments
   ```
   
   
   ### Tests
   
   - [ ] My PR adds the following unit tests __OR__ does not need testing for 
this extremely good reason:
   
   ### Commits
   
   - [x] My commits all reference Jira issues in their subject lines, and I 
have squashed multiple commits if they address the same issue. In addition, my 
commits follow the guidelines from "[How to write a good git commit 
message](http://chris.beams.io/posts/git-commit/)":
 1. Subject is separated from body by a blank line
 1. Subject is limited to 50 characters (not including Jira issue reference)
 1. Subject does not end with a period
 1. Subject uses the imperative mood ("add", not "adding")
 1. Body wraps at 72 characters
 1. Body explains "what" and "why", not "how"
   
   ### Documentation
   
   - [x] In case of new functionality, my PR adds documentation that describes 
how to use it.
 - All the public functions and the classes in the PR contain docstrings 
that explain what it does
 - If you implement backwards incompatible changes, please leave a note in 
the [Updating.md](https://github.com/apache/airflow/blob/master/UPDATING.md) so 
we can assign it to a appropriate release
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> 

[jira] [Commented] (AIRFLOW-6312) Unpin marshmallow-sqlalchemy for Py>3.5

2019-12-19 Thread ASF subversion and git services (Jira)


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

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

Commit 55407af8c45b6e82696477f5ae47b4ff75495a6b in airflow's branch 
refs/heads/fix-marshmallow from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=55407af ]

[AIRFLOW-6312] Unpin marshmallow-sqlalchemy for Py>3.5


> Unpin marshmallow-sqlalchemy for Py>3.5
> ---
>
> Key: AIRFLOW-6312
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6312
> Project: Apache Airflow
>  Issue Type: Bug
>  Components: dependencies
>Affects Versions: 1.10.7
>Reporter: Kaxil Naik
>Assignee: Kaxil Naik
>Priority: Major
> Fix For: 1.10.7
>
>
> As can be seen in https://travis-ci.org/apache/airflow/jobs/627441604 there 
> is conflicting versions of marshmallow-sqlalchemy
> With 
> https://github.com/apache/airflow/commit/a4f7ef12ca54d0e537e3d438aee3a68f76b7aebb
>   we should also unpin Marshmallow
> {noformat}
> 
>  Captured stderr call 
> 
> Traceback (most recent call last):
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 583, in _build_master
> ws.require(__requires__)
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 900, in require
> needed = self.resolve(parse_requirements(requirements))
>   File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", 
> line 791, in resolve
> raise VersionConflict(dist, req).with_context(dependent_req)
> pkg_resources.ContextualVersionConflict: (marshmallow 3.3.0 
> (/usr/local/lib/python3.6/site-packages), 
> Requirement.parse('marshmallow<2.20,>=2.18.0'), {'flask-appbuilder'})
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)