From db0da7661f839a671e50f50383a595ebc72e906c366b835021994d09b7481bf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 Apr 2020 13:05:51 +0000 Subject: [PATCH] Accepting request 792728 from home:mcalabkova:branches:devel:languages:python - update to 4.0.5 * Fixed a docs issue related to building on Read the Docs OBS-URL: https://build.opensuse.org/request/show/792728 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=57 --- icalendar-4.0.4.tar.gz | 3 --- icalendar-4.0.5.tar.gz | 3 +++ python-icalendar.changes | 6 ++++++ python-icalendar.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 icalendar-4.0.4.tar.gz create mode 100644 icalendar-4.0.5.tar.gz diff --git a/icalendar-4.0.4.tar.gz b/icalendar-4.0.4.tar.gz deleted file mode 100644 index 4165187..0000000 --- a/icalendar-4.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:347151cb935f5f2f83d58f6dd8aef8558df69f6c1709f1d2cab2000b36def299 -size 78037 diff --git a/icalendar-4.0.5.tar.gz b/icalendar-4.0.5.tar.gz new file mode 100644 index 0000000..356102d --- /dev/null +++ b/icalendar-4.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ec6d76a23e7d196af97d64361ab37df3840e3f09ccb3ee66b4ba598c94d693 +size 78238 diff --git a/python-icalendar.changes b/python-icalendar.changes index cfc11fb..5790cf7 100644 --- a/python-icalendar.changes +++ b/python-icalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 9 13:01:27 UTC 2020 - Marketa Calabkova + +- update to 4.0.5 + * Fixed a docs issue related to building on Read the Docs + ------------------------------------------------------------------- Mon Mar 16 10:46:58 UTC 2020 - Dirk Mueller diff --git a/python-icalendar.spec b/python-icalendar.spec index 5215575..6604763 100644 --- a/python-icalendar.spec +++ b/python-icalendar.spec @@ -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