Update to version 1.2
Responsible Changed From-To: freebsd-ports-bugs->rakuco I'll take it.
The generated +CONTENTS file in the package is incorrect -- it looks like upstream has forgotten to update the version in setup.py, so the installed egg-version file still uses 1.1 as its version, and we expect 1.2 to be used. I suggest patching setup.py and contacting upstream about this.
On Sun, Nov 04, 2012 at 08:46:27PM +0200, Raphael Kubo da Costa wrote: > The generated +CONTENTS file in the package is incorrect -- it looks > like upstream has forgotten to update the version in setup.py, so the > installed egg-version file still uses 1.1 as its version, and we expect > 1.2 to be used. > > I suggest patching setup.py and contacting upstream about this. Being both `upstream' and port maintainer, this process was very smooth :) Downside of this is that I can't blame `upstream' of this stupid mistake :-( Thank you for catching it. Here's a new patch. Martin
Martin Tournoij <martin@arp242.net> writes: > On Sun, Nov 04, 2012 at 08:46:27PM +0200, Raphael Kubo da Costa wrote: >> The generated +CONTENTS file in the package is incorrect -- it looks >> like upstream has forgotten to update the version in setup.py, so the >> installed egg-version file still uses 1.1 as its version, and we expect >> 1.2 to be used. >> >> I suggest patching setup.py and contacting upstream about this. > > Being both `upstream' and port maintainer, this process was very > smooth :) Ah, if only it were that simple for other ports as well :-) The new patch seems to work fine. As an aside, I recomment not replacing an existing tarball like that, since it might cause checksum mismatch problems for other distributions in the future.
State Changed From-To: open->closed Committed. Thanks!