Changes between Initial Version and Version 1 of Ticket #2499, comment 3
- Timestamp:
- 2015-09-04T09:16:48Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2499, comment 3
initial v1 1 1 For once, a packaging error that isn't directly setuptools' fault. (The need for the version checks in the first place is setuptools' fault.) 2 2 3 It's not correct to refuse to run here, because the purported version from ` `pkg_resources`` was exactly equal to the imported version, so normalisation was unnecessary. Will fix.3 It's not correct to refuse to run here, because the purported version from `pkg_resources` was exactly equal to the imported version, so normalisation was unnecessary. Will fix. 4 4 5 5 I'll also fix the error reporting in the case where the versions aren't exactly equal and can't be normalised.