File python-managesieve.changes of Package python-managesieve
-------------------------------------------------------------------
Mon May 25 06:50:44 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Wed Feb 20 09:21:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add conflict with perl-Cyrus-SIEVE-managesieve which
provides the same binary
-------------------------------------------------------------------
Fri Dec 14 16:22:31 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
- 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 08:26:46 UTC 2018 - tchvatal@suse.com
- Make sure to pull in full python with SSL support on python2
-------------------------------------------------------------------
Fri Jun 15 21:26:46 UTC 2018 - toddrme2178@gmail.com
- Doesn't need python-devel at build time.
-------------------------------------------------------------------
Mon May 28 16:36:47 UTC 2018 - mcepl@suse.com
- Clean SPEC with spec-cleaner (unfortunately py3k still switched off)
- Enable tests
-------------------------------------------------------------------
Thu Aug 24 13:45:12 UTC 2017 - jmatejek@suse.com
- singlespec auto-conversion
-------------------------------------------------------------------
Mon Jul 13 08:44:58 UTC 2015 - nemysis@gmx.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 11:08:15 UTC 2013 - speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
-------------------------------------------------------------------
Sun Mar 24 17:21:32 UTC 2013 - gber@opensuse.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 09:53:58 UTC 2013 - gber@opensuse.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 10:37:38 UTC 2012 - saschpe@suse.de
- Update license to "GPL-2.0+ and Python-2.0" (bnc#741277)
-------------------------------------------------------------------
Thu Jan 12 14:36:45 UTC 2012 - saschpe@suse.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 11:31:10 UTC 2012 - coolo@suse.com
- change license to be in spdx.org format
-------------------------------------------------------------------
Fri Nov 26 17:37:56 UTC 2010 - gber@opensuse.org
- added separate changelog
-------------------------------------------------------------------
Fri Jan 22 00:00:00 UTC 2010 - guido+opensuse.org@berhoerster.name
- Specified build dependencies more precisely
-------------------------------------------------------------------
Thu Jan 07 00:00:00 UTC 2010 - guido+opensuse.org@berhoerster.name
- Update to version 0.4.2
- includes the fix for socket.ssl deprecation warnings
-------------------------------------------------------------------
Wed Dec 30 00:00:00 UTC 2009 - guido+opensuse.org@berhoerster.name
- Added patch to fix socket.ssl deprecation warnings on Python
>= 2.6
-------------------------------------------------------------------
Wed Dec 24 00:00:00 UTC 2009 - guido+opensuse.org@berhoerster.name
- initial packaging of python-managesieve