Hello community,
here is the log from the commit of package python-icalendar for
openSUSE:Leap:15.2 checked in at 2020-04-12 15:39:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-icalendar (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-icalendar.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-icalendar"
Sun Apr 12 15:39:23 2020 rev:15 rq:793345 version:4.0.5
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-icalendar/python-icalendar.changes
2020-03-19 08:36:08.493841871 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-icalendar.new.3248/python-icalendar.changes
2020-04-12 15:39:24.114058030 +0200
@@ -1,0 +2,6 @@
+Thu Apr 9 13:01:27 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 4.0.5
+ * Fixed a docs issue related to building on Read the Docs
+
+-------------------------------------------------------------------
Old:
----
icalendar-4.0.4.tar.gz
New:
----
icalendar-4.0.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-icalendar.spec ++++++
--- /var/tmp/diff_new_pack.2IHtqz/_old 2020-04-12 15:39:24.434058273 +0200
+++ /var/tmp/diff_new_pack.2IHtqz/_new 2020-04-12 15:39:24.438058275 +0200
@@ -21,7 +21,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname icalendar
Name: python-%{modname}
-Version: 4.0.4
+Version: 4.0.5
Release: 0
Summary: Python parser/generator of iCalendar files package
License: BSD-2-Clause
++++++ icalendar-4.0.4.tar.gz -> icalendar-4.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.4/CHANGES.rst
new/icalendar-4.0.5/CHANGES.rst
--- old/icalendar-4.0.4/CHANGES.rst 2019-11-25 22:32:02.000000000 +0100
+++ new/icalendar-4.0.5/CHANGES.rst 2020-03-21 01:56:31.000000000 +0100
@@ -1,6 +1,14 @@
Changelog
=========
+4.0.5 (2020-03-21)
+------------------
+
+Bug fixes:
+
+- Fixed a docs issue related to building on Read the Docs [davidfischer]
+
+
4.0.4 (2019-11-25)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.4/PKG-INFO new/icalendar-4.0.5/PKG-INFO
--- old/icalendar-4.0.4/PKG-INFO 2019-11-25 22:32:02.000000000 +0100
+++ new/icalendar-4.0.5/PKG-INFO 2020-03-21 01:56:32.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.4
+Version: 4.0.5
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,14 @@
Changelog
=========
+ 4.0.5 (2020-03-21)
+ ------------------
+
+ Bug fixes:
+
+ - Fixed a docs issue related to building on Read the Docs
[davidfischer]
+
+
4.0.4 (2019-11-25)
------------------
@@ -813,6 +821,7 @@
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
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.4/setup.cfg
new/icalendar-4.0.5/setup.cfg
--- old/icalendar-4.0.4/setup.cfg 2019-11-25 22:32:02.000000000 +0100
+++ new/icalendar-4.0.5/setup.cfg 2020-03-21 01:56:32.000000000 +0100
@@ -1,6 +1,7 @@
[check-manifest]
ignore =
*.cfg
+ .readthedocs.yml
bootstrap.py
requirements_docs.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.4/setup.py new/icalendar-4.0.5/setup.py
--- old/icalendar-4.0.4/setup.py 2019-11-25 22:32:02.000000000 +0100
+++ new/icalendar-4.0.5/setup.py 2020-03-21 01:56:31.000000000 +0100
@@ -42,6 +42,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.4/src/icalendar/__init__.py
new/icalendar-4.0.5/src/icalendar/__init__.py
--- old/icalendar-4.0.4/src/icalendar/__init__.py 2019-11-25
22:32:02.000000000 +0100
+++ new/icalendar-4.0.5/src/icalendar/__init__.py 2020-03-21
01:56:31.000000000 +0100
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-__version__ = '4.0.4'
+__version__ = '4.0.5'
from icalendar.cal import (
Calendar,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/icalendar-4.0.4/src/icalendar/tests/hypothesis/test_fuzzing.py
new/icalendar-4.0.5/src/icalendar/tests/hypothesis/test_fuzzing.py
--- old/icalendar-4.0.4/src/icalendar/tests/hypothesis/test_fuzzing.py
2019-11-25 22:32:02.000000000 +0100
+++ new/icalendar-4.0.5/src/icalendar/tests/hypothesis/test_fuzzing.py
2020-03-21 01:56:31.000000000 +0100
@@ -23,11 +23,15 @@
st.tuples(key, st.dictionaries(key, value), value),
min_size=1
))
- @settings(max_examples=10**4)
+ @settings(max_examples=10**3)
def test_main(self, lines):
cl = Contentlines()
for key, params, value in lines:
- params = Parameters(**params)
+ try:
+ params = Parameters(**params)
+ except TypeError:
+ # Happens when there is a random parameter 'self'...
+ continue
cl.append(Contentline.from_parts(key, params, value))
cl.append('')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/icalendar-4.0.4/src/icalendar.egg-info/PKG-INFO
new/icalendar-4.0.5/src/icalendar.egg-info/PKG-INFO
--- old/icalendar-4.0.4/src/icalendar.egg-info/PKG-INFO 2019-11-25
22:32:02.000000000 +0100
+++ new/icalendar-4.0.5/src/icalendar.egg-info/PKG-INFO 2020-03-21
01:56:32.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: icalendar
-Version: 4.0.4
+Version: 4.0.5
Summary: iCalendar parser/generator
Home-page: https://github.com/collective/icalendar
Author: Plone Foundation
@@ -69,6 +69,14 @@
Changelog
=========
+ 4.0.5 (2020-03-21)
+ ------------------
+
+ Bug fixes:
+
+ - Fixed a docs issue related to building on Read the Docs
[davidfischer]
+
+
4.0.4 (2019-11-25)
------------------
@@ -813,6 +821,7 @@
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*