commit f7b26307ec89c3cf98a36d089a76200f624f71c2d02b5279c2241c6f22edddbf Author: Steve Kowalik Date: Tue Mar 25 02:42:03 2025 +0000 - Lowercase metadata directory name. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-GooCalendar?expand=0&rev=25 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc 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 new file mode 100644 index 0000000..5653905 --- /dev/null +++ b/python-GooCalendar.changes @@ -0,0 +1,105 @@ +------------------------------------------------------------------- +Tue Mar 25 02:40:44 UTC 2025 - Steve Kowalik + +- Lowercase metadata directory name. + +------------------------------------------------------------------- +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 + +- Version 0.8.0 + * Manage preferred size + +------------------------------------------------------------------- +Fri Aug 13 17:28:32 UTC 2021 - Axel Braun + +- Version 0.7.2 + * Add support GooCanvas 3.0 + * Add selected text color property + * Remove lighter background on event + +------------------------------------------------------------------- +Tue Mar 9 09:02:19 UTC 2021 - Dominique Leuenberger + +- Drop the bogus and incomplete typelib() (Build)Requires. Add + gobject-intrpsection BuildRequires instead to have the typelib() + deps autogenerated (uncovered as part of boo#1183216). + +------------------------------------------------------------------- +Mon Apr 20 19:28:00 UTC 2020 - Axel Braun + +- 0.7.1 bugfix release + +------------------------------------------------------------------- +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 + +- Version 0.6 + * Add support for Python 3.7 + +------------------------------------------------------------------- +Thu Mar 28 13:32:08 UTC 2019 - Tomáš Chvátal + +- Update to 0.5 release: + * Actual python3 support using typelib introspection dependencies + +------------------------------------------------------------------- +Wed Jan 23 16:51:29 UTC 2019 - Todd R + +- Disable for python3. This doesn't work without python-goocanvas, + which doesn't support python3. + +------------------------------------------------------------------- +Wed Jun 27 10:06:50 UTC 2018 - mcepl@suse.com + +- Upgrade to 0.4, where the change is that it supports python3 now. + +------------------------------------------------------------------- +Mon Jun 25 14:50:29 UTC 2018 - mcepl@suse.com + +- Clean SPEC file + +------------------------------------------------------------------- +Thu Aug 24 13:39:48 UTC 2017 - jmatejek@suse.com + +- singlespec auto-conversion + +------------------------------------------------------------------- +Tue Nov 29 16:01:43 UTC 2016 - axel.braun@gmx.de + +- Version 0.3 + * Add support for goocanvas >= 2.0 + * Add colors and font-desc properties to Calendar + +------------------------------------------------------------------- +Fri Jul 1 09:21:25 UTC 2016 - axel.braun@gmx.de + +- version 0.2 + changed download link to pypi.io + correct license string + added License and copyright info to package + +------------------------------------------------------------------- +Mon Jul 13 13:12:38 UTC 2015 - toddrme2178@gmail.com + +- Fix building on SLES 11 + +------------------------------------------------------------------- +Sat Jan 11 05:08:28 UTC 2014 - axel.braun@gmx.de + +- Initial Build on OBS + + diff --git a/python-GooCalendar.spec b/python-GooCalendar.spec new file mode 100644 index 0000000..ed05903 --- /dev/null +++ b/python-GooCalendar.spec @@ -0,0 +1,59 @@ +# +# spec file for package python-GooCalendar +# +# Copyright (c) 2025 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?sle15_python_module_pythons} +Name: python-GooCalendar +Version: 0.8.0 +Release: 0 +Summary: A calendar widget for GTK using PyGoocanvas +License: GPL-2.0-only +Group: Development/Languages/Python +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 +BuildArch: noarch +%python_subpackages + +%description +A calendar widget for GTK using PyGoocanvas (Gnome widget linrary). + +%prep +%setup -q -n GooCalendar-%{version} + +%build +%pyproject_wheel + +%install +%pyproject_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%files %{python_files} +%license LICENSE +%doc README COPYRIGHT +%{python_sitelib}/goocalendar +%{python_sitelib}/goocalendar-%{version}.dist-info + +%changelog