Re: [Distutils] specifying dependencies to latest major/minor

2010-12-03 Thread P.J. Eby
At 03:14 PM 12/3/2010 +0100, Alan Franzoni wrote: Hello, I've got some issues with dependency specification; this seems to apply both to setuptools and distribute. Let's suppose I want to have a dependency on a certain library major.minor , because I want to depend on a certain API - which is

Re: [Distutils] specifying dependencies

2008-10-10 Thread Chris Withers
Ian Bicking wrote: Chris Withers wrote: Ian Bicking wrote: Say I have a package that represents an application. We'll call it FooBlog. I release version 1.0. It uses the Turplango web framework (1.5 at the time of release) and the Storchalmy ORM (0.4), and Turplango uses HardJSON (1.2.1).

[Distutils] specifying dependencies

2008-10-03 Thread Chris Withers
Ian Bicking wrote: Say I have a package that represents an application. We'll call it FooBlog. I release version 1.0. It uses the Turplango web framework (1.5 at the time of release) and the Storchalmy ORM (0.4), and Turplango uses HardJSON (1.2.1). I want my version 1.0 to keep working.

Re: [Distutils] specifying dependencies

2008-10-03 Thread Ian Bicking
Chris Withers wrote: Ian Bicking wrote: Say I have a package that represents an application. We'll call it FooBlog. I release version 1.0. It uses the Turplango web framework (1.5 at the time of release) and the Storchalmy ORM (0.4), and Turplango uses HardJSON (1.2.1). I want my version