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
This commit is contained in:
andy great 2021-05-31 08:47:28 +00:00 committed by Git OBS Bridge
parent a16291fd68
commit 536a01f40c
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 30 17:36:01 UTC 2021 - andy great <andythe_great@pm.me>
- 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 <andythe_great@pm.me>

View File

@ -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

View File

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

View File

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