Hello community,
here is the log from the commit of package python-icalendar for
openSUSE:Factory checked in at 2020-06-10 00:45:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-icalendar (Old)
and /work/SRC/openSUSE:Factory/.python-icalendar.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-icalendar"
Wed Jun 10 00:45:28 2020 rev:29 rq:810895 version:4.0.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes
2020-05-26 17:49:40.607927421 +0200
+++
/work/SRC/openSUSE:Factory/.python-icalendar.new.3606/python-icalendar.changes
2020-06-10 00:45:35.570510916 +0200
@@ -1,0 +2,6 @@
+Tue Jun 2 16:19:43 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 4.0.6:
+ - Use ``vText`` as default type, when convert recurrence definition to ical
string. [kam193]
+
+-------------------------------------------------------------------
Old:
----
icalendar-4.0.5.tar.gz
New:
----
icalendar-4.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-icalendar.spec ++++++
--- /var/tmp/diff_new_pack.4bIQwM/_old 2020-06-10 00:45:36.990514460 +0200
+++ /var/tmp/diff_new_pack.4bIQwM/_new 2020-06-10 00:45:36.994514470 +0200
@@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname icalendar
Name: python-%{modname}
-Version: 4.0.5
+Version: 4.0.6
Release: 0
Summary: Python parser/generator of iCalendar files package
License: BSD-2-Clause
++++++ icalendar-4.0.5.tar.gz -> icalendar-4.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/CHANGES.rst
new/icalendar-4.0.6/CHANGES.rst
--- old/icalendar-4.0.5/CHANGES.rst 2020-03-21 01:56:31.000000000 +0100
+++ new/icalendar-4.0.6/CHANGES.rst 2020-05-06 23:01:23.000000000 +0200
@@ -1,6 +1,14 @@
Changelog
=========
+4.0.6 (2020-05-06)
+------------------
+
+Bug fixes:
+
+- Use ``vText`` as default type, when convert recurrence definition to ical
string. [kam193]
+
+
4.0.5 (2020-03-21)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/PKG-INFO new/icalendar-4.0.6/PKG-INFO
--- old/icalendar-4.0.5/PKG-INFO 2020-03-21 01:56:32.000000000 +0100
+++ new/icalendar-4.0.6/PKG-INFO 2020-05-06 23:01:24.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.5
+Version: 4.0.6
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,14 @@
Changelog
=========
+ 4.0.6 (2020-05-06)
+ ------------------
+
+ Bug fixes:
+
+ - Use ``vText`` as default type, when convert recurrence definition to
ical string. [kam193]
+
+
4.0.5 (2020-03-21)
------------------
@@ -822,6 +830,7 @@
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/docs/credits.rst
new/icalendar-4.0.6/docs/credits.rst
--- old/icalendar-4.0.5/docs/credits.rst 2020-03-21 01:56:31.000000000
+0100
+++ new/icalendar-4.0.6/docs/credits.rst 2020-05-06 23:01:23.000000000
+0200
@@ -55,6 +55,7 @@
- Andreas Ruppen <[email protected]>
- Clive Stevens <[email protected]>
- Dalton Durst <[email protected]>
+- Kamil MaĆkowski <[email protected]>
Find out who contributed::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/setup.py new/icalendar-4.0.6/setup.py
--- old/icalendar-4.0.5/setup.py 2020-03-21 01:56:31.000000000 +0100
+++ new/icalendar-4.0.6/setup.py 2020-05-06 23:01:23.000000000 +0200
@@ -43,6 +43,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/src/icalendar/__init__.py
new/icalendar-4.0.6/src/icalendar/__init__.py
--- old/icalendar-4.0.5/src/icalendar/__init__.py 2020-03-21
01:56:31.000000000 +0100
+++ new/icalendar-4.0.6/src/icalendar/__init__.py 2020-05-06
23:01:23.000000000 +0200
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-__version__ = '4.0.5'
+__version__ = '4.0.6'
from icalendar.cal import (
Calendar,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/src/icalendar/prop.py
new/icalendar-4.0.6/src/icalendar/prop.py
--- old/icalendar-4.0.5/src/icalendar/prop.py 2020-03-21 01:56:31.000000000
+0100
+++ new/icalendar-4.0.6/src/icalendar/prop.py 2020-05-06 23:01:23.000000000
+0200
@@ -673,7 +673,7 @@
def to_ical(self):
result = []
for key, vals in self.sorted_items():
- typ = self.types[key]
+ typ = self.types.get(key, vText)
if not isinstance(vals, SEQUENCE_TYPES):
vals = [vals]
vals = b','.join(typ(val).to_ical() for val in vals)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/icalendar-4.0.5/src/icalendar/tests/test_unit_prop.py
new/icalendar-4.0.6/src/icalendar/tests/test_unit_prop.py
--- old/icalendar-4.0.5/src/icalendar/tests/test_unit_prop.py 2020-03-21
01:56:31.000000000 +0100
+++ new/icalendar-4.0.6/src/icalendar/tests/test_unit_prop.py 2020-05-06
23:01:23.000000000 +0200
@@ -332,6 +332,11 @@
# and some errors
self.assertRaises(ValueError, vRecur.from_ical, 'BYDAY=12')
+ # when key is not RFC-compliant, parse it as vText
+ r = vRecur.from_ical('FREQ=MONTHLY;BYOTHER=TEXT;BYEASTER=-3')
+ self.assertEqual(vRecur(r).to_ical(),
+ b'FREQ=MONTHLY;BYEASTER=-3;BYOTHER=TEXT')
+
def test_prop_vText(self):
from ..prop import vText
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/src/icalendar.egg-info/PKG-INFO
new/icalendar-4.0.6/src/icalendar.egg-info/PKG-INFO
--- old/icalendar-4.0.5/src/icalendar.egg-info/PKG-INFO 2020-03-21
01:56:32.000000000 +0100
+++ new/icalendar-4.0.6/src/icalendar.egg-info/PKG-INFO 2020-05-06
23:01:24.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.5
+Version: 4.0.6
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,14 @@
Changelog
=========
+ 4.0.6 (2020-05-06)
+ ------------------
+
+ Bug fixes:
+
+ - Use ``vText`` as default type, when convert recurrence definition to
ical string. [kam193]
+
+
4.0.5 (2020-03-21)
------------------
@@ -822,6 +830,7 @@
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.5/tox.ini new/icalendar-4.0.6/tox.ini
--- old/icalendar-4.0.5/tox.ini 2020-03-21 01:56:31.000000000 +0100
+++ new/icalendar-4.0.6/tox.ini 2020-05-06 23:01:23.000000000 +0200
@@ -1,6 +1,6 @@
# to run for a specific environment, use ``tox -e ENVNAME``
[tox]
-envlist = py27,py34,py35,py36,pypy,pypy3
+envlist = py27,py34,py35,py36,py37,py38,pypy,pypy3
[testenv]
deps =