diff --git a/python-GooCalendar.changes b/python-GooCalendar.changes index 577452d..f10c63e 100644 --- a/python-GooCalendar.changes +++ b/python-GooCalendar.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jan 21 17:43:36 UTC 2024 - Dirk Müller + +- enable sle15 pythons build +- use PEP517 build + ------------------------------------------------------------------- Sun Mar 19 08:24:52 UTC 2023 - Axel Braun @@ -7,7 +13,7 @@ Sun Mar 19 08:24:52 UTC 2023 - Axel Braun ------------------------------------------------------------------- Fri Aug 13 17:28:32 UTC 2021 - Axel Braun -- Version 0.7.2 +- Version 0.7.2 * Add support GooCanvas 3.0 * Add selected text color property * Remove lighter background on event @@ -69,9 +75,9 @@ Thu Aug 24 13:39:48 UTC 2017 - jmatejek@suse.com ------------------------------------------------------------------- Tue Nov 29 16:01:43 UTC 2016 - axel.braun@gmx.de -- Version 0.3 +- Version 0.3 * Add support for goocanvas >= 2.0 - * Add colors and font-desc properties to Calendar + * Add colors and font-desc properties to Calendar ------------------------------------------------------------------- Fri Jul 1 09:21:25 UTC 2016 - axel.braun@gmx.de diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec index 0912afe..932a6ac 100644 --- a/python-GooCalendar.spec +++ b/python-GooCalendar.spec @@ -1,7 +1,7 @@ # # spec file for package python-GooCalendar # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2016-2023 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,7 @@ # -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-GooCalendar Version: 0.8.0 Release: 0 @@ -28,7 +28,9 @@ URL: https://goocalendar.tryton.org/ Source: https://files.pythonhosted.org/packages/source/G/GooCalendar/GooCalendar-%{version}.tar.gz BuildRequires: %{python_module Genshi} BuildRequires: %{python_module lxml} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gobject-introspection BuildRequires: python-rpm-macros @@ -42,16 +44,16 @@ A calendar widget for GTK using PyGoocanvas (Gnome widget linrary). %setup -q -n GooCalendar-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE %doc README COPYRIGHT %{python_sitelib}/goocalendar -%{python_sitelib}/GooCalendar-%{version}*-info +%{python_sitelib}/GooCalendar-%{version}.dist-info %changelog