forked from pool/python-GooCalendar
- enable sle15 pythons build
- use PEP517 build - Version 0.7.2 - Version 0.3 * Add colors and font-desc properties to Calendar OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GooCalendar?expand=0&rev=23
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 17:43:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- enable sle15 pythons build
|
||||
- use PEP517 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 19 08:24:52 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
@@ -7,7 +13,7 @@ Sun Mar 19 08:24:52 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 17:28:32 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- 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
|
||||
|
||||
@@ -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 <DocB@opensuse.org>
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user