[jira] [Commented] (EAGLE-1090) make merge-pr script python 3 compatible

2018-08-03 Thread Edward Zhang (JIRA)


[ 
https://issues.apache.org/jira/browse/EAGLE-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16568937#comment-16568937
 ] 

Edward Zhang commented on EAGLE-1090:
-

I checked the code, it is actually not in master, but seemed it was system 
message. [~jhsenjaliya] are you able to merge this PR?

> make merge-pr script python 3 compatible
> 
>
> Key: EAGLE-1090
> URL: https://issues.apache.org/jira/browse/EAGLE-1090
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Jayesh
>Assignee: Jayesh
>Priority: Minor
>
> * use requests instead of urllib
>  * update print statements



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


[GitHub] eagle pull request #993: update for compatibiliy to python3

2018-08-03 Thread jhsenjaliya
GitHub user jhsenjaliya opened a pull request:

https://github.com/apache/eagle/pull/993

update for compatibiliy to python3

- used requests instead of urllib
- updated print statements
- used input instead of raw_input

Be sure to do all of the following to help us incorporate your contribution
quickly and easily:

 - [x] Make sure the PR title is formatted like:
   `[EAGLE-] Description of pull request`
 - [x] Make sure tests pass via `mvn clean verify`. (Even better, enable
   Travis-CI on your fork and ensure the whole test matrix passes).
 - [x] Replace `` in the title with the actual Jira issue
   number, if there is one.
 - [x] If this contribution is large, please file an Apache
   [Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.txt).
---

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jhsenjaliya/eagle EAGLE-1090

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/eagle/pull/993.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #993


commit c39ab9873aacb22b83c27d407d65a32d3a603967
Author: Jay Sen 
Date:   2018-05-20T22:56:39Z

update for compatibiliy to python3




---


[jira] [Commented] (EAGLE-1090) make merge-pr script python 3 compatible

2018-08-03 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/EAGLE-1090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16568896#comment-16568896
 ] 

ASF GitHub Bot commented on EAGLE-1090:
---

Github user jhsenjaliya commented on the issue:

https://github.com/apache/eagle/pull/992
  
why this was closed and not merged?


> make merge-pr script python 3 compatible
> 
>
> Key: EAGLE-1090
> URL: https://issues.apache.org/jira/browse/EAGLE-1090
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Jayesh
>Assignee: Jayesh
>Priority: Minor
>
> * use requests instead of urllib
>  * update print statements



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


[GitHub] eagle issue #992: [EAGLE-1090] - update for compatibiliy to python3

2018-08-03 Thread jhsenjaliya
Github user jhsenjaliya commented on the issue:

https://github.com/apache/eagle/pull/992
  
why this was closed and not merged?


---