Got really tired of having to enter my SF.net password for every SVN operation. Some operations, like log view, require entry 30-40 times! Turns out it is possible via SSH key pair as explained in SSH Keys page. Basically,
PyPubSub v3.2.0 released!
Although pubsub v3.1.2 (previous release) was very robust and seemed to provide the essential features for use, maintainability and debugging of pubsub based applications, an update was needed to finally incorporate some patches and extensions contributed by users, verify that it works for python 2.7, and get a sense of where it breaks for python 3.3 and pypy. I also cleaned up the online docs significantly, and removed some code that had been deprecated for a while. ... read more
Have closed all but one open ticket. All regression tests pass. Cleaning up docs and beta testing by user community is next.
I'm looking for a maintainer; a developer who can look after the minor fixes that come up every so often. I'll post on wxPython list too.
I confirmed that .zip and .egg install fine when easy_install on the files that are on my laptop, or when I upload them to pypi (cheeseshop), easy_install finds them, downloads and installs.
But when they are on sourceforge, it looks like easy_install can't process what it has received as it says
Downloading http://sourceforge.net/projects/pubsub/files/pubsub/3.1.2/PyPubSub-3.1.2-py2.6.egg/download
Processing download
error: Couldn't find a setup script in c:\docume~1\schoenb\locals~1\temp\easy_install-5z1j7d\download... read more
So there is something I'm not doing right with easy_install.... the ez_setup.py and setup.py do not get included in the dist, even for the zip version. I'm not doing anything different than what I've seen on the setuptools doc sites, so clearly I'm missing something. I'll give this another go over the next week.
Finally gathered the few little patches created over the past year from users of pypubsub and also merged the temp branch "better docs" to trunk, hopefully the docs are a bit better now.
Thank god I had created the release.bat file in SVN, it made it easy to remember the many important steps, and in which order!
Also, it appears that easy_install.py may now be able to get egg file from SF.net, will see how that goes.
Finally got around to creating a good layout and structure for the Pubsub website (it works with latest FF and GC. Still one bug for IE6. Have yet to try IE7 and IE8). Now I have no excuse, I have to finish the docs!
If you see the download stats as zero for the latest releases, it's due to the SF.net stats engine being upgraded. The stats are (according to SF) in the SF.net DB but not available online.
We are almost at 3.0beta! Some exception error messages could benefit from clearer message, but this can always be improved so may not wait for this. Stay tuned!