From f23d4a238829cdb5611902526f3a3fb600806734591bb43aa0b272a6f1019e4c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 20 Mar 2023 22:27:26 +0000 Subject: [PATCH 1/2] Accepting request 1072906 from home:DocB:branches:devel:languages:python - Version 0.8.0 * Manage preferred size OBS-URL: https://build.opensuse.org/request/show/1072906 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GooCalendar?expand=0&rev=20 --- GooCalendar-0.7.2.tar.gz | 3 --- GooCalendar-0.8.0.tar.gz | 3 +++ python-GooCalendar.changes | 6 ++++++ python-GooCalendar.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 GooCalendar-0.7.2.tar.gz create mode 100644 GooCalendar-0.8.0.tar.gz diff --git a/GooCalendar-0.7.2.tar.gz b/GooCalendar-0.7.2.tar.gz deleted file mode 100644 index 6de0d25..0000000 --- a/GooCalendar-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:318b3b7790ac9d6d98881eee3b676fc9c17fc15d21dcdaff486e3c303333b41a -size 30679 diff --git a/GooCalendar-0.8.0.tar.gz b/GooCalendar-0.8.0.tar.gz new file mode 100644 index 0000000..d0402f2 --- /dev/null +++ b/GooCalendar-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f02f94cb4640fa00bb9c69b2d4781d24e2b217f8efda5b679b4b6ad93e3214b +size 31233 diff --git a/python-GooCalendar.changes b/python-GooCalendar.changes index 01eca2b..577452d 100644 --- a/python-GooCalendar.changes +++ b/python-GooCalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 19 08:24:52 UTC 2023 - Axel Braun + +- Version 0.8.0 + * Manage preferred size + ------------------------------------------------------------------- Fri Aug 13 17:28:32 UTC 2021 - Axel Braun diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index d13c88b..2d3ddb9 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -1,8 +1,8 @@ # # spec file for package python-GooCalendar # -# Copyright (c) 2021 SUSE LLC -# Copyright (c) 2016-2021 Dr. Axel Braun +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2016-2023 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.7.2 +Version: 0.8.0 Release: 0 Summary: A calendar widget for GTK using PyGoocanvas License: GPL-2.0-only From 66b0034007bcbcae23176416d8ce4070d9942cbbdeaaa126de1c07e5d322dc69 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 20 Mar 2023 22:30:57 +0000 Subject: [PATCH 2/2] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GooCalendar?expand=0&rev=21 --- python-GooCalendar.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index 2d3ddb9..0912afe 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-GooCalendar Version: 0.8.0 @@ -52,6 +51,7 @@ A calendar widget for GTK using PyGoocanvas (Gnome widget linrary). %files %{python_files} %license LICENSE %doc README COPYRIGHT -%{python_sitelib}/* +%{python_sitelib}/goocalendar +%{python_sitelib}/GooCalendar-%{version}*-info %changelog