15
0

Accepting request 689360 from devel:languages:python

- Update to 0.5 release:
  * Actual python3 support using typelib introspection dependencies

OBS-URL: https://build.opensuse.org/request/show/689360
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-GooCalendar?expand=0&rev=4
This commit is contained in:
2019-03-28 21:49:43 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca3950c2728916d9fb703c886f3940ac9b76739f99ec840b0e1c2c282510e1ab
size 30133

3
GooCalendar-0.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ab3c586c65f6336a0362b14ee505ac790f978ef725138d6425fcf92972099d8
size 30344

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 28 13:32:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5 release:
* Actual python3 support using typelib introspection dependencies
-------------------------------------------------------------------
Wed Jan 23 16:51:29 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -13,14 +13,14 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python3 1
%define skip_python2 1
Name: python-GooCalendar
Version: 0.4
Version: 0.5
Release: 0
Summary: A calendar widget for GTK using PyGoocanvas
License: GPL-2.0-only
@@ -32,9 +32,13 @@ BuildRequires: %{python_module lxml}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: typelib(Gdk)
BuildRequires: typelib(GooCanvas)
BuildRequires: typelib(Gtk)
Requires: typelib(Gdk)
Requires: typelib(GooCanvas)
Requires: typelib(Gtk)
BuildArch: noarch
Requires: goocanvas >= 2.0
Requires: python-goocanvas
%python_subpackages
%description