Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mimesis for openSUSE:Factory 
checked in at 2025-06-02 22:00:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mimesis (Old)
 and      /work/SRC/openSUSE:Factory/.python-mimesis.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mimesis"

Mon Jun  2 22:00:32 2025 rev:7 rq:1281830 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mimesis/python-mimesis.changes    
2020-04-08 19:56:53.261132337 +0200
+++ /work/SRC/openSUSE:Factory/.python-mimesis.new.16005/python-mimesis.changes 
2025-06-02 22:00:53.450042981 +0200
@@ -1,0 +2,5 @@
+Mon Jun  2 08:58:14 UTC 2025 - Markéta Machová <mmach...@suse.com>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mimesis.spec ++++++
--- /var/tmp/diff_new_pack.R9E2Bc/_old  2025-06-02 22:00:53.894061396 +0200
+++ /var/tmp/diff_new_pack.R9E2Bc/_new  2025-06-02 22:00:53.894061396 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mimesis
 #
-# Copyright (c) 2020 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-mimesis
 Version:        4.0.0
@@ -25,7 +24,9 @@
 License:        MIT
 URL:            https://github.com/lk-geimfari/mimesis
 Source:         
https://github.com/lk-geimfari/mimesis/archive/v%{version}.tar.gz#/mimesis-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Recommends:     python-pytz
@@ -49,10 +50,10 @@
 chmod a-x mimesis/data/*/*.json
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 rm %{buildroot}%{_prefix}/LICENSE
 
@@ -65,6 +66,6 @@
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/mimesis-%{version}-py*.egg-info
+%{python_sitelib}/mimesis-%{version}*-info
 %{python_sitelib}/mimesis/
 

Reply via email to