Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2024-08-19 23:45:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and      /work/SRC/openSUSE:Factory/.python-xapp.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xapp"

Mon Aug 19 23:45:01 2024 rev:11 rq:1193969 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xapp/python-xapp.changes  2024-05-22 
21:32:30.930063625 +0200
+++ /work/SRC/openSUSE:Factory/.python-xapp.new.2698/python-xapp.changes        
2024-08-19 23:45:38.198471447 +0200
@@ -1,0 +2,19 @@
+Mon Aug 12 09:31:36 UTC 2024 - Richard Rahl <rra...@opensuse.org>
+
+- update to 2.4.2:
+  * Make python installation configurable for distro packaging (meson)
+  * Revert "os.py: Add function to read the VERSION_CODENAME in /etc/os-release
+  * Revert "os.py: rename get_os_release_codename()
+  * os.py: rename get_os_release_codename() to get_os_release_info()
+  * os.py: Add function to read the VERSION_CODENAME in /etc/os-release
+- update to 2.4.1:
+  * fix lintian error and build failure
+- update to 2.4.0:
+  * Use access() to test readability of /proc/cmdline
+  * Use meson to build
+- update to 2.2.2:
+  * scale widget: Add the units to the value instead of appending it to
+- update spec file to newer standards, add the older setup.py, so we
+  can build it for multiple python versions
+
+-------------------------------------------------------------------

Old:
----
  python3-xapp-2.2.1.tar.gz

New:
----
  python-xapp-2.4.2.tar.gz
  setup.py

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-xapp.spec ++++++
--- /var/tmp/diff_new_pack.5r3jMo/_old  2024-08-19 23:45:39.322518511 +0200
+++ /var/tmp/diff_new_pack.5r3jMo/_new  2024-08-19 23:45:39.322518511 +0200
@@ -18,15 +18,14 @@
 
 %define skip_python2 1
 %define _name python3-xapp
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-xapp
-Version:        2.2.1
+Version:        2.4.2
 Release:        0
 Summary:        Python XApp library
 License:        GPL-2.0-or-later
-Group:          Development/Languages/Python
 URL:            https://github.com/linuxmint/python3-xapp
-Source:         
https://github.com/linuxmint/python3-xapp/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
+Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1:        setup.py
 # PATCH-FEATURE-OPENSUSE python-xapp-xdgsu.patch -- Escalate privileges using 
xdg-su.
 Patch0:         python-xapp-xdgsu.patch
 BuildRequires:  %{python_module devel}
@@ -45,6 +44,9 @@
 
 %prep
 %autosetup -p1 -n %{_name}-%{version}
+cp %{SOURCE1} .
+# let's change the version in setup.py
+sed -i 's|version = "0.0.0",|version = "%{version}",|g' setup.py
 
 %build
 %python_build

++++++ setup.py ++++++
#!/usr/bin/python

from setuptools import setup

setup( name = "python-xapp",
       version = "0.0.0",
       description = "Python Xapp Library",
       maintainer = "Linux Mint",
       maintainer_email = "r...@linuxmint.com",
       url = "http://github.com/linuxmint/python-xapp";,
       packages = ['xapp'],
       classifiers = [
                "License :: OSI Approved :: GNU Lesser General Public License 
v2 (LGPLv2)",
                "Programming Language :: Python :: 3",
                "Topic :: Desktop Environment",
                ],
     )

Reply via email to