From c014e8e56b3887b78e8ca724ef5983ad0a75076ea9626eb85bff257965f95a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 6 Nov 2014 08:25:57 +0000 Subject: [PATCH] Accepting request 259799 from home:seilerphilipp updated package to newest version OBS-URL: https://build.opensuse.org/request/show/259799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=27 --- icalendar-3.5.tar.gz | 3 --- icalendar-3.8.4.zip | 3 +++ python-icalendar.changes | 37 +++++++++++++++++++++++++++++++++++++ python-icalendar.spec | 9 +++++---- 4 files changed, 45 insertions(+), 7 deletions(-) delete mode 100644 icalendar-3.5.tar.gz create mode 100644 icalendar-3.8.4.zip diff --git a/icalendar-3.5.tar.gz b/icalendar-3.5.tar.gz deleted file mode 100644 index 10b2972..0000000 --- a/icalendar-3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fc1094896b9dcdfc87b5c07ec4a4dd3b65b70c1650e91884eff96ccb9e89ea9 -size 59780 diff --git a/icalendar-3.8.4.zip b/icalendar-3.8.4.zip new file mode 100644 index 0000000..466a9e8 --- /dev/null +++ b/icalendar-3.8.4.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7034e184ef3f9010f074410cea11b68fa93ef847f3fb185be41d6bd261c9cbb8 +size 91925 diff --git a/python-icalendar.changes b/python-icalendar.changes index b71476d..e1cbc7b 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Wed Nov 5 10:14:04 UTC 2014 - seiler@b1-systems.de + +update to version 3.8.4 changelog from 3.5 +- 3.8.4 (2014-11-01) + * Add missing BYWEEKNO to recurrence rules. [russkel] +- 3.8.3 (2014-08-26) + * PERCENT property in VTODO renamed to PERCENT-COMPLETE, according to RFC5545. [thomascube] +- 3.8.2 (2014-07-22) + * Exclude editor backup files from egg distributions. Fixes #144. [thet] +- 3.8.1 (2014-07-17) + * The representation of CaselessDicts in 3.8 changed the name attribute of Components and therefore broke the external API. This has been fixed. [untitaker] +- 3.8 (2014-07-17) + * Allow dots in property names (Needed for vCard compatibility). Refs #143. [untitaker] + * Change class representation for CaselessDict objects to always include the class name or the class' name attribute, if available. Also show subcomponents for Component objects. [thet] + * Don't use data_encode for CaselessDict class representation but use dict's __repr__ method. [t-8ch] + * Handle parameters with multiple values, which is needed for vCard 3.0. Refs #142. [t-8ch] +- 3.7 (2014-06-02) + * For components with ignore_exceptions set to True, mark unparseable lines as broken instead rising a ValueError. VEVENT components have ignore_exceptions set to True by default. Ref #131. Fixes #104. [jkiang13] + * Make python-dateutil a soft-dependency. [boltnev] + * Add optional sorted parameter to Component.to_ical. Setting it to false allows the user to preserve the original property and parameter order. Ref #136. Fixes #133. [untitaker] + * Fix tests for latest pytz. Don't set tzinfo directly on datetime objects, but use pytz's localize function. Ref #138. [untitaker, thet] + * Remove incorrect use of __all__. We don't encourage using from package import * imports. Fixes #129. [eric-wieser] +- 3.6.2 (2014-04-05) + * Pep8 and cleanup. [lasudry] +- 3.6.1 (2014-01-13) + * Open text files referenced by setup.py as utf-8, no matter what the locale settings are set to. Fixes #122. [sochotnicky] + * Add tox.ini to source tarball, which simplifies testing for in distributions. [sochotnicky] +- 3.6 (2014-01-06) + * Python3 (3.3+) + Python 2 (2.6+) support [geier] + * Made sure to_ical() always returns bytes [geier] + * Support adding lists to a component property, which value already was a list and remove the Component.set method, which was only used by the add method. [thet] + * Remove ability to add property parameters via a value's params attribute when adding via cal.add (that was only possible for custom value objects and makes up a strange API), but support a parameter attribute on cal.add's method signature to pass a dictionary with property parameter key/value pairs. Fixes #116. [thet] + * Backport some of Regebro's changes from his regebro-refactor branch. [thet] + * Raise explicit error on another malformed content line case. [hajdbo] + * Correctly parse datetime component property values with timezone information when parsed from ical strings. [untitaker] + ------------------------------------------------------------------- Sat Nov 9 11:03:21 UTC 2013 - p.drouand@gmail.com diff --git a/python-icalendar.spec b/python-icalendar.spec index 08dc2af..572c942 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -1,7 +1,7 @@ # # spec file for package python-icalendar # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 7/2011 - now open-slx GmbH # Copyright (c) 2009 - 7/2011 Sascha Manns # @@ -20,19 +20,20 @@ %define modname icalendar Name: python-%{modname} -Version: 3.5 +Version: 3.8.4 Release: 0 Summary: Python parser/generator of iCalendar files package 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: https://pypi.python.org/packages/source/i/icalendar/%{modname}-%{version}.tar.gz +Source0: https://pypi.python.org/packages/source/i/icalendar/%{modname}-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python-devel BuildRequires: python-pytz BuildRequires: python-setuptools +BuildRequires: unzip %{py_requires} %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} @@ -58,7 +59,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) -%doc README.rst docs/changelog.rst +%doc README.rst LICENSE.rst CHANGES.rst %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info/