Modify ↓
#12279 closed defect (fixed)
tag_svn_revision is not supported by recent versions of setuptools
Reported by: | Ryan J Ollos | Owned by: | Dirk Stöcker |
---|---|---|---|
Priority: | normal | Component: | TracIniAdminPanelPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Discussed in trac:#11993, tag_svn_revision
in setup.cfg is not supported in setuptools ≥ 10. This results in warnings from setuptools and pip, and can result in an error under some circumstances. I'm happy to make the change if you agree.
Attachments (0)
Change History (3)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Possible solution for retaining SVN version in filename mentioned in trac:comment:2:ticket:12038.
Note: See
TracTickets for help on using
tickets.
I'm not convinced that change is fine. E.g. for SpamFilter I want a correct SVN version. Dropping the entry does no do this. For TracIniAdminPanelPlugin it's not that critical, but essentially the same issue.