From c8a02f6904a0d555dc8e94acd483c50acc58a97dc6ca09976ce25fb36cf095ee Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 18 Jan 2017 13:58:51 +0000 Subject: [PATCH] Accepting request 450348 from home:frispete:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to version 3.11.2 (2017-01-12) - Run tests with python 3.5 and 3.6. [geier] - Allow tests failing with pypy3 on travis.ci. [geier] - update to version 3.11.1 (2016-12-19) - Encode error message before adding it to the stack of collected error messages. - update to version 3.11 (2016-11-18) - Successfully test with pypy and pypy3. [gforcada] - Minor documentation update. [tpltnt] - update to version 3.10 (2016-05-26) - Updated components description to better comply with RFC 5545. Refs #183. [stlaz] - Added PERIOD value type to date types. Also fixes incompatibilities described in #184. Refs #189. [stlaz] - Fix testsuite for use with dateutil>=2.5. Refs #195. [untitaker] - Reintroduce cal.Component.is_broken that was removed with 3.9.2. Refs #185. [geier] - update to version 3.9.2 (2016-02-05) - Defined test_suite in setup.py. Now tests can be run via python setup.py test. [geier] - Fixed cal.Component.from_ical() representing an unknown component as one of the known. [stlaz] - Fixed possible IndexError exception during parsing of an ical string. [stlaz] - When doing a boolean test on icalendar.cal.Component, always return True. Before it was returning False due to CaselessDict, if it didn’t contain any items. [stlaz] - Fixed date-time being recognized as date or time during parsing. Added better error handling to parsing from ical strings. [stlaz] - Added __version__ attribute to init.py. [TomTry] - Documentation fixes. [TomTry] OBS-URL: https://build.opensuse.org/request/show/450348 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=40 --- icalendar-3.11.2.tar.gz | 3 +++ icalendar-3.9.1.tar.gz | 3 --- python-icalendar.changes | 39 +++++++++++++++++++++++++++++++++++++++ python-icalendar.spec | 6 +++--- 4 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 icalendar-3.11.2.tar.gz delete mode 100644 icalendar-3.9.1.tar.gz diff --git a/icalendar-3.11.2.tar.gz b/icalendar-3.11.2.tar.gz new file mode 100644 index 0000000..c13cb62 --- /dev/null +++ b/icalendar-3.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1df994cc0fe7ce63fec7adf1d9b3074b784faf3b1e702e7112cfb4b2f12c9f +size 74839 diff --git a/icalendar-3.9.1.tar.gz b/icalendar-3.9.1.tar.gz deleted file mode 100644 index 9f8186f..0000000 --- a/icalendar-3.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8e05184f943713cbd56e7f1bb122b9befa3fd1e175eaef72abecb21db67193a -size 63629 diff --git a/python-icalendar.changes b/python-icalendar.changes index 552b793..468fb8e 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Sat Jan 14 18:34:28 UTC 2017 - hpj@urpla.net + +- update to version 3.11.2 (2017-01-12) + - Run tests with python 3.5 and 3.6. [geier] + - Allow tests failing with pypy3 on travis.ci. [geier] + +- update to version 3.11.1 (2016-12-19) + - Encode error message before adding it to the stack of collected error + messages. + +- update to version 3.11 (2016-11-18) + - Successfully test with pypy and pypy3. [gforcada] + - Minor documentation update. [tpltnt] + +- update to version 3.10 (2016-05-26) + - Updated components description to better comply with RFC 5545. Refs #183. + [stlaz] + - Added PERIOD value type to date types. Also fixes incompatibilities + described in #184. Refs #189. [stlaz] + - Fix testsuite for use with dateutil>=2.5. Refs #195. [untitaker] + - Reintroduce cal.Component.is_broken that was removed with 3.9.2. Refs #185. + [geier] + +- update to version 3.9.2 (2016-02-05) + - Defined test_suite in setup.py. Now tests can be run via python setup.py + test. [geier] + - Fixed cal.Component.from_ical() representing an unknown component as one of + the known. [stlaz] + - Fixed possible IndexError exception during parsing of an ical string. [stlaz] + - When doing a boolean test on icalendar.cal.Component, always return True. + Before it was returning False due to CaselessDict, if it didn’t contain any + items. [stlaz] + - Fixed date-time being recognized as date or time during parsing. Added + better error handling to parsing from ical strings. [stlaz] + - Added __version__ attribute to init.py. [TomTry] + - Documentation fixes. [TomTry] + - Pep 8, UTF 8 headers, dict/list calls to literals. [thet] + ------------------------------------------------------------------- Tue Mar 29 22:32:54 UTC 2016 - dmueller@suse.com diff --git a/python-icalendar.spec b/python-icalendar.spec index d7a3012..22c165d 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -1,7 +1,7 @@ # # spec file for package python-icalendar # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 7/2011 - now open-slx GmbH # Copyright (c) 2009 - 7/2011 Sascha Manns # @@ -20,12 +20,12 @@ %define modname icalendar Name: python-%{modname} -Version: 3.9.1 +Version: 3.11.2 Release: 0 Summary: Python parser/generator of iCalendar files package +# please see https://github.com/collective/icalendar/issues/2 for re-licensing discussion 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build