Hello community,
here is the log from the commit of package python-managesieve for
openSUSE:Factory checked in at 2013-04-05 07:36:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-managesieve (Old)
and /work/SRC/openSUSE:Factory/.python-managesieve.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-managesieve", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-managesieve/python-managesieve.changes
2012-01-19 09:44:21.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-managesieve.new/python-managesieve.changes
2013-04-05 07:37:22.000000000 +0200
@@ -1,0 +2,34 @@
+Sun Mar 24 17:21:32 UTC 2013 - [email protected]
+
+- 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 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
managesieve-0.4.2.tar.bz2
New:
----
managesieve-0.5.tar.bz2
python-managesieve-remove-ez_setup.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-managesieve.spec ++++++
--- /var/tmp/diff_new_pack.IJK6xo/_old 2013-04-05 07:37:24.000000000 +0200
+++ /var/tmp/diff_new_pack.IJK6xo/_new 2013-04-05 07:37:24.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-managesieve
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 Guido Berhoerster.
#
# All modifications and additions to the file contributed by third parties
@@ -18,13 +18,15 @@
Name: python-managesieve
-Version: 0.4.2
+Version: 0.5
Release: 0
Summary: Python Module Implementing the ManageSieve Protocol
-License: GPL-2.0+ and Python-2.0
+License: GPL-3.0 and Python-2.0
Group: Development/Libraries/Python
-Url: http://python-managesieve.origo.ethz.ch/wiki/python_managesieve
-Source:
http://download.origo.ethz.ch/python-managesieve/1573/managesieve-0.4.2.tar.bz2
+Url: https://pypi.python.org/pypi/managesieve
+Source:
https://pypi.python.org/packages/source/m/managesieve/managesieve-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE python-managesieve-remove-ez_setup.patch
[email protected] -- Remove unnecessary ez_setup usage
+Patch0: python-managesieve-remove-ez_setup.patch
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -40,6 +42,7 @@
%prep
%setup -q -n managesieve-%{version}
+%patch0 -p1
%build
python setup.py build
@@ -49,7 +52,7 @@
%files
%defattr(-,root,root,-)
-%doc draft-martin-managesieve-07.txt HISTORY README TODO
+%doc README.txt
%{_bindir}/sieveshell
%{python_sitelib}/*
++++++ managesieve-0.4.2.tar.bz2 -> managesieve-0.5.tar.bz2 ++++++
++++ 6344 lines of diff (skipped)
++++++ python-managesieve-remove-ez_setup.patch ++++++
Index: managesieve-0.5/setup.py
===================================================================
--- managesieve-0.5.orig/setup.py
+++ managesieve-0.5/setup.py
@@ -3,8 +3,8 @@
"""Setup script for the managesieve"""
-import ez_setup
-ez_setup.use_setuptools()
+#import ez_setup
+#ez_setup.use_setuptools()
from setuptools import setup
description = "ManageSieve client library for remotely managing Sieve scripts"
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]