You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/04 22:51:04 UTC

[GitHub] [airflow] gshiva opened a new issue #13467: Source package distribution in PyPi repository

gshiva opened a new issue #13467:
URL: https://github.com/apache/airflow/issues/13467


   Source package distribution in PyPi repository
   
   To ensure that the correct libraries are linked, we rely on the source distribution package like https://files.pythonhosted.org/packages/db/f7/43fecb94d66959c1e23aa53d6161231dca0e93ec500224cf31b3c4073e37/lxml-4.6.2.tar.gz (lxml https://pypi.org/project/lxml/#files ). It would be great if the source distribution is also included in https://pypi.org/project/apache-airflow/#files
   
   **Acceptance Criteria**
   apache_airflow-2.0.0.tar.gz should be present in https://pypi.org/project/apache-airflow/#files
   
   **Are you willing to submit a PR?**
   
   Yes.
   
   **Related Issues**
   
   No
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #13467: Source package distribution in PyPi repository

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #13467:
URL: https://github.com/apache/airflow/issues/13467#issuecomment-754562045


   @gshiva  We don't use any native libraries, so it should make a difference whether you are installing from source code or prepackaged packages.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #13467: Source package distribution in PyPi repository

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #13467:
URL: https://github.com/apache/airflow/issues/13467


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #13467: Source package distribution in PyPi repository

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #13467:
URL: https://github.com/apache/airflow/issues/13467#issuecomment-776243651


   Fixed in 2.0.1


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #13467: Source package distribution in PyPi repository

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #13467:
URL: https://github.com/apache/airflow/issues/13467#issuecomment-754613231


   Is there a reason you cannot use the .whl packages @gshiva ? Why it is important to you if the .whl package is equivalent?
   Could you please elaborate on that?


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #13467: Source package distribution in PyPi repository

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #13467:
URL: https://github.com/apache/airflow/issues/13467#issuecomment-754270297


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] eldernewborn commented on issue #13467: Source package distribution in PyPi repository

Posted by GitBox <gi...@apache.org>.
eldernewborn commented on issue #13467:
URL: https://github.com/apache/airflow/issues/13467#issuecomment-776399997


   Thank you @kaxil  :) .
   -Ali
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] gshiva commented on issue #13467: Source package distribution in PyPi repository

Posted by GitBox <gi...@apache.org>.
gshiva commented on issue #13467:
URL: https://github.com/apache/airflow/issues/13467#issuecomment-754947967


   Our automated build system relies on the sdist packages and our security team has issues with blindly importing "binary" packages. Similar to reasons described in #13498 
   
   Also thank you @potiuk and @mik-laj for such a quick response.


----------------------------------------------------------------
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:
users@infra.apache.org