File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ include AUTHORS.txt
2+ include LICENSE.txt
3+ include README.rst
4+ include CHANGELOG.txt
5+ include varnish.py
6+ include bin/varnish_manager
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Simple Python interface for the Varnish management port
88
99::
1010
11- pip install python-varnish==0.2.0
11+ pip install python-varnish==0.2.1
1212
1313If you are running a version of varnish older than 3.0 then install python-varnish==0.1.2 instead.
1414
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'python-varnish' ,
5- version = '0.2.0 ' ,
5+ version = '0.2.1 ' ,
66 long_description = open ('README.rst' ).read (),
77 description = 'Simple Python interface for the Varnish management port' ,
88 author = 'Justin Quick' ,
Original file line number Diff line number Diff line change 3535from threading import Thread
3636from httplib import HTTPConnection
3737from urlparse import urlparse
38+ from hashlib import sha256
3839import logging
3940
4041
You can’t perform that action at this time.
0 commit comments