From 85b8ba72e842492c2260f8aaf129111aa24c9e491a2ea63d8eb079344ac6b3fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 24 Feb 2020 09:09:48 +0000 Subject: [PATCH] Accepting request 778696 from home:DocB:branches:devel:languages:python - version 0.7 * Use Gtk default font as font by default * Manage non editable event * Add support for Python 3.8 * Replace font-desc properties by font OBS-URL: https://build.opensuse.org/request/show/778696 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GooCalendar?expand=0&rev=13 --- GooCalendar-0.6.tar.gz | 3 --- GooCalendar-0.7.0.tar.gz | 3 +++ python-GooCalendar.changes | 9 +++++++++ python-GooCalendar.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 GooCalendar-0.6.tar.gz create mode 100644 GooCalendar-0.7.0.tar.gz diff --git a/GooCalendar-0.6.tar.gz b/GooCalendar-0.6.tar.gz deleted file mode 100644 index 557087d..0000000 --- a/GooCalendar-0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c22c93e19b933d10d8ea1c67a67f485267af82175ef59419427dd39d1e3af18 -size 30440 diff --git a/GooCalendar-0.7.0.tar.gz b/GooCalendar-0.7.0.tar.gz new file mode 100644 index 0000000..45b86be --- /dev/null +++ b/GooCalendar-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d19459328822e0ad67c41504f58eb4814246066cf3b0238a87f21de22da092 +size 30850 diff --git a/python-GooCalendar.changes b/python-GooCalendar.changes index 08379b2..af251c2 100644 --- a/python-GooCalendar.changes +++ b/python-GooCalendar.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 24 08:49:48 UTC 2020 - Axel Braun + +- version 0.7 + * Use Gtk default font as font by default + * Manage non editable event + * Add support for Python 3.8 + * Replace font-desc properties by font + ------------------------------------------------------------------- Sun Oct 6 11:45:40 UTC 2019 - Axel Braun diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index 0474969..3c23d33 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -2,7 +2,7 @@ # spec file for package python-GooCalendar # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2016-19 Dr. Axel Braun +# Copyright (c) 2016-2020 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-GooCalendar -Version: 0.6 +Version: 0.7.0 Release: 0 Summary: A calendar widget for GTK using PyGoocanvas License: GPL-2.0-only