15
0

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:
Todd R
2012-06-27 18:43:26 +00:00
committed by Git OBS Bridge
parent 46e0eb10d2
commit ff4d223abd
4 changed files with 57 additions and 47 deletions

View File

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