Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-arabic-reshaper for 
openSUSE:Factory checked in at 2023-08-31 13:45:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-arabic-reshaper (Old)
 and      /work/SRC/openSUSE:Factory/.python-arabic-reshaper.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-arabic-reshaper"

Thu Aug 31 13:45:39 2023 rev:10 rq:1108063 version:3.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-arabic-reshaper/python-arabic-reshaper.changes
    2023-01-14 00:03:59.941983952 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-arabic-reshaper.new.1766/python-arabic-reshaper.changes
  2023-08-31 13:51:20.348278076 +0200
@@ -1,0 +2,8 @@
+Wed Aug 30 08:47:36 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Remove future {Build,}Requires, not needed.
+- Stop using greedy globs in %files.
+- Switch to pyproject macros.
+- Rip out Python 2 support in the spec file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-arabic-reshaper.spec ++++++
--- /var/tmp/diff_new_pack.BDKyPd/_old  2023-08-31 13:51:21.308312390 +0200
+++ /var/tmp/diff_new_pack.BDKyPd/_new  2023-08-31 13:51:21.312312533 +0200
@@ -16,26 +16,19 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
-%global skip_python2 1
 Name:           python-arabic-reshaper
 Version:        3.0.0
 Release:        0
 Summary:        Python module for formatting Arabic sentences
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/mpcabd/python-arabic-reshaper/
 Source:         
https://github.com/mpcabd/python-arabic-reshaper/archive/v%{version}.tar.gz#/arabic_reshaper-%{version}.tar.gz
-BuildRequires:  %{python_module future}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  (python-configparser if python-base)
-Requires:       python-future
 BuildArch:      noarch
-%ifpython2
-Requires:       python-configparser
-%endif
 %python_subpackages
 
 %description
@@ -46,10 +39,10 @@
 %setup -q
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -58,6 +51,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.md
-%{python_sitelib}/*
+%{python_sitelib}/arabic_reshaper
+%{python_sitelib}/arabic_reshaper-%{version}.dist-info
 
 %changelog

Reply via email to