Hello community,

here is the log from the commit of package python-icalendar for 
openSUSE:Factory checked in at 2013-02-11 11:12:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-icalendar (Old)
 and      /work/SRC/openSUSE:Factory/.python-icalendar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-icalendar", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes        
2012-09-11 09:16:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-icalendar.new/python-icalendar.changes   
2013-02-11 11:12:13.000000000 +0100
@@ -1,0 +2,25 @@
+Sat Feb  9 15:46:49 UTC 2013 - [email protected]
+
+- Update to version 3.3:
+  * Drop support for Python < 2.6.
+  * Allow vGeo to be instantiated with list and not only tuples of geo
+    coordinates. Fixes #83.
+  * Don't force to pass a list to vDDDLists and allow setting individual
+    RDATE and EXDATE values without having to wrap them in a list.
+  * Fix encoding function to allow setting RDATE and EXDATE values and not
+    to have bypass encoding with an icalendar property.
+  * Allow setting of timezone for vDDDLists and support timezone properties
+    for RDATE and EXDATE component properties.
+  * Move setting of TZID properties to vDDDTypes, where it belongs to.
+  * Use @staticmethod decorator instead of wrapper function.
+  * Extend quoting of parameter values to all of those characters: ",;: ’'".
+    This fixes an outlook incompatibility with some characters. Fixes: #79, 
Fixes: #81.
+  * Define VTIMETZONE subcomponents STANDARD and DAYLIGHT for RFC5545 
compliance.
+- Remove the "Clean" section, useless.
+
+-------------------------------------------------------------------
+Wed Jan  2 19:44:41 UTC 2013 - [email protected]
+
+- Fix building on SLES
+
+-------------------------------------------------------------------

Old:
----
  icalendar-3.1.tar.gz

New:
----
  icalendar-3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-icalendar.spec ++++++
--- /var/tmp/diff_new_pack.gyslsl/_old  2013-02-11 11:12:27.000000000 +0100
+++ /var/tmp/diff_new_pack.gyslsl/_new  2013-02-11 11:12:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-icalendar
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 7/2011 - now  open-slx GmbH <[email protected]>
 # Copyright (c) 2009 - 7/2011 Sascha Manns <[email protected]> 
 #
@@ -20,7 +20,7 @@
 
 %define        modname icalendar
 Name:           python-%{modname}
-Version:        3.1
+Version:        3.3
 Release:        0
 Summary:        Python parser/generator of iCalendar files package
 # please see https://github.com/collective/icalendar/issues/2 for re-licensing 
discussion
@@ -35,7 +35,7 @@
 BuildRequires:  python-pytz
 %{py_requires}
 %if 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %else
 BuildArch:      noarch
 %endif
@@ -56,9 +56,6 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc README.rst docs/changelog.rst

++++++ icalendar-3.1.tar.gz -> icalendar-3.3.tar.gz ++++++
++++ 2928 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to