[tahoe-lafs-trac-stream] [tahoe-lafs] #1466: don't attempt to import pyutil (in the _version.py created by darcsver); use allmydata.util.verlib or distutils.version.LooseVersion instead
tahoe-lafs
trac at tahoe-lafs.org
Mon Dec 5 05:51:27 UTC 2011
#1466: don't attempt to import pyutil (in the _version.py created by darcsver);
use allmydata.util.verlib or distutils.version.LooseVersion instead
----------------------------+-------------------------------------
Reporter: davidsarah | Owner: somebody
Type: defect | Status: closed
Priority: major | Milestone: undecided
Component: packaging | Version: 1.8.2
Resolution: fixed | Keywords: pyutil darcsver version
Launchpad Bug: |
----------------------------+-------------------------------------
Changes (by Brian Warner <warner@…>):
* status: new => closed
* resolution: => fixed
Comment:
In [5384/trunk]:
{{{
#!CommitTicketReference repository="trunk" revision="5384"
setup.py: stop putting pyutil.version_class/etc in _version.py
allmydata.__version__ can just be a string, it doesn't need to be an
instance
of some fancy NormalizedVersion class. Everything inside Tahoe uses
str(__version__) anyways.
Also add .dev0 when a git tree is dirty.
Closes #1466
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1466#comment:4>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list