From 536a01f40c967abcda8985590bf11cf20608b2d9a61b1bffda58a1dee23b9a01 Mon Sep 17 00:00:00 2001 From: andy great Date: Mon, 31 May 2021 08:47:28 +0000 Subject: [PATCH] Accepting request 896307 from home:andythe_great:branches:X11:Cinnamon:Factory - Update to version 2.2.0. * SettingsWidgets.py: Restrict Range increments to the 'step' amount. * Font chooser widget: add option to specify the level of font selection. - Fix W: non-executable-script OBS-URL: https://build.opensuse.org/request/show/896307 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/python-xapp?expand=0&rev=18 --- python-xapp.changes | 8 ++++++++ python-xapp.spec | 7 +++++-- python3-xapp-2.0.2.tar.gz | 3 --- python3-xapp-2.2.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 python3-xapp-2.0.2.tar.gz create mode 100644 python3-xapp-2.2.0.tar.gz diff --git a/python-xapp.changes b/python-xapp.changes index 94f0226..a3c8d14 100644 --- a/python-xapp.changes +++ b/python-xapp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 30 17:36:01 UTC 2021 - andy great + +- Update to version 2.2.0. + * SettingsWidgets.py: Restrict Range increments to the 'step' amount. + * Font chooser widget: add option to specify the level of font selection. +- Fix W: non-executable-script + ------------------------------------------------------------------- Mon Dec 7 20:01:37 UTC 2020 - andy great diff --git a/python-xapp.spec b/python-xapp.spec index 1b621b6..aa9ad46 100644 --- a/python-xapp.spec +++ b/python-xapp.spec @@ -1,7 +1,7 @@ # # spec file for package python-xapp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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 @@ %define _name python3-xapp %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xapp -Version: 2.0.2 +Version: 2.2.0 Release: 0 Summary: Python XApp library License: GPL-2.0-or-later @@ -31,6 +31,7 @@ Source: https://github.com/linuxmint/python3-xapp/archive/%{version}.tar Patch0: python-xapp-xdgsu.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-psutil Requires: xdg-utils @@ -51,6 +52,8 @@ desktop environments and required to implement cross-DE solutions. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} +chmod 744 %{buildroot}/usr/lib/python3.*/site-packages/xapp/*SettingsWidgets.py %files %{python_files} %license COPYING diff --git a/python3-xapp-2.0.2.tar.gz b/python3-xapp-2.0.2.tar.gz deleted file mode 100644 index 2cfaae9..0000000 --- a/python3-xapp-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f61dde32c7aec5ab2c819e968a2bf0136c9eddcc1356461d516aff40930159f -size 19946 diff --git a/python3-xapp-2.2.0.tar.gz b/python3-xapp-2.2.0.tar.gz new file mode 100644 index 0000000..97680f5 --- /dev/null +++ b/python3-xapp-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481755d3d89f422e6064c5844b4f5a1f31e324b9214800a41b3618e81c4f2421 +size 20706