Accepting request 838114 from home:andythe_great:branches:X11:Cinnamon:Factory

- Update to version 2.0.1.
  * Packaging: Rename source package
  * Remove python2 support.
  * Settings section: ensure that settings inside a revealer can be 
    visible

OBS-URL: https://build.opensuse.org/request/show/838114
OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/python-xapp?expand=0&rev=14
This commit is contained in:
andy great 2020-09-28 09:02:41 +00:00 committed by Git OBS Bridge
parent 6a01fdec8b
commit 6a4b1adbb1
4 changed files with 19 additions and 7 deletions

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Sep 27 19:04:22 UTC 2020 - andy great <andythe_great@pm.me>
- Update to version 2.0.1.
* Packaging: Rename source package
* Remove python2 support.
* Settings section: ensure that settings inside a revealer can be
visible
-------------------------------------------------------------------
Sat Feb 8 07:18:12 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>

View File

@ -16,18 +16,21 @@
#
%define skip_python2 1
%define _name python3-xapp
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-xapp
Version: 1.8.1
Version: 2.0.1
Release: 0
Summary: Python XApp library
License: GPL-2.0-or-later
Group: Development/Languages/Python
URL: https://github.com/linuxmint/python-xapp
Source: https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
URL: https://github.com/linuxmint/python3-xapp
Source: https://github.com/linuxmint/python3-xapp/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
# PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using xdg-su.
Patch0: python-xapp-xdgsu.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
Requires: python-psutil
Requires: xdg-utils
@ -40,7 +43,7 @@ desktop environments and required to implement cross-DE solutions.
%python_subpackages
%prep
%setup -q
%setup -q -n %{_name}-%{version}
%patch0 -p1
%build

View File

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