Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-translitcodec for 
openSUSE:Factory checked in at 2025-06-04 20:28:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-translitcodec (Old)
 and      /work/SRC/openSUSE:Factory/.python-translitcodec.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-translitcodec"

Wed Jun  4 20:28:51 2025 rev:5 rq:1282530 version:0.7.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-translitcodec/python-translitcodec.changes    
    2022-10-12 18:26:21.881910841 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-translitcodec.new.16005/python-translitcodec.changes
     2025-06-04 20:28:53.121808172 +0200
@@ -1,0 +2,6 @@
+Wed Jun  4 06:14:30 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- No more greedy globs in %files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-translitcodec.spec ++++++
--- /var/tmp/diff_new_pack.VtNdNp/_old  2025-06-04 20:28:55.193894019 +0200
+++ /var/tmp/diff_new_pack.VtNdNp/_new  2025-06-04 20:28:55.201894351 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-translitcodec
 #
-# Copyright (c) 2022 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,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-translitcodec
 Version:        0.7.0
@@ -26,8 +25,10 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/claudep/translitcodec
 Source:         
https://files.pythonhosted.org/packages/source/t/translitcodec/translitcodec-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -44,10 +45,10 @@
 %setup -q -n translitcodec-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -56,5 +57,6 @@
 %files %{python_files}
 %doc AUTHORS CHANGES README
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/translitcodec
+%{python_sitelib}/translitcodec-%{version}.dist-info
 

Reply via email to