[jira] [Commented] (SYSTEMML-1907) Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz

2017-09-17 Thread Glenn Weidner (JIRA)

[ 
https://issues.apache.org/jira/browse/SYSTEMML-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16169343#comment-16169343
 ] 

Glenn Weidner commented on SYSTEMML-1907:
-

Fixed with [PR 666|https://github.com/apache/systemml/pull/666] and website 
commit 
[ada6746|https://github.com/apache/systemml-website/commit/ada674608be074f4c5f64a7fdd8ac39731544a95].
  Keeping JIRA open since python artifact not available at [sparktc 
latest|https://sparktc.ibmcloud.com/repo/latest/].
.


> Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz
> 
>
> Key: SYSTEMML-1907
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1907
> Project: SystemML
>  Issue Type: Improvement
>  Components: Build
>Reporter: Niketan Pansare
>Assignee: Glenn Weidner
>
> I encountered this issue because pypi has migrated to a new process: 
> https://packaging.python.org/guides/migrating-to-pypi-org/#uploading
> As noted in the above document, the recommended way to upload python packages 
> to pypi is now via `twine`. However, if we use `twine` with our current 
> package naming scheme (i.e. tgz), then it complains `ValueError: Unknown 
> distribution format: 'systemml-0.15.0-python.tgz'`. Hence, I would recommend 
> to use suffix `tar.gz` in our subsequent releases. This way we also are 
> compatible with default package naming convention of pypi: `tar.gz`.
> [~acs_s] [~gweidner] [~deron] [~dusenberrymw] [~reinwald] Suggestions ? Any 
> takers ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (SYSTEMML-1907) Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz

2017-09-14 Thread Deron Eriksson (JIRA)

[ 
https://issues.apache.org/jira/browse/SYSTEMML-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16166860#comment-16166860
 ] 

Deron Eriksson commented on SYSTEMML-1907:
--

+1 for name change.

For consistency, the other .tgz artifacts should also probably be changed to 
.tar.gz


> Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz
> 
>
> Key: SYSTEMML-1907
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1907
> Project: SystemML
>  Issue Type: Improvement
>  Components: Build
>Reporter: Niketan Pansare
>Assignee: Glenn Weidner
>
> I encountered this issue because pypi has migrated to a new process: 
> https://packaging.python.org/guides/migrating-to-pypi-org/#uploading
> As noted in the above document, the recommended way to upload python packages 
> to pypi is now via `twine`. However, if we use `twine` with our current 
> package naming scheme (i.e. tgz), then it complains `ValueError: Unknown 
> distribution format: 'systemml-0.15.0-python.tgz'`. Hence, I would recommend 
> to use suffix `tar.gz` in our subsequent releases. This way we also are 
> compatible with default package naming convention of pypi: `tar.gz`.
> [~acs_s] [~gweidner] [~deron] [~dusenberrymw] [~reinwald] Suggestions ? Any 
> takers ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (SYSTEMML-1907) Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz

2017-09-14 Thread Niketan Pansare (JIRA)

[ 
https://issues.apache.org/jira/browse/SYSTEMML-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16166772#comment-16166772
 ] 

Niketan Pansare commented on SYSTEMML-1907:
---

thanks [~gweidner] :)

> Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz
> 
>
> Key: SYSTEMML-1907
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1907
> Project: SystemML
>  Issue Type: Improvement
>  Components: Build
>Reporter: Niketan Pansare
>Assignee: Glenn Weidner
>
> I encountered this issue because pypi has migrated to a new process: 
> https://packaging.python.org/guides/migrating-to-pypi-org/#uploading
> As noted in the above document, the recommended way to upload python packages 
> to pypi is now via `twine`. However, if we use `twine` with our current 
> package naming scheme (i.e. tgz), then it complains `ValueError: Unknown 
> distribution format: 'systemml-0.15.0-python.tgz'`. Hence, I would recommend 
> to use suffix `tar.gz` in our subsequent releases. This way we also are 
> compatible with default package naming convention of pypi: `tar.gz`.
> [~acs_s] [~gweidner] [~deron] [~dusenberrymw] [~reinwald] Suggestions ? Any 
> takers ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (SYSTEMML-1907) Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz

2017-09-14 Thread Mike Dusenberry (JIRA)

[ 
https://issues.apache.org/jira/browse/SYSTEMML-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16166759#comment-16166759
 ] 

Mike Dusenberry commented on SYSTEMML-1907:
---

+1 for the name change.

> Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz
> 
>
> Key: SYSTEMML-1907
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1907
> Project: SystemML
>  Issue Type: Improvement
>  Components: Build
>Reporter: Niketan Pansare
>Assignee: Glenn Weidner
>
> I encountered this issue because pypi has migrated to a new process: 
> https://packaging.python.org/guides/migrating-to-pypi-org/#uploading
> As noted in the above document, the recommended way to upload python packages 
> to pypi is now via `twine`. However, if we use `twine` with our current 
> package naming scheme (i.e. tgz), then it complains `ValueError: Unknown 
> distribution format: 'systemml-0.15.0-python.tgz'`. Hence, I would recommend 
> to use suffix `tar.gz` in our subsequent releases. This way we also are 
> compatible with default package naming convention of pypi: `tar.gz`.
> [~acs_s] [~gweidner] [~deron] [~dusenberrymw] [~reinwald] Suggestions ? Any 
> takers ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (SYSTEMML-1907) Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz

2017-09-14 Thread Glenn Weidner (JIRA)

[ 
https://issues.apache.org/jira/browse/SYSTEMML-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1612#comment-1612
 ] 

Glenn Weidner commented on SYSTEMML-1907:
-

Thanks for catching this - I'll take this one.

> Rename python package from systemml-*-python.tgz to systemml-*-python.tar.gz
> 
>
> Key: SYSTEMML-1907
> URL: https://issues.apache.org/jira/browse/SYSTEMML-1907
> Project: SystemML
>  Issue Type: Improvement
>  Components: Build
>Reporter: Niketan Pansare
>Assignee: Glenn Weidner
>
> I encountered this issue because pypi has migrated to a new process: 
> https://packaging.python.org/guides/migrating-to-pypi-org/#uploading
> As noted in the above document, the recommended way to upload python packages 
> to pypi is now via `twine`. However, if we use `twine` with our current 
> package naming scheme (i.e. tgz), then it complains `ValueError: Unknown 
> distribution format: 'systemml-0.15.0-python.tgz'`. Hence, I would recommend 
> to use suffix `tar.gz` in our subsequent releases. This way we also are 
> compatible with default package naming convention of pypi: `tar.gz`.
> [~acs_s] [~gweidner] [~deron] [~dusenberrymw] [~reinwald] Suggestions ? Any 
> takers ?



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)