15
0

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
This commit is contained in:
Denisart Benjamin
2015-09-25 15:23:47 +00:00
committed by Git OBS Bridge
parent 4472780044
commit 69ead5f1b2
4 changed files with 15 additions and 4 deletions

View File

@@ -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