Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-icalendar for
openSUSE:Factory checked in at 2021-10-16 22:47:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-icalendar (Old)
and /work/SRC/openSUSE:Factory/.python-icalendar.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-icalendar"
Sat Oct 16 22:47:37 2021 rev:31 rq:925734 version:4.0.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-icalendar/python-icalendar.changes
2020-11-26 23:16:12.777075763 +0100
+++
/work/SRC/openSUSE:Factory/.python-icalendar.new.1890/python-icalendar.changes
2021-10-16 22:48:22.308728907 +0200
@@ -1,0 +2,7 @@
+Sat Oct 16 19:14:11 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 4.0.8:
+ - Support added for Python 3.9 and 3.10 (no code changes needed).
+ - Replace bare 'except:' with 'except Exception:' (#281)
+
+-------------------------------------------------------------------
Old:
----
icalendar-4.0.7.tar.gz
New:
----
icalendar-4.0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-icalendar.spec ++++++
--- /var/tmp/diff_new_pack.fTsdvD/_old 2021-10-16 22:48:22.732729264 +0200
+++ /var/tmp/diff_new_pack.fTsdvD/_new 2021-10-16 22:48:22.732729264 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package python-icalendar
+# spec file
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2011 open-slx GmbH <[email protected]>
# Copyright (c) 2009 - 7/2011 Sascha Manns <[email protected]>
#
@@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname icalendar
Name: python-%{modname}
-Version: 4.0.7
+Version: 4.0.8
Release: 0
Summary: Python parser/generator of iCalendar files package
License: BSD-2-Clause
@@ -38,7 +38,7 @@
Requires: python-python-dateutil
Requires: python-pytz
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
Provides: %{name}-doc = %{version}
Obsoletes: %{name}-doc < %{version}
BuildArch: noarch
++++++ icalendar-4.0.7.tar.gz -> icalendar-4.0.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.7/CHANGES.rst
new/icalendar-4.0.8/CHANGES.rst
--- old/icalendar-4.0.7/CHANGES.rst 2020-09-07 13:08:41.000000000 +0200
+++ new/icalendar-4.0.8/CHANGES.rst 2021-10-07 15:34:06.000000000 +0200
@@ -1,6 +1,17 @@
Changelog
=========
+
+4.0.8 (2021-10-07)
+------------------
+
+Bug fixes:
+
+- Support added for Python 3.9 and 3.10 (no code changes needed).
+
+- Replace bare 'except:' with 'except Exception:' (#281)
+
+
4.0.7 (2020-09-07)
------------------
@@ -14,7 +25,7 @@
Bug fixes:
-- Use ``vText`` as default type, when convert recurrence definition to ical
string. [kam193]
+- 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.7/PKG-INFO new/icalendar-4.0.8/PKG-INFO
--- old/icalendar-4.0.7/PKG-INFO 2020-09-07 13:08:42.000000000 +0200
+++ new/icalendar-4.0.8/PKG-INFO 2021-10-07 15:34:07.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.7
+Version: 4.0.8
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,17 @@
Changelog
=========
+
+ 4.0.8 (2021-10-07)
+ ------------------
+
+ Bug fixes:
+
+ - Support added for Python 3.9 and 3.10 (no code changes needed).
+
+ - Replace bare 'except:' with 'except Exception:' (#281)
+
+
4.0.7 (2020-09-07)
------------------
@@ -82,7 +93,7 @@
Bug fixes:
- - Use ``vText`` as default type, when convert recurrence definition to
ical string. [kam193]
+ - Use ``vText`` as default type, when convert recurrence definition to
ical string. [kam193]
4.0.5 (2020-03-21)
@@ -839,6 +850,8 @@
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
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.7/setup.py new/icalendar-4.0.8/setup.py
--- old/icalendar-4.0.7/setup.py 2020-09-07 13:08:41.000000000 +0200
+++ new/icalendar-4.0.8/setup.py 2021-10-07 15:34:06.000000000 +0200
@@ -44,6 +44,8 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.7/src/icalendar/__init__.py
new/icalendar-4.0.8/src/icalendar/__init__.py
--- old/icalendar-4.0.7/src/icalendar/__init__.py 2020-09-07
13:08:41.000000000 +0200
+++ new/icalendar-4.0.8/src/icalendar/__init__.py 2021-10-07
15:34:06.000000000 +0200
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-__version__ = '4.0.7'
+__version__ = '4.0.8'
from icalendar.cal import (
Calendar,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.7/src/icalendar/parser.py
new/icalendar-4.0.8/src/icalendar/parser.py
--- old/icalendar-4.0.7/src/icalendar/parser.py 2020-09-07 13:08:41.000000000
+0200
+++ new/icalendar-4.0.8/src/icalendar/parser.py 2021-10-07 15:34:06.000000000
+0200
@@ -391,7 +391,7 @@
line in NEWLINE.split(unfolded) if line)
lines.append('') # '\r\n' at the end of every content line
return lines
- except:
+ except Exception:
raise ValueError('Expected StringType with content lines')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.7/src/icalendar/prop.py
new/icalendar-4.0.8/src/icalendar/prop.py
--- old/icalendar-4.0.7/src/icalendar/prop.py 2020-09-07 13:08:41.000000000
+0200
+++ new/icalendar-4.0.8/src/icalendar/prop.py 2021-10-07 15:34:06.000000000
+0200
@@ -174,7 +174,7 @@
def from_ical(cls, ical):
try:
return cls.BOOL_MAP[ical]
- except:
+ except Exception:
raise ValueError("Expected 'TRUE' or 'FALSE'. Got %s" % ical)
@@ -213,7 +213,7 @@
def from_ical(cls, ical):
try:
return cls(ical)
- except:
+ except Exception:
raise ValueError('Expected float value, got: %s' % ical)
@@ -232,7 +232,7 @@
def from_ical(cls, ical):
try:
return cls(ical)
- except:
+ except Exception:
raise ValueError('Expected int, got: %s' % ical)
@@ -271,7 +271,7 @@
def __init__(self, c_list):
if not hasattr(c_list, '__iter__'):
- d_list = [c_list]
+ c_list = [c_list]
self.cats = [vText(c) for c in c_list]
def to_ical(self):
@@ -371,7 +371,7 @@
int(ical[6:8]), # day
)
return date(*timetuple)
- except:
+ except Exception:
raise ValueError('Wrong date format %s' % ical)
@@ -437,7 +437,7 @@
return pytz.utc.localize(datetime(*timetuple))
else:
raise ValueError(ical)
- except:
+ except Exception:
raise ValueError('Wrong datetime format: %s' % ical)
@@ -492,7 +492,7 @@
if sign == '-':
value = -value
return value
- except:
+ except Exception:
raise ValueError('Invalid iCalendar duration: %s' % ical)
@@ -557,7 +557,7 @@
start = vDDDTypes.from_ical(start)
end_or_duration = vDDDTypes.from_ical(end_or_duration)
return (start, end_or_duration)
- except:
+ except Exception:
raise ValueError('Expected period format, got: %s' % ical)
def __repr__(self):
@@ -598,7 +598,7 @@
def from_ical(cls, ical):
try:
return cls(ical.upper())
- except:
+ except Exception:
raise ValueError('Expected weekday abbrevation, got: %s' % ical)
@@ -631,7 +631,7 @@
def from_ical(cls, ical):
try:
return cls(ical.upper())
- except:
+ except Exception:
raise ValueError('Expected frequency, got: %s' % ical)
@@ -705,7 +705,7 @@
continue
recur[key] = cls.parse_type(key, vals)
return dict(recur)
- except:
+ except Exception:
raise ValueError('Error in recurrence rule: %s' % ical)
@@ -754,7 +754,7 @@
try:
timetuple = (int(ical[:2]), int(ical[2:4]), int(ical[4:6]))
return time(*timetuple)
- except:
+ except Exception:
raise ValueError('Expected time, got: %s' % ical)
@@ -775,7 +775,7 @@
def from_ical(cls, ical):
try:
return cls(ical)
- except:
+ except Exception:
raise ValueError('Expected , got: %s' % ical)
@@ -788,7 +788,7 @@
latitude, longitude = (geo[0], geo[1])
latitude = float(latitude)
longitude = float(longitude)
- except:
+ except Exception:
raise ValueError('Input must be (float, float) for '
'latitude and longitude')
self.latitude = latitude
@@ -803,7 +803,7 @@
try:
latitude, longitude = ical.split(';')
return (float(latitude), float(longitude))
- except:
+ except Exception:
raise ValueError("Expected 'float;float' , got: %s" % ical)
@@ -853,7 +853,7 @@
int(ical[3:5]),
int(ical[5:7] or 0))
offset = timedelta(hours=hours, minutes=minutes, seconds=seconds)
- except:
+ except Exception:
raise ValueError('Expected utc offset, got: %s' % ical)
if not cls.ignore_exceptions and offset >= timedelta(hours=24):
raise ValueError(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.7/src/icalendar.egg-info/PKG-INFO
new/icalendar-4.0.8/src/icalendar.egg-info/PKG-INFO
--- old/icalendar-4.0.7/src/icalendar.egg-info/PKG-INFO 2020-09-07
13:08:42.000000000 +0200
+++ new/icalendar-4.0.8/src/icalendar.egg-info/PKG-INFO 2021-10-07
15:34:07.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.7
+Version: 4.0.8
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,17 @@
Changelog
=========
+
+ 4.0.8 (2021-10-07)
+ ------------------
+
+ Bug fixes:
+
+ - Support added for Python 3.9 and 3.10 (no code changes needed).
+
+ - Replace bare 'except:' with 'except Exception:' (#281)
+
+
4.0.7 (2020-09-07)
------------------
@@ -82,7 +93,7 @@
Bug fixes:
- - Use ``vText`` as default type, when convert recurrence definition to
ical string. [kam193]
+ - Use ``vText`` as default type, when convert recurrence definition to
ical string. [kam193]
4.0.5 (2020-03-21)
@@ -839,6 +850,8 @@
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
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.7/tox.ini new/icalendar-4.0.8/tox.ini
--- old/icalendar-4.0.7/tox.ini 2020-09-07 13:08:41.000000000 +0200
+++ new/icalendar-4.0.8/tox.ini 2021-10-07 15:34:06.000000000 +0200
@@ -1,6 +1,6 @@
# to run for a specific environment, use ``tox -e ENVNAME``
[tox]
-envlist = py27,py34,py35,py36,py37,py38,pypy,pypy3
+envlist = py27,py34,py35,py36,py37,py38,py39,py310,pypy,pypy3
[testenv]
deps =