commit python-xapp for openSUSE:Factory

2020-09-28 Thread root
Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2020-09-28 14:29:47

Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and  /work/SRC/openSUSE:Factory/.python-xapp.new.4249 (New)


Package is "python-xapp"

Mon Sep 28 14:29:47 2020 rev:6 rq:838209 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-xapp/python-xapp.changes  2020-02-09 
20:49:07.934899510 +0100
+++ /work/SRC/openSUSE:Factory/.python-xapp.new.4249/python-xapp.changes
2020-09-28 14:30:45.326235627 +0200
@@ -1,0 +2,9 @@
+Sun Sep 27 19:04:22 UTC 2020 - andy great 
+
+- Update to version 2.0.1.
+  * Packaging: Rename source package
+  * Remove python2 support.
+  * Settings section: ensure that settings inside a revealer can be 
+visible 
+
+---

Old:

  python-xapp-1.8.1.tar.gz

New:

  python3-xapp-2.0.1.tar.gz



Other differences:
--
++ python-xapp.spec ++
--- /var/tmp/diff_new_pack.9Rvy5m/_old  2020-09-28 14:30:45.838236071 +0200
+++ /var/tmp/diff_new_pack.9Rvy5m/_new  2020-09-28 14:30:45.842236075 +0200
@@ -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 @@
 %python_subpackages
 
 %prep
-%setup -q
+%setup -q -n %{_name}-%{version}
 %patch0 -p1
 
 %build

++ python-xapp-1.8.1.tar.gz -> python3-xapp-2.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.8.1/debian/changelog 
new/python3-xapp-2.0.1/debian/changelog
--- old/python-xapp-1.8.1/debian/changelog  2019-11-28 16:43:52.0 
+0100
+++ new/python3-xapp-2.0.1/debian/changelog 2020-04-22 13:36:14.0 
+0200
@@ -1,3 +1,19 @@
+python3-xapp (2.0.1) ulyana; urgency=medium
+
+  * Packaging: Rename source package
+
+ -- Clement Lefebvre   Wed, 22 Apr 2020 12:34:42 +0100
+
+python-xapp (2.0.0) ulyana; urgency=medium
+
+  [ Stephen Collins ]
+  * Settings section: ensure that settings inside a revealer can be visible
+
+  [ Michael Webster ]
+  * Remove python2 support
+
+ -- Clement Lefebvre   Thu, 09 Apr 2020 12:57:02 +0100
+
 python-xapp (1.8.1) tricia; urgency=medium
 
   [ Stephen Collins ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.8.1/debian/control 
new/python3-xapp-2.0.1/debian/control
--- old/python-xapp-1.8.1/debian/control2019-11-28 16:43:52.0 
+0100
+++ new/python3-xapp-2.0.1/debian/control   2020-04-22 13:36:14.0 
+0200
@@ -1,20 +1,15 @@
-Source: python-xapp
+Source: python3-xapp
 Section: python
 Priority: optional
 Maintainer: Linux Mint 
 Build-Depends: debhelper (>= 9),
-   python-all (>= 2.6.6-3~),
+   dh-python,
+   python3-setuptools,
python3-all
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.0
 
-Package: python-xapp
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-psutil
-Description: Python 2 XApp library
- This package contains the Python 2 version of the library.
-
 Package: python3-xapp
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}, python3-psutil
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.8.1/debian/python-xapp.docs 
new/python3-xapp-2.0.1/debian/python-xapp.docs
--- old/python-xapp-1.8.1/debian/python-xapp.docs   2019-11-28 
16:43:52.0 +0100
+++ new/python3-xapp-2.0.1/debian/python-xapp.docs  1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-AUTHORS
-README
-TODO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.8.1/debian/python-xapp.install 

commit python-xapp for openSUSE:Factory

2020-02-09 Thread root
Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2020-02-09 20:48:56

Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and  /work/SRC/openSUSE:Factory/.python-xapp.new.26092 (New)


Package is "python-xapp"

