Fixing Python issue to minimum 2.5
This commit is contained in:
parent
15370c9f0c
commit
2683980733
@ -18,4 +18,4 @@
|
|||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
|
|
||||||
from offlineimap import init
|
from offlineimap import init
|
||||||
init.startup('6.1.0')
|
init.startup('6.1.1')
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
offlineimap (6.1.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix minimum Python version. Closes: #535481.
|
||||||
|
|
||||||
|
-- John Goerzen <jgoerzen@complete.org> Thu, 02 Jul 2009 00:03:21 -0500
|
||||||
|
|
||||||
offlineimap (6.1.0) unstable; urgency=low
|
offlineimap (6.1.0) unstable; urgency=low
|
||||||
|
|
||||||
* FIXME: ensure patch from Jim Prior has had docs for signals
|
* FIXME: ensure patch from Jim Prior has had docs for signals
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "6.1.0"
|
versionstr = "6.1.1"
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
major = versionlist[0]
|
major = versionlist[0]
|
||||||
minor = versionlist[1]
|
minor = versionlist[1]
|
||||||
patch = versionlist[2]
|
patch = versionlist[2]
|
||||||
copyright = "Copyright (C) 2002 - 2008 John Goerzen"
|
copyright = "Copyright (C) 2002 - 2009 John Goerzen"
|
||||||
author = "John Goerzen"
|
author = "John Goerzen"
|
||||||
author_email = "jgoerzen@complete.org"
|
author_email = "jgoerzen@complete.org"
|
||||||
description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
|
description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
|
||||||
@ -18,7 +18,7 @@ COPYING for details. This is free software, and you are welcome
|
|||||||
to distribute it under the conditions laid out in COPYING."""
|
to distribute it under the conditions laid out in COPYING."""
|
||||||
|
|
||||||
homepage = "http://software.complete.org/offlineimap/"
|
homepage = "http://software.complete.org/offlineimap/"
|
||||||
license = """Copyright (C) 2002 - 2008 John Goerzen <jgoerzen@complete.org>
|
license = """Copyright (C) 2002 - 2009 John Goerzen <jgoerzen@complete.org>
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user