forked from pool/python-icalendar
Accepting request 126369 from home:TheBlackCat:branches:devel:languages:python
Update to 3.0.1b2 OBS-URL: https://build.opensuse.org/request/show/126369 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 26 12:54:58 UTC 2012 - toddrme2178@gmail.com
|
||||
|
||||
- Fix building on SLE 11
|
||||
- updated license to BSD-2-Clause
|
||||
- Note 1: The fork has taken over maintainership and is now the
|
||||
official version
|
||||
- Note 2: The previous package was a git version from what was the
|
||||
fork. The git tarball had version number 3.0, but for
|
||||
completeness this changes entry includes changes since the last
|
||||
official release, 2.2
|
||||
- Update to 3.0.1b2
|
||||
* For all TZID parameters in DATE-TIME properties, use timezone
|
||||
identifiers (e.g. Europe/Vienna) instead of timezone names
|
||||
(e.g. CET), as required by RFC5545. Timezone names are used
|
||||
together with timezone identifiers in the Timezone components
|
||||
* Timezone parsing, issues and test fixes.
|
||||
* Since we use pytz for timezones, also use UTC tzinfo object
|
||||
from the pytz library instead of own implementation.
|
||||
- Update to 3.0.1b1
|
||||
* Update Release information.
|
||||
- Update to 3.0
|
||||
* Add API for proper Timezone support. Allow creating ical
|
||||
DATE-TIME strings with timezone information from Python
|
||||
datetimes with pytz based timezone information and vice versa
|
||||
* Unify API to only use to_ical and from_ical and remove string
|
||||
casting as a requirement for Python 3 compatibility:
|
||||
* New: to_ical.
|
||||
* Old: ical, string, as_string and string casting via __str__
|
||||
and str.
|
||||
* New: from_ical.
|
||||
* Old: from_string.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 15 10:34:22 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user