Changelog for
python-managesieve-0.5-36.4.noarch.rpm :
Mon Jul 13 14:00:00 2015 nemysisAATTgmx.ch
- license update: GPL-3.0+ No indication that this is GPL-3.0 (only)
- Change Url from PyPI to https://pythonhosted.org/managesieve/
- Use %{oname} instead of managesieve
- Add sed, Fix URL
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Sun Mar 24 13:00:00 2013 gberAATTopensuse.org
- update to version 0.5
- sieveshell:
- Changed default port for the MANAGESIEVE protocol to 4190 as
proposed by RFC 5804. Thanks to Guido Berhoerster for
submitting the patch.
- Added option --port. Thanks to Damien Aumaitre for submitting
the patch and to Guido Berhoerster for an enhancement.
- Added option --verbose for controlling debug output in
managesieve. May be given several times to increase
verbosity.
- managesieve
- Switched to Python standard logging system. This introduces a
minor interface change: MANAGESIEVE.debug and global Debug
are gone. See source for information about debugging log
levels.
- remove obsolete python-managesieve-add-port-to-sieveshell.patch
and python-managesieve-default-port.patch
- sieveshell is now licensed under GPL-3.0
- added python-managesieve-remove-ez_setup.patch in order to remove
unnecessary ez_setup usage
Sun Mar 24 13:00:00 2013 gberAATTopensuse.org
- add python-managesieve-add-port-to-sieveshell.patch which adds
a --port option to sieveshell for overriding the default port
(bnc#811230)
- add python-managesieve-default-port.patch which changes the
default port to 4190 as specified by RFC 5804
- update metadata
Tue Jan 17 13:00:00 2012 saschpeAATTsuse.de
- Update license to \"GPL-2.0+ and Python-2.0\" (bnc#741277)
Thu Jan 12 13:00:00 2012 saschpeAATTsuse.de
- Spec file cleanup:
* BuildRequire python-distribute instead of setuptools
* Removed %clean section (has sane default)
* Removed authors from description
* Ran spec-cleaner
Thu Jan 12 13:00:00 2012 cooloAATTsuse.com
- change license to be in spdx.org format
Fri Nov 26 13:00:00 2010 gberAATTopensuse.org
- added separate changelog
Fri Jan 22 13:00:00 2010 guido+opensuse.orgAATTberhoerster.name
- Specified build dependencies more precisely
Thu Jan 7 13:00:00 2010 guido+opensuse.orgAATTberhoerster.name
- Update to version 0.4.2
- includes the fix for socket.ssl deprecation warnings
Wed Dec 30 13:00:00 2009 guido+opensuse.orgAATTberhoerster.name
- Added patch to fix socket.ssl deprecation warnings on Python
>= 2.6
Thu Dec 24 13:00:00 2009 guido+opensuse.orgAATTberhoerster.name
- initial packaging of python-managesieve