Re: [Zope-dev] New zc.queue release?

2011-12-18 Thread Zvezdan Petkovic
On Dec 18, 2011, at 5:52 AM, Marius Gedminas wrote:
> One thing leaves me baffled: how was it possible to make the release to PyPI 
> (which means at the very least python setup.py sdist upload) if python 
> setup.py had that missing import?

Because buildout was used:

./bin/buildout setup . sdist register upload

Since ./bin/buildout imports zc.buildout.buildout which imports os
it worked.

Zvezdan

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] New zc.queue release?

2011-12-18 Thread Marius Gedminas
On Sun, Dec 18, 2011 at 02:35:07AM +0100, Maurits van Rees wrote:
> Op 18-12-11 01:33, Zvezdan Petkovic schreef:
> >
> >On Dec 17, 2011, at 7:13 PM, Maurits van Rees wrote:
> >
> >>There is a problem with the setup.py of 1.2 though: 'import os' is missing 
> >>so it cannot be used.  I have fixed it on trunk.  Could you release a new 
> >>version?
> >
> >Done.
> >zc.queue-1.2.1 is now on PyPI.
> 
> Thank you, much appreciated.

One thing leaves me baffled: how was it possible to make the release to
PyPI (which means at the very least python setup.py sdist upload) if
python setup.py had that missing import?

Marius Gedminas
-- 
http://pov.lt/ -- Zope 3/BlueBream consulting and development


signature.asc
Description: Digital signature
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] New zc.queue release?

2011-12-17 Thread Maurits van Rees

Op 18-12-11 01:33, Zvezdan Petkovic schreef:


On Dec 17, 2011, at 7:13 PM, Maurits van Rees wrote:


There is a problem with the setup.py of 1.2 though: 'import os' is missing so 
it cannot be used.  I have fixed it on trunk.  Could you release a new version?


Done.
zc.queue-1.2.1 is now on PyPI.


Thank you, much appreciated.


--
Maurits van Rees   http://maurits.vanrees.org/
Web App Programmer at Zest Software: http://zestsoftware.nl
"Logical thinking shows conclusively that logical thinking
is inconclusive." - My summary of Gödel, Escher, Bach

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] New zc.queue release?

2011-12-17 Thread Zvezdan Petkovic

On Dec 17, 2011, at 7:13 PM, Maurits van Rees wrote:

> There is a problem with the setup.py of 1.2 though: 'import os' is missing so 
> it cannot be used.  I have fixed it on trunk.  Could you release a new 
> version?

Done.
zc.queue-1.2.1 is now on PyPI.


P.S. Lessons learned:

1. Run "pyflakes .", not "pyflakes src".
2. Improving setup.py is not an improvement if done in a hurry and 
   one forgets a crucial import.

:-)

Best regards,

Zvezdan

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] New zc.queue release?

2011-12-17 Thread Maurits van Rees

Op 18-12-11 01:10, Zvezdan Petkovic schreef:

On Dec 17, 2011, at 5:40 PM, Zvezdan Petkovic wrote:

I'll review and release.


Done.
zc.queue-1.2 is on PyPI.


Ah, thanks a lot!

There is a problem with the setup.py of 1.2 though: 'import os' is 
missing so it cannot be used.  I have fixed it on trunk.  Could you 
release a new version?


Thanks,


--
Maurits van Rees   http://maurits.vanrees.org/
Web App Programmer at Zest Software: http://zestsoftware.nl
"Logical thinking shows conclusively that logical thinking
is inconclusive." - My summary of Gödel, Escher, Bach

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] New zc.queue release?

2011-12-17 Thread Zvezdan Petkovic
On Dec 17, 2011, at 5:40 PM, Zvezdan Petkovic wrote:
> I'll review and release.

Done.
zc.queue-1.2 is on PyPI.

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] New zc.queue release?

2011-12-17 Thread Zvezdan Petkovic

On Dec 16, 2011, at 10:57 PM, Maurits van Rees wrote:

> Can someone create a new release of zc.queue?  zvezdan and gary are owners on 
> PyPI.


I'll review and release.


___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )