Re: easy_install doesn't find 1.6.12

2012-09-28 Thread Igor Berger
Thanks anyway.


On Thursday, September 27, 2012 5:17:16 PM UTC-4, Christian Hammond wrote:

 I wish I had some idea, but that's just plain weird.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Thu, Sep 27, 2012 at 12:29 PM, Igor Berger codew...@gmail.comjavascript:
  wrote:

 Different error:

 
 # easy_install -U ReviewBoard==1.6.12
 Searching for ReviewBoard==1.6.12
 Reading http://pypi.python.org/simple/ReviewBoard/
 Reading http://www.reviewboard.org/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
 Reading http://www.review-board.org/
 Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
 Reading http://downloads.review-board.org/releases/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
 No local packages or download links found for ReviewBoard==1.6.12
 error: Could not find suitable distribution for 
 Requirement.parse('ReviewBoard==1.6.12')
 

 I've seen this in the past. Eventually it works.
 Perhaps, something is cached somewhere and I need to wait for it to 
 expire.
 But I can't think of what this could be. :(


 On Thursday, September 27, 2012 3:23:04 PM UTC-4, Christian Hammond wrote:

 Very weird. How about ReviewBoard==1.6.12 ?

 Christian

  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

easy_install doesn't find 1.6.12

2012-09-27 Thread Igor Berger
Hello,

Looks like it happens for every release. I'm trying to upgrade 1.6.11 to 
1.6.12.
I can see that 1.6.12 is already available in both 
http://downloads.reviewboard.org/releases/ReviewBoard/1.6 
and  http://pypi.python.org/simple/ReviewBoard.

However, easy_install -U ReviewBoard doesn't find it:


Searching for ReviewBoard
Reading http://pypi.python.org/simple/ReviewBoard/
Reading http://www.reviewboard.org/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
Reading http://www.review-board.org/
Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
Reading http://downloads.review-board.org/releases/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
Best match: ReviewBoard 1.6.11
Downloading 
http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ReviewBoard-1.6.11-py2.7.egg
Processing ReviewBoard-1.6.11-py2.7.egg
removing 
'/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.11-py2.7.egg' (and 
everything under it)
creating /usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.11-py2.7.egg
Extracting ReviewBoard-1.6.11-py2.7.egg to 
/usr/local/lib/python2.7/dist-packages
ReviewBoard 1.6.11 is already the active version in easy-install.pth
Installing rb-site script to /usr/local/bin
Installing rbssh script to /usr/local/bin

Installed 
/usr/local/lib/python2.7/dist-packages/ReviewBoard-1.6.11-py2.7.egg
Reading http://downloads.reviewboard.org/mirror/
Processing dependencies for ReviewBoard
Finished processing dependencies for ReviewBoard


Any ideas?

Thanks,
Igor.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Igor Berger
To verify connectivity, I tried the following command, which worked:

curl -o dummy.egg 
http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ReviewBoard-1.6.12-py2.7.egg

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Christian Hammond
Very weird. How about ReviewBoard==1.6.12 ?

Christian



On Sep 27, 2012, at 8:35, Igor Berger codewiz...@gmail.com wrote:

 To verify connectivity, I tried the following command, which worked:
 
 curl -o dummy.egg 
 http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ReviewBoard-1.6.12-py2.7.egg
 
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Igor Berger
Different error:


# easy_install -U ReviewBoard==1.6.12
Searching for ReviewBoard==1.6.12
Reading http://pypi.python.org/simple/ReviewBoard/
Reading http://www.reviewboard.org/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
Reading http://www.review-board.org/
Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
Reading http://downloads.review-board.org/releases/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
No local packages or download links found for ReviewBoard==1.6.12
error: Could not find suitable distribution for 
Requirement.parse('ReviewBoard==1.6.12')


I've seen this in the past. Eventually it works.
Perhaps, something is cached somewhere and I need to wait for it to expire.
But I can't think of what this could be. :(


On Thursday, September 27, 2012 3:23:04 PM UTC-4, Christian Hammond wrote:

 Very weird. How about ReviewBoard==1.6.12 ?

 Christian


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Christian Hammond
I wish I had some idea, but that's just plain weird.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Thu, Sep 27, 2012 at 12:29 PM, Igor Berger codewiz...@gmail.com wrote:

 Different error:

 
 # easy_install -U ReviewBoard==1.6.12
 Searching for ReviewBoard==1.6.12
 Reading http://pypi.python.org/simple/ReviewBoard/
 Reading http://www.reviewboard.org/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
 Reading http://www.review-board.org/
 Reading http://downloads.review-board.org/releases/ReviewBoard/1.0/
 Reading http://downloads.review-board.org/releases/
 Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.0/
 No local packages or download links found for ReviewBoard==1.6.12
 error: Could not find suitable distribution for
 Requirement.parse('ReviewBoard==1.6.12')
 

 I've seen this in the past. Eventually it works.
 Perhaps, something is cached somewhere and I need to wait for it to expire.
 But I can't think of what this could be. :(


 On Thursday, September 27, 2012 3:23:04 PM UTC-4, Christian Hammond wrote:

 Very weird. How about ReviewBoard==1.6.12 ?

 Christian

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en