[Distutils] Overriding dependency versions
Reinout van Rees
reinout at vanrees.org
Mon May 13 16:12:07 CEST 2013
On 13-05-13 15:57, Ian Cordasco wrote:
> If I release a library dependent upon a particular API in one version
> of a dependency and before I release my next version I notice plans to
> break the existing API, why shouldn't I pin the version to protect
> users (or at least provide a maximum version) from getting horrible
> exceptions?
Best example: if you pin "somelibrary=1.2" in your library, none of your
users can use the critical 1.2.1 bugfix release.
Reinout
--
Reinout van Rees http://reinout.vanrees.org/
reinout at vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"
More information about the Distutils-SIG
mailing list