Convert tabs to spaces.

This commit is contained in:
Stuart Gathman
2007-01-22 02:46:01 +00:00
parent 4c72135b0e
commit e5685c6035
3 changed files with 529 additions and 522 deletions
+525 -520
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -177,7 +177,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Fri Jan 05 2007 Stuart Gathman <stuart@bmsi.com> 0.8.8-1 * Fri Jan 05 2007 Stuart Gathman <stuart@bmsi.com> 0.8.8-1
- Move AddrCache, parse_addr, iniplist to Milter package - move AddrCache, parse_addr, iniplist to Milter package
- move parse_header to Milter.utils
- fix plock for missing source and can't change owner/group
- add sample spfmilter.py milter - add sample spfmilter.py milter
* Sat Nov 04 2006 Stuart Gathman <stuart@bmsi.com> 0.8.7-1 * Sat Nov 04 2006 Stuart Gathman <stuart@bmsi.com> 0.8.7-1
- More lame bounce heuristics - More lame bounce heuristics
+1 -1
View File
@@ -15,7 +15,7 @@ if sys.version < '2.2.3':
DistributionMetadata.download_url = None DistributionMetadata.download_url = None
# NOTE: importing Milter to obtain version fails when milter.so not built # NOTE: importing Milter to obtain version fails when milter.so not built
setup(name = "milter", version = '0.8.7', setup(name = "milter", version = '0.8.8',
description="Python interface to sendmail milter API", description="Python interface to sendmail milter API",
long_description="""\ long_description="""\
This is a python extension module to enable python scripts to This is a python extension module to enable python scripts to