From 789cfbd341f01f96facc861593e82fb96eab95a38d6c7a2813de96ab334d04fd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 26 Sep 2022 11:06:54 +0000 Subject: [PATCH] - update to 4.1.0: - No longer test on Python 3.4, 3.5 and PyPy2, because we cannot get it to work. Technically it should still work, it is just no longer tested. Do not expect much development on branch 4.x anymore. The master branch will be for the remaining Python versions that we support. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=67 --- icalendar-4.0.9.tar.gz | 3 --- icalendar-4.1.0.tar.gz | 3 +++ python-icalendar.changes | 9 +++++++++ python-icalendar.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 icalendar-4.0.9.tar.gz create mode 100644 icalendar-4.1.0.tar.gz diff --git a/icalendar-4.0.9.tar.gz b/icalendar-4.0.9.tar.gz deleted file mode 100644 index 3085d30..0000000 --- a/icalendar-4.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc73fa9c848744843046228cb66ea86cd8c18d73a51b140f7c003f760b84a997 -size 84254 diff --git a/icalendar-4.1.0.tar.gz b/icalendar-4.1.0.tar.gz new file mode 100644 index 0000000..63225a4 --- /dev/null +++ b/icalendar-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9748b7c02efcc43e58d0615ae0976ac4f265e90dadee9b4f884de29905c1b395 +size 78706 diff --git a/python-icalendar.changes b/python-icalendar.changes index 9db4641..7e9dc30 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Sep 26 11:05:11 UTC 2022 - Dirk Müller + +- update to 4.1.0: + - No longer test on Python 3.4, 3.5 and PyPy2, because we cannot get it to work. + Technically it should still work, it is just no longer tested. + Do not expect much development on branch 4.x anymore. + The master branch will be for the remaining Python versions that we support. + ------------------------------------------------------------------- Tue Oct 26 20:21:42 UTC 2021 - Dirk Müller diff --git a/python-icalendar.spec b/python-icalendar.spec index e20dd4d..ba65735 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.9 +Version: 4.1.0 Release: 0 Summary: Python parser/generator of iCalendar files package License: BSD-2-Clause