Package Release Info

python-managesieve-0.6-bp153.1.17

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-managesieve
python3-managesieve

Change Logs

Version: 0.6-bp152.2.1
* Mon May 25 2020 Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
* Wed Feb 20 2019 Tomá? Chvátal <tchvatal@suse.com>
- Add conflict with perl-Cyrus-SIEVE-managesieve which
  provides the same binary
* Fri Dec 14 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 2018 tchvatal@suse.com
- Make sure to pull in full python with SSL support on python2
* Fri Jun 15 2018 toddrme2178@gmail.com
- Doesn't need python-devel at build time.
* Mon May 28 2018 mcepl@suse.com
- Clean SPEC with spec-cleaner (unfortunately py3k still switched off)
- Enable tests
* Thu Aug 24 2017 jmatejek@suse.com
- singlespec auto-conversion
Version: 0.5-bp150.2.4
* Mon Jul 13 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 2013 speilicke@suse.com
- Require python-setuptools instead of distribute (upstreams merged)
* Sun Mar 24 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 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 2012 saschpe@suse.de
- Update license to "GPL-2.0+ and Python-2.0" (bnc#741277)
* Thu Jan 12 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 2012 coolo@suse.com
- change license to be in spdx.org format
* Fri Nov 26 2010 gber@opensuse.org
- added separate changelog
* Fri Jan 22 2010 guido+opensuse.org@berhoerster.name
- Specified build dependencies more precisely
* Thu Jan 07 2010 guido+opensuse.org@berhoerster.name
- Update to version 0.4.2
  - includes the fix for socket.ssl deprecation warnings
* Wed Dec 30 2009 guido+opensuse.org@berhoerster.name
- Added patch to fix socket.ssl deprecation warnings on Python
  >= 2.6
* Thu Dec 24 2009 guido+opensuse.org@berhoerster.name
- initial packaging of python-managesieve