SHA256
1
0
forked from pool/python-xapp

Accepting request 898049 from 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.

Don't change permission, leave it at 644.

OBS-URL: https://build.opensuse.org/request/show/898049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-xapp?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-06-22 18:44:54 +00:00 committed by Git OBS Bridge
commit a879ab3e6a
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
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,7 @@ desktop environments and required to implement cross-DE solutions.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%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