Re: Remove airflow from pypi

2018-11-27 Thread George Leslie-Waksman
Bravo Fokko! On Tue, Nov 27, 2018 at 2:58 AM Kevin Yang wrote: > > Thank you Fokko for taking it fast. > > On Tue, Nov 27, 2018 at 2:46 AM Driesprong, Fokko > wrote: > > > Hi all, > > > > I've pushed a replacement artifact on airflow which will throw an error > > when it is being installed: > > >

Re: Remove airflow from pypi

2018-11-27 Thread Kevin Yang
Thank you Fokko for taking it fast. On Tue, Nov 27, 2018 at 2:46 AM Driesprong, Fokko wrote: > Hi all, > > I've pushed a replacement artifact on airflow which will throw an error > when it is being installed: > > MacBook-Pro-van-Fokko:airflow fokkodriesprong$ pip install airflow==0.6 > > Collect

Re: Remove airflow from pypi

2018-11-27 Thread Driesprong, Fokko
Hi all, I've pushed a replacement artifact on airflow which will throw an error when it is being installed: MacBook-Pro-van-Fokko:airflow fokkodriesprong$ pip install airflow==0.6 Collecting airflow==0.6 Downloading https://files.pythonhosted.org/packages/98/e7/d8cad667296e49a74d64e0a55713fcd

Re: Remove airflow from pypi

2018-11-26 Thread Kevin Yang
+1 for having a placeholder for security reason. Not sure about adding dependency on apache-airflow tho--if the warning is overlooked and stuff starting to break because of backward incompatibility, it can be quite confusing. Cheers, Kevin Y On Sat, Nov 24, 2018 at 5:19 PM soma dhavala wrote: >

Re: Remove airflow from pypi

2018-11-24 Thread soma dhavala
> On Nov 25, 2018, at 5:02 AM, George Leslie-Waksman wrote: > > It's probably a good idea to put something at "airflow", even if it > just fails to install and tells people to install apache-airflow > instead. > > If not, there's a risk someone squats the name airflow and puts up > something

Re: Remove airflow from pypi

2018-11-24 Thread Holden Karau
What about if for the placeholder we made a package which depended on apache-airflow and printed out a deprecation warning when installed? That way existing builds would not necessarily break right away and people would be getting the modern version of the software? On Sat, Nov 24, 2018 at 3:33 PM

Re: Remove airflow from pypi

2018-11-24 Thread George Leslie-Waksman
It's probably a good idea to put something at "airflow", even if it just fails to install and tells people to install apache-airflow instead. If not, there's a risk someone squats the name airflow and puts up something malicious. --George On Fri, Nov 23, 2018 at 11:44 AM Driesprong, Fokko wrote:

Re: Remove airflow from pypi

2018-11-23 Thread Driesprong, Fokko
Thanks Dan for picking this up quickly. Op vr 23 nov. 2018 om 18:31 schreef Kaxil Naik : > Thanks Dan > > On Fri, Nov 23, 2018 at 3:44 PM Dan Davydov > wrote: > > > This could potentially break builds for some users but I feel the pros > > mentioned outweigh this, I went ahead and deleted it. >

Re: Remove airflow from pypi

2018-11-23 Thread Kaxil Naik
Thanks Dan On Fri, Nov 23, 2018 at 3:44 PM Dan Davydov wrote: > This could potentially break builds for some users but I feel the pros > mentioned outweigh this, I went ahead and deleted it. > > On Fri, Nov 23, 2018 at 10:18 AM Bolke de Bruin wrote: > > > Agree! This is even a security issue. >

Re: Remove airflow from pypi

2018-11-23 Thread Dan Davydov
This could potentially break builds for some users but I feel the pros mentioned outweigh this, I went ahead and deleted it. On Fri, Nov 23, 2018 at 10:18 AM Bolke de Bruin wrote: > Agree! This is even a security issue. > > Sent from my iPhone > > > On 23 Nov 2018, at 15:29, Driesprong, Fokko >

Re: Remove airflow from pypi

2018-11-23 Thread Bolke de Bruin
Agree! This is even a security issue. Sent from my iPhone > On 23 Nov 2018, at 15:29, Driesprong, Fokko wrote: > > Hi all, > > I think we should remove airflow (not > apache-airflow) from Pypi. I still get questions from people who > accidentally install Ai

Re: Remove airflow from pypi

2018-11-23 Thread Kaxil Naik
+1 to remove it. I know people installing it accidentally. On Fri, Nov 23, 2018, 14:29 Driesprong, Fokko Hi all, > > I think we should remove airflow (not > apache-airflow) from Pypi. I still get questions from people who > accidentally install Airflow 1.8.0. I

Remove airflow from pypi

2018-11-23 Thread Driesprong, Fokko
Hi all, I think we should remove airflow (not apache-airflow) from Pypi. I still get questions from people who accidentally install Airflow 1.8.0. I see this is maintained by mistercrunch, artwr, aeon. Anyone any objections? Cheers, Fokko