On Sun, May 10, 2015 at 11:41 PM, Roger Oberholtzer < [email protected]> wrote:
> I am running Trac 1.0.2. I currently have installed setuptools 5.4.1. > In order to get rid of some messages in the Trac log related to > setuptools, I am considering updating setuptools. I see that 15.1 is > available. Hmm. That seems like quite a jump in version numbers. > Should I expect any problems with doing this update? > 5.4.1 does have a known issue that is documented in TracInstall (1). That version of setuptools may be severely impacting performance, in which case you should upgrade. 5.4.1 was released in 2014. It appears they've been incrementing the major version number more rapidly lately. From the Change Log (2) it appears that only 1 or 2 issues are fixed in many releases. I wouldn't worry about the jump in version numbers as being significant. I've been developing Trac with 15.x and haven't noticed any issues. Note that support for Subversion was dropped in Setuptools 10 and you may experience installation failures for plugins or their dependencies that use "tag_svn_revision" attribute in setup.cfg (3,4,5). The fix is easy if you encounter it - just delete the "tag_svn_revision" entry from setup.cfg, and please raise a ticket with the plugin author. It may be possible to resolve the issue by installing setuptools_svn (6), but I haven't tested that. - Ryan (1) http://trac.edgewall.org/wiki/TracInstall#RunningtheStandaloneServer (2) https://pythonhosted.org/setuptools/history.html (3) http://trac.edgewall.org/ticket/11993 (4) http://trac.edgewall.org/ticket/12038 (5) http://trac-hacks.org/ticket/12279 (6) https://pypi.python.org/pypi/setuptools_svn -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
