Accepting request 206299 from server:Kolab:Extras
New upstream release 3.5 OBS-URL: https://build.opensuse.org/request/show/206299 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
9892760663
commit
84cf257d97
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68ac21ff1ac30a4a66f05817fb4ac3bc2af3c15e3eae68d5d5164963a17ee5bd
|
||||
size 60268
|
||||
3
icalendar-3.5.tar.gz
Normal file
3
icalendar-3.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1e686066feff355f2cbde1689c5a062e2f9ef31cfb77b7ac642a695fe44e103
|
||||
size 54748
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 13:53:51 UTC 2013 - aj@ajaissle.de
|
||||
|
||||
- New upstream release 3.5
|
||||
- Changelog for 3.5
|
||||
* Let to_unicode be more graceful for non-unicode strings, as like CMFPlone’s safe_unicode does it. [thet]
|
||||
- Changelog for 3.4
|
||||
* Switch to unicode internally. This should fix all en/decoding errors. [thet]
|
||||
* Support for non-ascii parameter values. Fixes #88. [warvariuc]
|
||||
* Added functions to transform chars in string with ‘\’ + any of r’,;:’ chars into ‘%{:02X}’ form to avoid splitting on chars escaped with ‘\’. [warvariuc]
|
||||
* Allow seconds in vUTCOffset properties. Fixes #55. [thet]
|
||||
* Let Component.decode better handle vRecur and vDDDLists properties. Fixes #70. [thet]
|
||||
* Don’t let Component.add re-encode already encoded values. This simplifies the API, since there is no need explicitly pass encode=False. Fixes #82. [thet]
|
||||
* Rename tzinfo_from_dt to tzid_from_dt, which is what it does. [thet]
|
||||
* More support for dateutil parsed tzinfo objects. Fixes #89. [leo-naeka]
|
||||
* Remove python-dateutil version fix at all. Current python-dateutil has Py3 and Py2 compatibility. [thet]
|
||||
* Declare the required python-dateutil dependency in setup.py. Fixes #90. [kleink]
|
||||
* Raise test coverage. [thet]
|
||||
* Remove interfaces module, as it is unused. [thet]
|
||||
* Remove test_doctests.py, test suite already created properly in test_icalendar.py. [rnix]
|
||||
* Transformed doctests into unittests, Test fixes and cleanup. [warvariuc]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:06:45 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
%define modname icalendar
|
||||
Name: python-%{modname}
|
||||
Version: 3.3
|
||||
Version: 3.5
|
||||
Release: 0
|
||||
Summary: Python parser/generator of iCalendar files package
|
||||
License: BSD-2-Clause
|
||||
|
||||
Reference in New Issue
Block a user