Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-py-espeak-ng for
openSUSE:Factory checked in at 2025-06-03 17:56:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py-espeak-ng (Old)
and /work/SRC/openSUSE:Factory/.python-py-espeak-ng.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py-espeak-ng"
Tue Jun 3 17:56:54 2025 rev:4 rq:1282319 version:0.1.8
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py-espeak-ng/python-py-espeak-ng.changes
2019-03-20 13:19:31.213340512 +0100
+++
/work/SRC/openSUSE:Factory/.python-py-espeak-ng.new.16005/python-py-espeak-ng.changes
2025-06-03 17:57:44.412056818 +0200
@@ -1,0 +2,5 @@
+Tue Jun 3 12:39:52 UTC 2025 - Markéta Machová <[email protected]>
+
+- Convert to pip-based build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-py-espeak-ng.spec ++++++
--- /var/tmp/diff_new_pack.r9KAAV/_old 2025-06-03 17:57:44.948079044 +0200
+++ /var/tmp/diff_new_pack.r9KAAV/_new 2025-06-03 17:57:44.948079044 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-py-espeak-ng
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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-%{**}}
Name: python-py-espeak-ng
Version: 0.1.8
Release: 0
@@ -25,8 +24,10 @@
Group: Development/Languages/Python
URL: https://github.com/gooofy/py-espeak-ng
Source0:
https://files.pythonhosted.org/packages/source/p/py-espeak-ng/py-espeak-ng-%{version}.tar.gz
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: espeak-ng
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,10 +44,10 @@
sed -i '/^#!\/usr\/bin\/env python/d' espeakng/__init__.py
%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 README.md
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/espeakng
+%{python_sitelib}/py[-_]espeak[-_]ng-%{version}*-info