[VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Andi Vajda
With the recent release of Java Lucene 2.4.1, it's high time PyLucene get its first release out as an Apache subproject. I hope I got all the steps right and all the things into the right place. Release candidate 1 of PyLucene 2.4.1 is available from: http://people.apache.org/~vajda/stag

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Grant Ingersoll
Hi Andi, First off, I'm a total Python newbie, so bear with me... Couple of comments: 1. I think you need to upload your Key to a public server (i.e. pgp.mit.edu) See: @molly[1003]$ gpg --verify pylucene-2.4.1-rc1-src.tar.gz.asc gpg: Signature made Wed Mar 11 12:42:58 2009 EDT using DSA key

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Andi Vajda
On Wed, 11 Mar 2009, Grant Ingersoll wrote: First off, I'm a total Python newbie, so bear with me... Couple of comments: 1. I think you need to upload your Key to a public server (i.e. pgp.mit.edu) How do I do that ? Alternatively, it seems that you can import my key from the KEYS file in t

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Grant Ingersoll
On Mar 11, 2009, at 2:48 PM, Andi Vajda wrote: On Wed, 11 Mar 2009, Grant Ingersoll wrote: First off, I'm a total Python newbie, so bear with me... Couple of comments: 1. I think you need to upload your Key to a public server (i.e. pgp.mit.edu) How do I do that ? http://pgp.mit.edu:1

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Andi Vajda
On Wed, 11 Mar 2009, Grant Ingersoll wrote: 1. I think you need to upload your Key to a public server (i.e. pgp.mit.edu) How do I do that ? http://pgp.mit.edu:11371/ There's a place to submit a key there. Done. Andi..

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Christian Heimes
Andi Vajda schrieb: > > With the recent release of Java Lucene 2.4.1, it's high time PyLucene > get its first release out as an Apache subproject. I hope I got all the > steps right and all the things into the right place. > > Release candidate 1 of PyLucene 2.4.1 is available from: > > http

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Andi Vajda
On Wed, 11 Mar 2009, Christian Heimes wrote: Andi Vajda schrieb: With the recent release of Java Lucene 2.4.1, it's high time PyLucene get its first release out as an Apache subproject. I hope I got all the steps right and all the things into the right place. Release candidate 1 of PyLucene

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Andi Vajda
On Wed, 11 Mar 2009, Andi Vajda wrote: Could you stop setup.py from overwriting config.py when the file already exists and "install" is used as distutils command? Not when the file already exists since that would prevent changes to setup.py from being reflected in config.py but it shouldn't

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Christian Heimes
Andi Vajda wrote: > Fixed. config.py is not written when 'build' is not in the command line > args anymore. I uploaded a new release candidate, rc2, to > http://people.apache.org/~vajda/staging_area. > > Thank you for the bug report. Your solution breaks an installation when a user doesn't call "

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Andi Vajda
On Wed, 11 Mar 2009, Christian Heimes wrote: Andi Vajda wrote: Fixed. config.py is not written when 'build' is not in the command line args anymore. I uploaded a new release candidate, rc2, to http://people.apache.org/~vajda/staging_area. Thank you for the bug report. Your solution breaks a

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Aric Coady
On Mar 11, 2009, at 10:06 AM, Andi Vajda wrote: With the recent release of Java Lucene 2.4.1, it's high time PyLucene get its first release out as an Apache subproject. I hope I got all the steps right and all the things into the right place. Thanks. Release candidate 1 of PyLucene 2.4.1 i

Re: [VOTE] Release PyLucene 2.4.1

2009-03-11 Thread Andi Vajda
On Wed, 11 Mar 2009, Aric Coady wrote: On Mar 11, 2009, at 10:06 AM, Andi Vajda wrote: With the recent release of Java Lucene 2.4.1, it's high time PyLucene get its first release out as an Apache subproject. I hope I got all the steps right and all the things into the right place. Thanks.