Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Dear release managers, please approve the upload of tryton-modules-calendar-classification_2.2.1-1. The new version contains the upstream bug fix release [1]. The fixes are for * Convert buffer into string for vobject Mathias [1] http://news.tryton.org/2012/09/maintenance-releases-for-supported.html debdiff attached tryton-modules-calendar-classification/2.2.1-1
diff -Nru tryton-modules-calendar-classification-2.2.0/calendar.py tryton-modules-calendar-classification-2.2.1/calendar.py
--- tryton-modules-calendar-classification-2.2.0/calendar.py 2011-07-06 09:56:12.000000000 +0200
+++ tryton-modules-calendar-classification-2.2.1/calendar.py 2012-08-07 12:37:03.000000000 +0200
@@ -56,7 +56,7 @@
if 'vevent' in record:
vevent = record['vevent']
if vevent:
- vevent = vobject.readOne(vevent)
+ vevent = vobject.readOne(str(vevent))
if hasattr(vevent, 'summary'):
vevent.summary.value = summary
diff -Nru tryton-modules-calendar-classification-2.2.0/CHANGELOG tryton-modules-calendar-classification-2.2.1/CHANGELOG
--- tryton-modules-calendar-classification-2.2.0/CHANGELOG 2011-10-24 19:05:15.000000000 +0200
+++ tryton-modules-calendar-classification-2.2.1/CHANGELOG 2012-09-02 16:02:47.000000000 +0200
@@ -1,3 +1,6 @@
+Version 2.2.1 - 2012-09-02
+* Bug fixes (see mercurial logs for details)
+
Version 2.2.0 - 2011-10-24
* Bug fixes (see mercurial logs for details)
diff -Nru tryton-modules-calendar-classification-2.2.0/COPYRIGHT tryton-modules-calendar-classification-2.2.1/COPYRIGHT
--- tryton-modules-calendar-classification-2.2.0/COPYRIGHT 2011-07-06 09:56:12.000000000 +0200
+++ tryton-modules-calendar-classification-2.2.1/COPYRIGHT 2012-09-02 16:02:23.000000000 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2009-2011 Cédric Krier.
+Copyright (C) 2009-2012 Cédric Krier.
Copyright (C) 2009-2011 Bertrand Chenal.
-Copyright (C) 2009-2011 B2CK SPRL.
+Copyright (C) 2009-2012 B2CK SPRL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff -Nru tryton-modules-calendar-classification-2.2.0/debian/changelog tryton-modules-calendar-classification-2.2.1/debian/changelog
--- tryton-modules-calendar-classification-2.2.0/debian/changelog 2012-06-30 18:11:56.000000000 +0200
+++ tryton-modules-calendar-classification-2.2.1/debian/changelog 2012-09-12 15:55:01.000000000 +0200
@@ -1,3 +1,9 @@
+tryton-modules-calendar-classification (2.2.1-1) unstable; urgency=low
+
+ * Merging upstream version 2.2.1.
+
+ -- Mathias Behrle <mathiasb@m9s.biz> Wed, 12 Sep 2012 15:55:01 +0200
+
tryton-modules-calendar-classification (2.2.0-2) unstable; urgency=low
[ Mathias Behrle ]
diff -Nru tryton-modules-calendar-classification-2.2.0/PKG-INFO tryton-modules-calendar-classification-2.2.1/PKG-INFO
--- tryton-modules-calendar-classification-2.2.0/PKG-INFO 2011-10-24 19:05:36.000000000 +0200
+++ tryton-modules-calendar-classification-2.2.1/PKG-INFO 2012-09-02 16:02:51.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond_calendar_classification
-Version: 2.2.0
+Version: 2.2.1
Summary: Handle classification of event
Home-page: http://www.tryton.org/
Author: B2CK
diff -Nru tryton-modules-calendar-classification-2.2.0/trytond_calendar_classification.egg-info/PKG-INFO tryton-modules-calendar-classification-2.2.1/trytond_calendar_classification.egg-info/PKG-INFO
--- tryton-modules-calendar-classification-2.2.0/trytond_calendar_classification.egg-info/PKG-INFO 2011-10-24 19:05:36.000000000 +0200
+++ tryton-modules-calendar-classification-2.2.1/trytond_calendar_classification.egg-info/PKG-INFO 2012-09-02 16:02:50.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: trytond-calendar-classification
-Version: 2.2.0
+Version: 2.2.1
Summary: Handle classification of event
Home-page: http://www.tryton.org/
Author: B2CK
diff -Nru tryton-modules-calendar-classification-2.2.0/__tryton__.py tryton-modules-calendar-classification-2.2.1/__tryton__.py
--- tryton-modules-calendar-classification-2.2.0/__tryton__.py 2011-10-24 19:05:26.000000000 +0200
+++ tryton-modules-calendar-classification-2.2.1/__tryton__.py 2011-10-24 19:07:25.000000000 +0200
@@ -9,7 +9,7 @@
'name_es_ES' : 'Clasificación del calendario',
'name_fr_FR' : 'Classification calendrier',
'name_ru_RU' : 'Ð?лаÑ?Ñ?иÑ?икаÑ?иÑ? по календаÑ?Ñ?',
- 'version' : '2.2.0',
+ 'version' : '2.2.1',
'author' : 'B2CK',
'email': 'info@b2ck.com',
'website': 'http://www.tryton.org/',
Attachment:
signature.asc
Description: PGP signature