File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed
DjangoPlugin/tracdjangoplugin Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 2
2
from trac .web .chrome import INavigationContributor
3
3
from trac .web .api import IRequestFilter , IRequestHandler
4
4
from trac .wiki .web_ui import WikiModule
5
- from trac .util import Markup
6
5
from trac .util .html import tag
7
6
from tracext .github import GitHubBrowser
8
7
@@ -75,7 +74,7 @@ def get_navigation_items(self, req):
75
74
(
76
75
"mainnav" ,
77
76
"custom_reports" ,
78
- Markup ( '<a href="%s"> Reports</a>' % req .href .wiki ("Reports" )),
77
+ tag . a ( " Reports" , href = req .href .wiki ("Reports" )),
79
78
),
80
79
]
81
80
Original file line number Diff line number Diff line change 1
1
# spam-filter doesn't work without babel (but somehow doesn't list it in its requirements)
2
- Trac [pygments, babel ]== 1.4.4
2
+ Trac [pygments, babel ]== 1.6.0
3
3
dnspython == 1.15
4
- spambayes == 1.1b1
5
- psycopg2 == 2.7.6.1 --no-binary =psycopg2
6
- docutils == 0.14
4
+ psycopg2 == 2-2.9.9
5
+ #docutils==0.14
7
6
Django == 1.11.29
8
7
libsass == 0.17.0
9
- Genshi == 0.7.7 # still required by some plugins
10
8
11
9
# Trac plugins
12
- https://trac.edgewall.org/browser/plugins/1.4 /spam-filter?format=zip
13
- # TracXMLRPC from PyPI does not (yet) have a 1.2.0 release (compatible with Trac 1.4)
10
+ https://trac.edgewall.org/browser/plugins/trunk /spam-filter?rev=17752& format=zip
11
+ # TracXMLRPC from PyPI does not (yet) have a 1.2.0 release (compatible with Trac >= 1.4)
14
12
https://trac-hacks.org/browser/xmlrpcplugin/trunk?rev=18591&format=zip
15
13
16
- oauthlib == 2.1.0
17
- requests == 2.20.1
18
- requests-oauthlib == 1.0.0
19
- trac-github == 2.3
14
+ # No pypi release compatible with trac 1.6 yet
15
+ trac-github [oauth ] @ git+https://github.com/trac-hacks/trac-github.git@004b382bb3c76c4d52a04aaaf57d00807e14f0d2
20
16
21
17
gunicorn == 19.10.0
22
18
sentry-sdk == 1.11.0
You can’t perform that action at this time.
0 commit comments