From bd9237803b916bca2be4dca20e061722f5a246f97da40cfe98ea3e96d0900db1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Mar 2020 10:48:01 +0000 Subject: [PATCH] - update to 4.0.4: - Reduce Hypothesis iterations to speed up testing, allowing PRs to pass OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=55 --- icalendar-4.0.3.tar.gz | 3 --- icalendar-4.0.4.tar.gz | 3 +++ python-icalendar.changes | 6 ++++++ python-icalendar.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 icalendar-4.0.3.tar.gz create mode 100644 icalendar-4.0.4.tar.gz diff --git a/icalendar-4.0.3.tar.gz b/icalendar-4.0.3.tar.gz deleted file mode 100644 index c9c7731..0000000 --- a/icalendar-4.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07c2447a1d44cbb27c90b8c6a5c98e890cc1853c6223e2a52195cddec26c6356 -size 77899 diff --git a/icalendar-4.0.4.tar.gz b/icalendar-4.0.4.tar.gz new file mode 100644 index 0000000..4165187 --- /dev/null +++ b/icalendar-4.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347151cb935f5f2f83d58f6dd8aef8558df69f6c1709f1d2cab2000b36def299 +size 78037 diff --git a/python-icalendar.changes b/python-icalendar.changes index 9d46a5a..cfc11fb 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 16 10:46:58 UTC 2020 - Dirk Mueller + +- update to 4.0.4: + - Reduce Hypothesis iterations to speed up testing, allowing PRs to pass + ------------------------------------------------------------------- Wed Aug 21 14:46:42 UTC 2019 - Tomáš Chvátal diff --git a/python-icalendar.spec b/python-icalendar.spec index b34724e..5215575 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -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 # Copyright (c) 2009 - 7/2011 Sascha Manns # @@ -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