Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dialite for openSUSE:Factory 
checked in at 2025-02-10 17:31:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dialite (Old)
 and      /work/SRC/openSUSE:Factory/.python-dialite.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dialite"

Mon Feb 10 17:31:09 2025 rev:5 rq:1244764 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dialite/python-dialite.changes    
2021-01-03 21:27:41.111642125 +0100
+++ /work/SRC/openSUSE:Factory/.python-dialite.new.19470/python-dialite.changes 
2025-02-10 18:25:42.644336408 +0100
@@ -1,0 +2,17 @@
+Mon Feb 10 12:01:04 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 0.6.0
+  * Modernized repo after a few years.
+  * Dropped Python 2.7 support.
+  * For python 2.7 use version 0.5.3.
+- Switch package to modern Python Stack on SLE-15
+  * Use Python 3.11 on SLE-15 by default
+  * Drop support for older Python versions
+- Switch build system from setuptools to pyproject.toml
+  * Add python-pip and python-wheel to BuildRequires
+  * Replace %python_build with %pyproject_wheel
+  * Replace %python_install with %pyproject_install
+  * Update name for dist directory in %files section
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------

Old:
----
  dialite-0.5.3.tar.gz

New:
----
  dialite-0.6.0.tar.gz

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

Other differences:
------------------
++++++ python-dialite.spec ++++++
--- /var/tmp/diff_new_pack.4RGcua/_old  2025-02-10 18:25:43.100355257 +0100
+++ /var/tmp/diff_new_pack.4RGcua/_new  2025-02-10 18:25:43.100355257 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dialite
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,20 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?sle15_python_module_pythons}
 Name:           python-dialite
-Version:        0.5.3
+Version:        0.6.0
 Release:        0
 Summary:        Python library to show simple dialogs
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
 URL:            http://dialite.readthedocs.io
 Source:         
https://files.pythonhosted.org/packages/source/d/dialite/dialite-%{version}.tar.gz
+BuildRequires:  %{python_module flit-core}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Recommends:     zenity
@@ -47,10 +50,10 @@
 %setup -q -n dialite-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,5 +63,5 @@
 %doc README.md
 %license LICENSE
 %{python_sitelib}/dialite
-%{python_sitelib}/dialite-%{version}*-info
+%{python_sitelib}/dialite-%{version}.dist-info
 

++++++ dialite-0.5.3.tar.gz -> dialite-0.6.0.tar.gz ++++++
++++ 1686 lines of diff (skipped)

Reply via email to