Opened 18 years ago
Closed 18 years ago
#4337 closed defect (fixed)
Document Genshi version required for r4399 to work
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | 0.11 |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | setuptools genshi pygments |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After upgrading Trac today, instead of rendered code I got raw Genshi events displayed as text. Upgrading Genshi to latest svn fixed this display, however I didn't see any warning in the trac log with level set to debug.
Can some sort of version check be added to either write to the log or show an "internal error" type message?
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Keywords: | setuptools added |
---|---|
Milestone: | → 0.11 |
comment:2 by , 18 years ago
Keywords: | genshi pygments added |
---|
#4386 marked as duplicate.
For the record, current trunk needs genshi:milestone:0.3.6 since r4399. Genshi trunk (milestone:0.4dev works fine) as well.
comment:3 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
SetupTools is now used to make precise requirements on versions of dependent packages.
I think the plan is that once we have migrated to setuptools, Trac will list the Genshi package as a dependency, with the proper version specified, of course.
Well, that's actually already the case in the
setuptools
branch: source:sandbox/setuptools/setup.py@4399#L40So this ticket can be closed after the merge of setuptools.