1694: Unable to upgrade 1.5b1 -> 1.5b2 with easy_install

hadr****@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 26, 2010
What version are you running?
1.5 beta1

What steps will reproduce the problem?
1. have 1.5b1 installed
2. issue #easy_install -U ReviewBoard

What is the expected output? What do you see instead?
RB is automatically updated to 1.5 beta2


What operating system are you using? What browser?
RB server (Debian): Linux xxx 2.6.26-2-xen-amd64 #1 SMP Thu Nov 5 04:27:12 UTC 2009 x86_64 GNU/Linux


Please provide any additional information below.
# easy_install -U ReviewBoard
Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
Reading http://www.reviewboard.org/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
Reading http://www.review-board.org/
Reading http://downloads.review-board.org/releases/
Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
Best match: ReviewBoard 1.5beta1
Processing ReviewBoard-1.5beta1-py2.5.egg
ReviewBoard 1.5beta1 is already the active version in easy-install.pth
Installing rb-site script to /usr/bin

Using /usr/lib/python2.5/site-packages/ReviewBoard-1.5beta1-py2.5.egg
Reading http://downloads.reviewboard.org/mirror/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
Processing dependencies for ReviewBoard
Finished processing dependencies for ReviewBoard
#

as can be seen above, package is not updated ... (new egg is in the repo, but is not fetched, my setuptools are also up2date - setuptools-0.6c11-py2.5)
#1 hadr****@gmai***** (Google Code) (Is this you? Claim this profile.)
also tryinf with easy_install -f gives:
# easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ ReviewBoard
Searching for ReviewBoard
Best match: ReviewBoard 1.5beta1
Processing ReviewBoard-1.5beta1-py2.5.egg
ReviewBoard 1.5beta1 is already the active version in easy-install.pth
Installing rb-site script to /usr/bin

Using /usr/lib/python2.5/site-packages/ReviewBoard-1.5beta1-py2.5.egg
Processing dependencies for ReviewBoard
Finished processing dependencies for ReviewBoard
#

shouldn't the best match point to ReviewBoard-1.5beta2-py2.5.egg ?
(thou that might actually be setuptools issue)
chipx86
#2 chipx86
You need to provide the -f parameter, as in your second post, but you also need the -U as well, which you were missing.
#3 hadr****@gmai***** (Google Code) (Is this you? Claim this profile.)
thanks, will try it today after working hours.
btw, any thoughts why first method (as in the documentation - http://www.reviewboard.org/docs/manual/dev/admin/installation/upgrading) fails ?
chipx86
#4 chipx86
The first method only fetches the last stable release, not betas.
david
#5 david
  • +NotABug