From 03d6ebda353ce95eb67e97ddeeb64a922a561dcbe98607db460520a634393199 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sat, 9 Nov 2013 11:08:28 +0000 Subject: [PATCH] Accepting request 206364 from home:posophe:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use tarball from https://pypi.python.org/ - Fix download link used as source - 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] OBS-URL: https://build.opensuse.org/request/show/206364 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=25 --- icalendar-3.5.tar.gz | 4 ++-- python-icalendar.changes | 6 ++++++ python-icalendar.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/icalendar-3.5.tar.gz b/icalendar-3.5.tar.gz index e41161a..10b2972 100644 --- a/icalendar-3.5.tar.gz +++ b/icalendar-3.5.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1e686066feff355f2cbde1689c5a062e2f9ef31cfb77b7ac642a695fe44e103 -size 54748 +oid sha256:2fc1094896b9dcdfc87b5c07ec4a4dd3b65b70c1650e91884eff96ccb9e89ea9 +size 59780 diff --git a/python-icalendar.changes b/python-icalendar.changes index d8a9193..b71476d 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 9 11:03:21 UTC 2013 - p.drouand@gmail.com + +- Use tarball from https://pypi.python.org/ +- Fix download link used as source + ------------------------------------------------------------------- Fri Nov 8 13:53:51 UTC 2013 - aj@ajaissle.de diff --git a/python-icalendar.spec b/python-icalendar.spec index fa0c2aa..08dc2af 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -27,7 +27,7 @@ License: BSD-2-Clause Group: Development/Languages/Python # please see https://github.com/collective/icalendar/issues/2 for re-licensing discussion Url: http://icalendar.readthedocs.org -Source0: http://pypi.python.org/packages/source/i/%{modname}/%{modname}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/i/icalendar/%{modname}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python-devel