From 69ead5f1b200b56fc44b5274c99ee7779a08e2d0f544fb6bbea3280b9304f23c Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 25 Sep 2015 15:23:47 +0000
Subject: [PATCH] Accepting request 333778 from
home:stroeder:branches:devel:languages:python
update to 3.9.1
OBS-URL: https://build.opensuse.org/request/show/333778
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=33
---
icalendar-3.9.0.tar.gz | 3 ---
icalendar-3.9.1.tar.gz | 3 +++
python-icalendar.changes | 11 +++++++++++
python-icalendar.spec | 2 +-
4 files changed, 15 insertions(+), 4 deletions(-)
delete mode 100644 icalendar-3.9.0.tar.gz
create mode 100644 icalendar-3.9.1.tar.gz
diff --git a/icalendar-3.9.0.tar.gz b/icalendar-3.9.0.tar.gz
deleted file mode 100644
index 68ec241..0000000
--- a/icalendar-3.9.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:93d0b94eab23d08f62962542309916a9681f16de3d5eca1c75497f30f1b07792
-size 62627
diff --git a/icalendar-3.9.1.tar.gz b/icalendar-3.9.1.tar.gz
new file mode 100644
index 0000000..9f8186f
--- /dev/null
+++ b/icalendar-3.9.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d8e05184f943713cbd56e7f1bb122b9befa3fd1e175eaef72abecb21db67193a
+size 63629
diff --git a/python-icalendar.changes b/python-icalendar.changes
index 536ef1b..a740b0a 100644
--- a/python-icalendar.changes
+++ b/python-icalendar.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Fri Sep 25 13:27:07 UTC 2015 - michael@stroeder.com
+
+- Update to 3.9.1:
+ - Fix vPeriod.__repr__. [spacekpe]
+ - Improve foldline() performance. This improves the foldline
+ performance, especially for large strings like base64-encoded
+ inline attachements. In some cases (1MB string) from 7 Minutes
+ to less than 20ms for ASCII data and 500ms for non-ASCII data.
+ Ref: #163. [emfree]
+
-------------------------------------------------------------------
Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com
diff --git a/python-icalendar.spec b/python-icalendar.spec
index ec65e28..c6c384a 100644
--- a/python-icalendar.spec
+++ b/python-icalendar.spec
@@ -20,7 +20,7 @@
%define modname icalendar
Name: python-%{modname}
-Version: 3.9.0
+Version: 3.9.1
Release: 0
Summary: Python parser/generator of iCalendar files package
License: BSD-2-Clause