Changelog for
python3-managesieve-0.6-51.1.noarch.rpm :
Fri Dec 14 13:00:00 2018 Marcus Rueckert
- update to version 0.6 (boo#1119567)
- general
- Add support for Python 3. Minimum required Python version is
now Python 2.7.
- Documentation is extended and includes API documentation.
- sieveshell
- Security fix: No longer leak environment variable
SIEVE_PASSWORD when displaying usage help.
- Per default enforce secure transport. Suggested by Jan
Zerebecki.
- Add possibility to use username/password from the .netrc
file. The order is: command line options -> environment
variables -> .netrc file -> ask user. Thanks to Grégoire
Détrez.
- managesieve
- Fail if TLS is requested, but server doesn\'t support TLS.
Suggested by Jan Zerebecki.
- project
- Rework and enhance test-suite. Thanks to Matěj Cepl for
nudging to proper pytest integration.
- Lots if internal cleanup.
- drop python-managesieve-remove-ez_setup.patch
- enable python3 support
- unversioned script will be in the python3 package
- use gitlab tarball
Wed Aug 29 14:00:00 2018 tchvatalAATTsuse.com
- Make sure to pull in full python with SSL support on python2
Fri Jun 15 14:00:00 2018 toddrme2178AATTgmail.com
- Doesn\'t need python-devel at build time.
Mon May 28 14:00:00 2018 mceplAATTsuse.com
- Clean SPEC with spec-cleaner (unfortunately py3k still switched off)
- Enable tests
Thu Aug 24 14:00:00 2017 jmatejekAATTsuse.com
- singlespec auto-conversion
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