21.03.2011 23:16, Tomer Filiba kirjoitti:
okay... i donno why easy_install had problems, but now it seems to be
working on ubuntu, and failing on windows:
Searching for rpyc
Reading http://pypi.python.org/simple/rpyc/
Reading http://rpyc.wikidot.com
Reading http://sourceforge.net/projects/rpyc/files/main/3.0.7
Reading http://sourceforge.net/projects/rpyc/files/main/3.1.0
Reading http://rpyc.wikispaces.com
Reading
http://sourceforge.net/project/showfiles.php?group_id=155578&package_id=173301&release_id=639770
<http://sourceforge.net/project/showfiles.php?group_id=155578&package_id=173301&release_id=639770>
Reading
http://sourceforge.net/project/showfiles.php?group_id=155578&package_id=173301
<http://sourceforge.net/project/showfiles.php?group_id=155578&package_id=173301>
Reading http://rpyc.sf.net
Reading
http://sourceforge.net/project/downloading.php?group_id=155578&filename=rpyc-3.0.5.tar.gz&a=77785163
<http://sourceforge.net/project/downloading.php?group_id=155578&filename=rpyc-3.0.5.tar.gz&a=77785163>
Best match: RPyC 3.1.0
Downloading
http://sourceforge.net/projects/rpyc/files/main/3.1.0/RPyC-3.1.0.win32.exe/download
Processing download
error: Couldn't find a setup script in
c:\users\sebulba\appdata\local\temp\easy_install-son4ms\download
anyhow, pip seems to be working fine on both platforms.
easy_install rpyc worked too, on Python 2.7 w/ distribute 0.6.15 on Win7.
i removed the eggs, because they contaminated the other distros for
some reason,
and since we are pure python and easy_install is giving me problems
either way,
i do feel it's enough to stick with win32 and tar.gz. (and zip, for
windows users)
The tarball will install just fine even on Windows, so the zip is
unnecessary. Yes, I've tried.
since there were lots of half-baked commits since the release, i
retagged the current version.
new packages uploaded to pypi and sf.net <http://sf.net>
enjoy,
-tomer
An NCO and a Gentleman
2011/3/21 Alex Grönholm <[email protected]
<mailto:[email protected]>>
21.03.2011 20:35, Tomer Filiba kirjoitti:
1) yes, the changelog is on the site.
2) why not? if it makes life easier for people, why not build the
packages for them? it takes 3 more seconds on my part.
Seems pointless to me -- whose lives will they make easier? Sure
enough, if it doesn't take more time than that, then it doesn't
matter either way.
3) i *have* updated pypi (with setup.py register):
http://pypi.python.org/pypi/RPyC/ it shows the latest version and
has the download location.
also, http://pypi.python.org/simple/RPyC/ shows the correct
download location for 3.1.0.
no idea why it would fail... i'll upload the files directly
(setup.py upload fails too)
What error is "setup.py sdist upload" giving you?
Also, installation (both easy_install and pip) is failing now
because the line endings in the tarball/zip seem to be CRLF and
not LF, so it gives a syntax error when exec'ing version.py during
setup.
-tomer
An NCO and a Gentleman
2011/3/21 Alex Grönholm <[email protected]
<mailto:[email protected]>>
21.03.2011 19:53, Alex Grönholm kirjoitti:
I see that you've released 3.1.0 already. I'd like to
give my 2 cents on the release process itself.
First of all, I don't see a changelog anywhere. It'd be
very helpful for users to know what new features there
are and which bugs were fixed in this release.
I had written this before the release announcement came in,
and I see there is a changelog on the website at least.
Second, why are you building eggs for RPyC? A Windows
installer I can understand, but eggs seem rather
pointless to distribute, especially since RPyC does not
have any C extensions. Eggs are being phased out anyway.
All you really need to upload is the tarball (python
setup.py sdist) and the win32 installer.
Third, consider uploading the tarball (+ any Windows
installers) to PyPI. If I try installing RPyC right now
using pip (pip install rpyc), all I get is the old 3.0.7
version. Easy_install, however, gives me "3.1.0-pre",
which isn't quite right either.