Sun Feb  9 20:48:56 2020 rev:5 rq:772326 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/python-xapp/python-xapp.changes  2019-07-18 
15:19:22.512155253 +0200
+++ /work/SRC/openSUSE:Factory/.python-xapp.new.26092/python-xapp.changes   
2020-02-09 20:49:07.934899510 +0100
@@ -1,0 +2,10 @@
+Sat Feb  8 07:18:12 UTC 2020 - Maurizio Galli 
+
+- Update to version 1.8.1
+  * icon chooser widget: fix kwargs to support current features 
+correctly
+- Changes from versio 1.8.0
+  * Expose new features in the XAppIconChooserDialog to the 
+settings widget (#10)
+
+---

Old:

  python-xapp-1.6.0.tar.gz

New:

  python-xapp-1.8.1.tar.gz



Other differences:
--
++ python-xapp.spec ++
--- /var/tmp/diff_new_pack.PZOwJ3/_old  2020-02-09 20:49:09.894900629 +0100
+++ /var/tmp/diff_new_pack.PZOwJ3/_new  2020-02-09 20:49:09.894900629 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xapp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xapp
-Version:1.6.0
+Version:1.8.1
 Release:0
 Summary:Python XApp library
 License:GPL-2.0-or-later

++ python-xapp-1.6.0.tar.gz -> python-xapp-1.8.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.6.0/PKG-INFO 
new/python-xapp-1.8.1/PKG-INFO
--- old/python-xapp-1.6.0/PKG-INFO  2019-05-17 17:01:40.0 +0200
+++ new/python-xapp-1.8.1/PKG-INFO  2019-11-28 16:43:52.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: python-xapp
-Version: 1.6.0
+Version: 1.8.0
 Summary: The Xapp Python library.
 Home-page: http://github.com/linuxmint/python-xapp
 Author: Linux Mint
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.6.0/debian/changelog 
new/python-xapp-1.8.1/debian/changelog
--- old/python-xapp-1.6.0/debian/changelog  2019-05-17 17:01:40.0 
+0200
+++ new/python-xapp-1.8.1/debian/changelog  2019-11-28 16:43:52.0 
+0100
@@ -1,3 +1,17 @@
+python-xapp (1.8.1) tricia; urgency=medium
+
+  [ Stephen Collins ]
+  * icon chooser widget: fix kwargs to support current features correctly
+
+ -- Clement Lefebvre   Thu, 28 Nov 2019 15:43:24 +
+
+python-xapp (1.8.0) tricia; urgency=medium
+
+  [ Stephen Collins ]
+  * Expose new features in the XAppIconChooserDialog to the settings widget 
(#10)
+
+ -- Clement Lefebvre   Tue, 12 Nov 2019 11:19:42 +0100
+
 python-xapp (1.6.0) tessa; urgency=medium
 
   * Add GSettingsWidgets and SettingsWidgets (#7)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.6.0/setup.py 
new/python-xapp-1.8.1/setup.py
--- old/python-xapp-1.6.0/setup.py  2019-05-17 17:01:40.0 +0200
+++ new/python-xapp-1.8.1/setup.py  2019-11-28 16:43:52.0 +0100
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup( name = "python-xapp",
-   version = "1.6.0",
+   version = "1.8.1",
description = "Python Xapp Library",
maintainer = "Linux Mint",
maintainer_email = "r...@linuxmint.com",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.6.0/xapp/SettingsWidgets.py 
new/python-xapp-1.8.1/xapp/SettingsWidgets.py
--- old/python-xapp-1.6.0/xapp/SettingsWidgets.py   2019-05-17 
17:01:40.0 +0200
+++ new/python-xapp-1.8.1/xapp/SettingsWidgets.py   2019-11-28 
16:43:52.0 +0100
@@ -661,7 +661,7 @@
 bind_prop = "icon"
 bind_dir = Gio.SettingsBindFlags.DEFAULT
 
-def __init__(self, label, expand_width=False, size_group=None, 
dep_key=None, tooltip=""):
+def __init__(self, label, default_icon=None, icon_categories=[], 
default_category=None, expand_width=False, size_group=None, dep_key=None, 
tooltip=""):
  

commit python-xapp for openSUSE:Factory

2018-04-26 Thread root
Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2018-04-26 13:36:58

Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and  /work/SRC/openSUSE:Factory/.python-xapp.new (New)


Package is "python-xapp"

Thu Apr 26 13:36:58 2018 rev:3 rq:599212 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-xapp/python-xapp.changes  2017-06-13 
16:09:55.723258949 +0200
+++ /work/SRC/openSUSE:Factory/.python-xapp.new/python-xapp.changes 
2018-04-26 13:37:01.286301023 +0200
@@ -1,0 +2,6 @@
+Thu Apr 19 20:07:54 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.2.0:
+  * Properly bump version in setup.py.
+
+---

Old:

  python-xapp-1.0.1.tar.gz

New:

  python-xapp-1.2.0.tar.gz



Other differences:
--
++ python-xapp.spec ++
--- /var/tmp/diff_new_pack.i9bjiV/_old  2018-04-26 13:37:01.946276836 +0200
+++ /var/tmp/diff_new_pack.i9bjiV/_new  2018-04-26 13:37:01.950276690 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-xapp
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xapp
-Version:1.0.1
+Version:1.2.0
 Release:0
 Summary:Python XApp library
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Languages/Python
-Url:https://github.com/linuxmint/python-xapp
+URL:https://github.com/linuxmint/python-xapp
 Source: 
https://github.com/linuxmint/%{name}/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
@@ -50,8 +50,8 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc COPYING debian/changelog
+%license COPYING
+%doc debian/changelog
 %{python_sitelib}/xapp/
 %{python_sitelib}/python_xapp-*.egg-info
 

++ python-xapp-1.0.1.tar.gz -> python-xapp-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.0.1/debian/changelog 
new/python-xapp-1.2.0/debian/changelog
--- old/python-xapp-1.0.1/debian/changelog  2017-06-09 16:43:51.0 
+0200
+++ new/python-xapp-1.2.0/debian/changelog  2018-04-16 16:41:23.0 
+0200
@@ -1,3 +1,10 @@
+python-xapp (1.2.0) tara; urgency=medium
+
+  [ Björn Esser ]
+  * Properly bump version in setup.py (#5)
+
+ -- Clement Lefebvre   Mon, 16 Apr 2018 15:40:51 +0100
+
 python-xapp (1.0.1) sonya; urgency=medium
 
   [ Clement Lefebvre ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.0.1/setup.py 
new/python-xapp-1.2.0/setup.py
--- old/python-xapp-1.0.1/setup.py  2017-06-09 16:43:51.0 +0200
+++ new/python-xapp-1.2.0/setup.py  2018-04-16 16:41:23.0 +0200
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup( name = "python-xapp",
-   version = "1.0.0",
+   version = "1.2.0",
description = "Python Xapp Library.",
maintainer = "Linux Mint",
maintainer_email = "r...@linuxmint.com",




commit python-xapp for openSUSE:Factory

2017-06-13 Thread root
Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2017-06-13 16:09:49

Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and  /work/SRC/openSUSE:Factory/.python-xapp.new (New)


Package is "python-xapp"

Tue Jun 13 16:09:49 2017 rev:2 rq:503276 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-xapp/python-xapp.changes  2017-05-09 
18:03:29.597981496 +0200
+++ /work/SRC/openSUSE:Factory/.python-xapp.new/python-xapp.changes 
2017-06-13 16:09:55.723258949 +0200
@@ -1,0 +2,13 @@
+Mon Jun 12 19:52:24 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.0.1:
+  * OS: Turn pkexec support into an opt-in and don't set
+DISPLAY/XAUTHORITY.
+  * Add mate-polkit agent support.
+  * run_with_admin_privs: Use pkexec as a last ditch chance.
+  * Support polkit processname under Ubuntu 17.04.
+  * OS: Add is_guest_session() and is_live_session().
+- Add python-xapp-xdgsu.patch: Escalate privileges using xdg-su.
+- Add xdg-utils to requirements for xdg-su.
+
+---

Old:

  python-xapp-1.0.0.tar.gz

New:

  python-xapp-1.0.1.tar.gz
  python-xapp-xdgsu.patch



Other differences:
--
++ python-xapp.spec ++
--- /var/tmp/diff_new_pack.zuSGzy/_old  2017-06-13 16:09:57.562999672 +0200
+++ /var/tmp/diff_new_pack.zuSGzy/_new  2017-06-13 16:09:57.562999672 +0200
@@ -18,16 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-xapp
-Version:1.0.0
+Version:1.0.1
 Release:0
 Summary:Python XApp library
 License:GPL-2.0+
 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
+# PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using 
xdg-su.
+Patch0: python-xapp-xdgsu.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  python-rpm-macros
 Requires:   python-psutil
+Requires:   xdg-utils
 BuildArch:  noarch
 
 %description
@@ -38,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %python_build
@@ -49,6 +53,6 @@
 %defattr(-,root,root)
 %doc COPYING debian/changelog
 %{python_sitelib}/xapp/
-%{python_sitelib}/python_xapp-%{version}-*.egg-info
+%{python_sitelib}/python_xapp-*.egg-info
 
 %changelog

++ python-xapp-1.0.0.tar.gz -> python-xapp-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.0.0/debian/changelog 
new/python-xapp-1.0.1/debian/changelog
--- old/python-xapp-1.0.0/debian/changelog  2017-04-27 11:21:06.0 
+0200
+++ new/python-xapp-1.0.1/debian/changelog  2017-06-09 16:43:51.0 
+0200
@@ -1,3 +1,22 @@
+python-xapp (1.0.1) sonya; urgency=medium
+
+  [ Clement Lefebvre ]
+  * OS: Turn pkexec support into an opt-in and don't set DISPLAY/XAUTHORITY
+
+  [ Sam Burgos ]
+  * added mate-polkit agent support
+
+  [ Michael Webster ]
+  * run_with_admin_privs: use pkexec as a last ditch chance, rather (#3)
+
+  [ David Mohammed ]
+  * support policykit processname under ubuntu 17.04 (#4)
+
+  [ Clement Lefebvre ]
+  * OS: Add is_guest_session() and is_live_session()
+
+ -- Clement Lefebvre   Fri, 09 Jun 2017 15:43:22 +0100
+
 python-xapp (1.0.0) sonya; urgency=medium
 
   * Initial version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-xapp-1.0.0/xapp/os.py 
new/python-xapp-1.0.1/xapp/os.py
--- old/python-xapp-1.0.0/xapp/os.py2017-04-27 11:21:06.0 +0200
+++ new/python-xapp-1.0.1/xapp/os.py2017-06-09 16:43:51.0 +0200
@@ -41,6 +41,23 @@
 def is_desktop_gnome():
 return get_current_desktop() == SESSION_GNOME
 
+def is_live_session():
+is_live_session = False
+if os.path.exists("/proc/cmdline"):
+cmdline = subprocess.check_output("cat /proc/cmdline", shell = 
True).decode("utf-8")
+for keyword in ["boot=casper", "boot=live"]:
+if keyword in cmdline:
+is_live_session = True
+break
+return is_live_session
+
+def is_guest_session():
+home_path = os.path.expanduser("~")
+if "/tmp/guest" in home_path:
+return True
+else:
+return False
+
 ### PROCESS DETECTION
 
 def is_process_running(process_name):
@@ -62,9 +79,11 @@
 if is_desktop_kde() and 
is_process_running("polkit-kde-authentication-agent-1"):
 return True
 if is_desktop_mate() and 
is_process_running("polkit-mate-authentication-agent-1"):
-   return True
+

commit python-xapp for openSUSE:Factory

2017-05-09 Thread root
Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2017-05-09 18:03:24

Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and  /work/SRC/openSUSE:Factory/.python-xapp.new (New)


Package is "python-xapp"

Tue May  9 18:03:24 2017 rev:1 rq:493444 version:1.0.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python-xapp.new/python-xapp.changes 
2017-05-09 18:03:29.597981496 +0200
@@ -0,0 +1,4 @@
+---
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Initial package.

New:

  python-xapp-1.0.0.tar.gz
  python-xapp.changes
  python-xapp.spec



Other differences:
--
++ python-xapp.spec ++
#
# spec file for package python-xapp
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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 http://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-xapp
Version:1.0.0
Release:0
Summary:Python XApp library
License:GPL-2.0+
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
BuildRequires:  %{python_module devel}
BuildRequires:  python-rpm-macros
Requires:   python-psutil
BuildArch:  noarch

%description
This project gathers the components which are common to multiple
desktop environments and required to implement cross-DE solutions.

%python_subpackages

%prep
%setup -q

%build
%python_build

%install
%python_install

%files %{python_files}
%defattr(-,root,root)
%doc COPYING debian/changelog
%{python_sitelib}/xapp/
%{python_sitelib}/python_xapp-%{version}-*.egg-info

%changelog