Hello community,
here is the log from the commit of package python-icalendar for
openSUSE:Leap:15.2 checked in at 2020-03-19 08:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-icalendar (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-icalendar.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-icalendar"
Thu Mar 19 08:36:06 2020 rev:14 rq:786144 version:4.0.4
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-icalendar/python-icalendar.changes
2020-03-09 18:06:24.356848504 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-icalendar.new.3160/python-icalendar.changes
2020-03-19 08:36:08.493841871 +0100
@@ -1,0 +2,6 @@
+Mon Mar 16 10:46:58 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 4.0.4:
+ - Reduce Hypothesis iterations to speed up testing, allowing PRs to pass
+
+-------------------------------------------------------------------
Old:
----
icalendar-4.0.3.tar.gz
New:
----
icalendar-4.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-icalendar.spec ++++++
--- /var/tmp/diff_new_pack.ec8W7g/_old 2020-03-19 08:36:09.217842313 +0100
+++ /var/tmp/diff_new_pack.ec8W7g/_new 2020-03-19 08:36:09.221842315 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-icalendar
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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.3
+Version: 4.0.4
Release: 0
Summary: Python parser/generator of iCalendar files package
License: BSD-2-Clause
++++++ icalendar-4.0.3.tar.gz -> icalendar-4.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.3/CHANGES.rst
new/icalendar-4.0.4/CHANGES.rst
--- old/icalendar-4.0.3/CHANGES.rst 2018-10-10 09:41:19.000000000 +0200
+++ new/icalendar-4.0.4/CHANGES.rst 2019-11-25 22:32:02.000000000 +0100
@@ -1,6 +1,15 @@
Changelog
=========
+4.0.4 (2019-11-25)
+------------------
+
+Bug fixes:
+
+- Reduce Hypothesis iterations to speed up testing, allowing PRs to pass
+ [UniversalSuperBox]
+
+
4.0.3 (2018-10-10)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.3/PKG-INFO new/icalendar-4.0.4/PKG-INFO
--- old/icalendar-4.0.3/PKG-INFO 2018-10-10 09:41:19.000000000 +0200
+++ new/icalendar-4.0.4/PKG-INFO 2019-11-25 22:32:02.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.3
+Version: 4.0.4
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,15 @@
Changelog
=========
+ 4.0.4 (2019-11-25)
+ ------------------
+
+ Bug fixes:
+
+ - Reduce Hypothesis iterations to speed up testing, allowing PRs to
pass
+ [UniversalSuperBox]
+
+
4.0.3 (2018-10-10)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.3/docs/credits.rst
new/icalendar-4.0.4/docs/credits.rst
--- old/icalendar-4.0.3/docs/credits.rst 2018-10-10 09:41:19.000000000
+0200
+++ new/icalendar-4.0.4/docs/credits.rst 2019-11-25 22:32:02.000000000
+0100
@@ -54,6 +54,7 @@
- TomTry <[email protected]>
- Andreas Ruppen <[email protected]>
- Clive Stevens <[email protected]>
+- Dalton Durst <[email protected]>
Find out who contributed::
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.3/src/icalendar/__init__.py
new/icalendar-4.0.4/src/icalendar/__init__.py
--- old/icalendar-4.0.3/src/icalendar/__init__.py 2018-10-10
09:41:19.000000000 +0200
+++ new/icalendar-4.0.4/src/icalendar/__init__.py 2019-11-25
22:32:02.000000000 +0100
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-__version__ = '4.0.3'
+__version__ = '4.0.4'
from icalendar.cal import (
Calendar,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/icalendar-4.0.3/src/icalendar/tests/hypothesis/test_fuzzing.py
new/icalendar-4.0.4/src/icalendar/tests/hypothesis/test_fuzzing.py
--- old/icalendar-4.0.3/src/icalendar/tests/hypothesis/test_fuzzing.py
2018-10-10 09:41:19.000000000 +0200
+++ new/icalendar-4.0.4/src/icalendar/tests/hypothesis/test_fuzzing.py
2019-11-25 22:32:02.000000000 +0100
@@ -17,14 +17,13 @@
key = st.text(string.ascii_letters + string.digits, min_size=1)
value = printable_characters(blacklist_characters='\\;:\"')
-
class TestFuzzing(unittest.TestCase):
@given(lines=st.lists(
st.tuples(key, st.dictionaries(key, value), value),
min_size=1
))
- @settings(max_examples=10**9)
+ @settings(max_examples=10**4)
def test_main(self, lines):
cl = Contentlines()
for key, params, value in lines:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.3/src/icalendar.egg-info/PKG-INFO
new/icalendar-4.0.4/src/icalendar.egg-info/PKG-INFO
--- old/icalendar-4.0.3/src/icalendar.egg-info/PKG-INFO 2018-10-10
09:41:19.000000000 +0200
+++ new/icalendar-4.0.4/src/icalendar.egg-info/PKG-INFO 2019-11-25
22:32:02.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.3
+Version: 4.0.4
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,15 @@
Changelog
=========
+ 4.0.4 (2019-11-25)
+ ------------------
+
+ Bug fixes:
+
+ - Reduce Hypothesis iterations to speed up testing, allowing PRs to
pass
+ [UniversalSuperBox]
+
+
4.0.3 (2018-10-10)
------------------